diff --git a/eng/mgmt/mgmtmetadata/resources_resource-manager.txt b/eng/mgmt/mgmtmetadata/resources_resource-manager.txt
index 43f51bb4803b..89c326efca22 100644
--- a/eng/mgmt/mgmtmetadata/resources_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/resources_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/resources/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-resources-2020-06 --csharp.output-folder=C:\Users\toegbeji\Documents\azure-sdk-for-net\sdk\resources\Microsoft.Azure.Management.Resource\src\Generated\Resources
-2020-11-03 19:09:14 UTC
+cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/resources/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-resources-2020-10 --csharp.output-folder=C:\repos\azure-sdk-for-net\sdk\resources\Microsoft.Azure.Management.Resource\src\Generated\Resources
+2020-12-02 00:45:36 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
-Commit: f87c55b777b9ff515b8e623325688aa4ddf84c4a
+Commit: 4517a0151af2db9d65a2c3fed98a2ff036d92785
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props b/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props
index 1277e37a540d..51dd9b3ae561 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/AzSdk.RP.props
@@ -1,7 +1,7 @@
- Resources_2020-06-01;Resources_2019-10-01-preview;Features_2015-12-01;ManagementLinkClient_2016-09-01;Resources_2016-09-01;Authorization_2016-09-01;Authorization_2019-09-01;Management_2019-09-01;PolicyClient_2019-09-01;Management_2019-10-01;ResourceManagementClient_2019-10-01;Resources_2019-10-01;SubscriptionClient_2020-01-01;
+ Resources_2019-10-01-preview;Features_2015-12-01;ManagementLinkClient_2016-09-01;Resources_2016-09-01;Authorization_2016-09-01;Authorization_2019-09-01;Management_2019-09-01;PolicyClient_2019-09-01;Management_2020-06-01;ResourceManagementClient_2020-06-01;Resources_2020-10-01;Resources_2020-06-01;Resources_2020-01-01;SubscriptionClient_2020-01-01;Resources_2019-06-01-preview;
$(PackageTags);$(CommonTags);$(AzureApiTag);
\ No newline at end of file
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/IProviderResourceTypesOperations.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/IProviderResourceTypesOperations.cs
new file mode 100644
index 000000000000..dc9596a63a4b
--- /dev/null
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/IProviderResourceTypesOperations.cs
@@ -0,0 +1,53 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.ResourceManager
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// ProviderResourceTypesOperations operations.
+ ///
+ public partial interface IProviderResourceTypesOperations
+ {
+ ///
+ /// List the resource types for a specified resource provider.
+ ///
+ ///
+ /// The namespace of the resource provider.
+ ///
+ ///
+ /// The $expand query parameter. For example, to include property
+ /// aliases in response, use $expand=resourceTypes/aliases.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> ListWithHttpMessagesAsync(string resourceProviderNamespace, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ }
+}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/IResourceManagementClient.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/IResourceManagementClient.cs
index 175621df4c22..d7059bee2576 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/IResourceManagementClient.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/IResourceManagementClient.cs
@@ -84,6 +84,11 @@ public partial interface IResourceManagementClient : System.IDisposable
///
IProvidersOperations Providers { get; }
+ ///
+ /// Gets the IProviderResourceTypesOperations.
+ ///
+ IProviderResourceTypesOperations ProviderResourceTypes { get; }
+
///
/// Gets the IResourcesOperations.
///
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderExtendedLocation.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderExtendedLocation.cs
new file mode 100644
index 000000000000..f7fae58826d2
--- /dev/null
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderExtendedLocation.cs
@@ -0,0 +1,70 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.ResourceManager.Models
+{
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// The provider extended location.
+ ///
+ public partial class ProviderExtendedLocation
+ {
+ ///
+ /// Initializes a new instance of the ProviderExtendedLocation class.
+ ///
+ public ProviderExtendedLocation()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the ProviderExtendedLocation class.
+ ///
+ /// The azure location.
+ /// The extended location type.
+ /// The extended locations for the
+ /// azure location.
+ public ProviderExtendedLocation(string location = default(string), string type = default(string), IList extendedLocations = default(IList))
+ {
+ Location = location;
+ Type = type;
+ ExtendedLocations = extendedLocations;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets the azure location.
+ ///
+ [JsonProperty(PropertyName = "location")]
+ public string Location { get; set; }
+
+ ///
+ /// Gets or sets the extended location type.
+ ///
+ [JsonProperty(PropertyName = "type")]
+ public string Type { get; set; }
+
+ ///
+ /// Gets or sets the extended locations for the azure location.
+ ///
+ [JsonProperty(PropertyName = "extendedLocations")]
+ public IList ExtendedLocations { get; set; }
+
+ }
+}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderResourceType.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderResourceType.cs
index 8dad6f190afd..ff9b3ba1eb5d 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderResourceType.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderResourceType.cs
@@ -34,6 +34,8 @@ public ProviderResourceType()
/// The resource type.
/// The collection of locations where this
/// resource type can be created.
+ /// The location mappings that are
+ /// supported by this resource type.
/// The aliases that are supported by this
/// resource type.
/// The API version.
@@ -43,10 +45,11 @@ public ProviderResourceType()
/// The additional capabilities offered by
/// this resource type.
/// The properties.
- public ProviderResourceType(string resourceType = default(string), IList locations = default(IList), IList aliases = default(IList), IList apiVersions = default(IList), string defaultApiVersion = default(string), IList apiProfiles = default(IList), string capabilities = default(string), IDictionary properties = default(IDictionary))
+ public ProviderResourceType(string resourceType = default(string), IList locations = default(IList), IList locationMappings = default(IList), IList aliases = default(IList), IList apiVersions = default(IList), string defaultApiVersion = default(string), IList apiProfiles = default(IList), string capabilities = default(string), IDictionary properties = default(IDictionary))
{
ResourceType = resourceType;
Locations = locations;
+ LocationMappings = locationMappings;
Aliases = aliases;
ApiVersions = apiVersions;
DefaultApiVersion = defaultApiVersion;
@@ -74,6 +77,13 @@ public ProviderResourceType()
[JsonProperty(PropertyName = "locations")]
public IList Locations { get; set; }
+ ///
+ /// Gets or sets the location mappings that are supported by this
+ /// resource type.
+ ///
+ [JsonProperty(PropertyName = "locationMappings")]
+ public IList LocationMappings { get; set; }
+
///
/// Gets or sets the aliases that are supported by this resource type.
///
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderResourceTypeListResult.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderResourceTypeListResult.cs
new file mode 100644
index 000000000000..1cfbf3a0dfb1
--- /dev/null
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/ProviderResourceTypeListResult.cs
@@ -0,0 +1,64 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.ResourceManager.Models
+{
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// List of resource types of a resource provider.
+ ///
+ public partial class ProviderResourceTypeListResult
+ {
+ ///
+ /// Initializes a new instance of the ProviderResourceTypeListResult
+ /// class.
+ ///
+ public ProviderResourceTypeListResult()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the ProviderResourceTypeListResult
+ /// class.
+ ///
+ /// An array of resource types.
+ /// The URL to use for getting the next set of
+ /// results.
+ public ProviderResourceTypeListResult(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 an array of resource types.
+ ///
+ [JsonProperty(PropertyName = "value")]
+ public IList Value { get; set; }
+
+ ///
+ /// Gets the URL to use for getting the next set of results.
+ ///
+ [JsonProperty(PropertyName = "nextLink")]
+ public string NextLink { get; private set; }
+
+ }
+}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateLink.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateLink.cs
index 5257599ea1dc..614823222a15 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateLink.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/Models/TemplateLink.cs
@@ -33,18 +33,23 @@ public TemplateLink()
/// uri or id property, but not both.
/// The resource id of a Template Spec. Use either the
/// id or uri property, but not both.
- /// Applicable only if this template link
- /// references a Template Spec. This relativePath property can
- /// optionally be used to reference a Template Spec artifact by
- /// path.
+ /// The relativePath property can be used to
+ /// deploy a linked template at a location relative to the parent. If
+ /// the parent template was linked with a TemplateSpec, this will
+ /// reference an artifact in the TemplateSpec. If the parent was
+ /// linked with a URI, the child deployment will be a combination of
+ /// the parent and relativePath URIs
/// If included, must match the
/// ContentVersion in the template.
- public TemplateLink(string uri = default(string), string id = default(string), string relativePath = default(string), string contentVersion = default(string))
+ /// The query string (for example, a SAS
+ /// token) to be used with the templateLink URI.
+ public TemplateLink(string uri = default(string), string id = default(string), string relativePath = default(string), string contentVersion = default(string), string queryString = default(string))
{
Uri = uri;
Id = id;
RelativePath = relativePath;
ContentVersion = contentVersion;
+ QueryString = queryString;
CustomInit();
}
@@ -68,9 +73,12 @@ public TemplateLink()
public string Id { get; set; }
///
- /// Gets or sets applicable only if this template link references a
- /// Template Spec. This relativePath property can optionally be used to
- /// reference a Template Spec artifact by path.
+ /// Gets or sets the relativePath property can be used to deploy a
+ /// linked template at a location relative to the parent. If the parent
+ /// template was linked with a TemplateSpec, this will reference an
+ /// artifact in the TemplateSpec. If the parent was linked with a URI,
+ /// the child deployment will be a combination of the parent and
+ /// relativePath URIs
///
[JsonProperty(PropertyName = "relativePath")]
public string RelativePath { get; set; }
@@ -82,5 +90,12 @@ public TemplateLink()
[JsonProperty(PropertyName = "contentVersion")]
public string ContentVersion { get; set; }
+ ///
+ /// Gets or sets the query string (for example, a SAS token) to be used
+ /// with the templateLink URI.
+ ///
+ [JsonProperty(PropertyName = "queryString")]
+ public string QueryString { get; set; }
+
}
}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ProviderResourceTypesOperations.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ProviderResourceTypesOperations.cs
new file mode 100644
index 000000000000..495dd4be0e9c
--- /dev/null
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ProviderResourceTypesOperations.cs
@@ -0,0 +1,250 @@
+//
+// 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.ResourceManager
+{
+ 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;
+
+ ///
+ /// ProviderResourceTypesOperations operations.
+ ///
+ internal partial class ProviderResourceTypesOperations : IServiceOperations, IProviderResourceTypesOperations
+ {
+ ///
+ /// Initializes a new instance of the ProviderResourceTypesOperations class.
+ ///
+ ///
+ /// Reference to the service client.
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ internal ProviderResourceTypesOperations(ResourceManagementClient client)
+ {
+ if (client == null)
+ {
+ throw new System.ArgumentNullException("client");
+ }
+ Client = client;
+ }
+
+ ///
+ /// Gets a reference to the ResourceManagementClient
+ ///
+ public ResourceManagementClient Client { get; private set; }
+
+ ///
+ /// List the resource types for a specified resource provider.
+ ///
+ ///
+ /// The namespace of the resource provider.
+ ///
+ ///
+ /// The $expand query parameter. For example, to include property aliases in
+ /// response, use $expand=resourceTypes/aliases.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> ListWithHttpMessagesAsync(string resourceProviderNamespace, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (resourceProviderNamespace == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceProviderNamespace");
+ }
+ if (Client.ApiVersion == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion");
+ }
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("expand", expand);
+ tracingParameters.Add("resourceProviderNamespace", resourceProviderNamespace);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/{resourceProviderNamespace}/resourceTypes").ToString();
+ _url = _url.Replace("{resourceProviderNamespace}", System.Uri.EscapeDataString(resourceProviderNamespace));
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ List _queryParameters = new List();
+ if (expand != null)
+ {
+ _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand)));
+ }
+ 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/resources/Microsoft.Azure.Management.Resource/src/Generated/ProviderResourceTypesOperationsExtensions.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ProviderResourceTypesOperationsExtensions.cs
new file mode 100644
index 000000000000..cf6f5f0b2033
--- /dev/null
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ProviderResourceTypesOperationsExtensions.cs
@@ -0,0 +1,67 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.ResourceManager
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for ProviderResourceTypesOperations.
+ ///
+ public static partial class ProviderResourceTypesOperationsExtensions
+ {
+ ///
+ /// List the resource types for a specified resource provider.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The namespace of the resource provider.
+ ///
+ ///
+ /// The $expand query parameter. For example, to include property aliases in
+ /// response, use $expand=resourceTypes/aliases.
+ ///
+ public static ProviderResourceTypeListResult List(this IProviderResourceTypesOperations operations, string resourceProviderNamespace, string expand = default(string))
+ {
+ return operations.ListAsync(resourceProviderNamespace, expand).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// List the resource types for a specified resource provider.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The namespace of the resource provider.
+ ///
+ ///
+ /// The $expand query parameter. For example, to include property aliases in
+ /// response, use $expand=resourceTypes/aliases.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task ListAsync(this IProviderResourceTypesOperations operations, string resourceProviderNamespace, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListWithHttpMessagesAsync(resourceProviderNamespace, expand, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ }
+}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ResourceManagementClient.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ResourceManagementClient.cs
index d60f9e52693d..bd9da9d16b5e 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ResourceManagementClient.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/ResourceManagementClient.cs
@@ -89,6 +89,11 @@ public partial class ResourceManagementClient : ServiceClient
public virtual IProvidersOperations Providers { get; private set; }
+ ///
+ /// Gets the IProviderResourceTypesOperations.
+ ///
+ public virtual IProviderResourceTypesOperations ProviderResourceTypes { get; private set; }
+
///
/// Gets the IResourcesOperations.
///
@@ -353,12 +358,13 @@ private void Initialize()
Operations = new Operations(this);
Deployments = new DeploymentsOperations(this);
Providers = new ProvidersOperations(this);
+ ProviderResourceTypes = new ProviderResourceTypesOperations(this);
Resources = new ResourcesOperations(this);
ResourceGroups = new ResourceGroupsOperations(this);
Tags = new TagsOperations(this);
DeploymentOperations = new DeploymentOperations(this);
BaseUri = new System.Uri("https://management.azure.com");
- ApiVersion = "2020-06-01";
+ ApiVersion = "2020-10-01";
AcceptLanguage = "en-US";
LongRunningOperationRetryTimeout = 30;
GenerateClientRequestId = true;
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_ResourceManagementClient.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_ResourceManagementClient.cs
index 43db9beb134d..f086e2b8163c 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_ResourceManagementClient.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Generated/SdkInfo_ResourceManagementClient.cs
@@ -19,18 +19,19 @@ public static IEnumerable> ApiInfo_ResourceManagem
{
return new Tuple[]
{
- new Tuple("Management", "DeploymentOperations", "2020-06-01"),
- new Tuple("Management", "Deployments", "2020-06-01"),
- new Tuple("Management", "Providers", "2020-06-01"),
- new Tuple("ResourceManagementClient", "DeploymentOperations", "2020-06-01"),
- new Tuple("ResourceManagementClient", "Providers", "2020-06-01"),
- new Tuple("ResourceManagementClient", "ResourceGroups", "2020-06-01"),
- new Tuple("ResourceManagementClient", "Resources", "2020-06-01"),
- new Tuple("ResourceManagementClient", "Tags", "2020-06-01"),
- new Tuple("Resources", "DeploymentOperations", "2020-06-01"),
- new Tuple("Resources", "Deployments", "2020-06-01"),
- new Tuple("Resources", "Operations", "2020-06-01"),
- new Tuple("Resources", "Tags", "2020-06-01"),
+ new Tuple("Management", "DeploymentOperations", "2020-10-01"),
+ new Tuple("Management", "Deployments", "2020-10-01"),
+ new Tuple("Management", "Providers", "2020-10-01"),
+ new Tuple("ResourceManagementClient", "DeploymentOperations", "2020-10-01"),
+ new Tuple("ResourceManagementClient", "ProviderResourceTypes", "2020-10-01"),
+ new Tuple("ResourceManagementClient", "Providers", "2020-10-01"),
+ new Tuple("ResourceManagementClient", "ResourceGroups", "2020-10-01"),
+ new Tuple("ResourceManagementClient", "Resources", "2020-10-01"),
+ new Tuple("ResourceManagementClient", "Tags", "2020-10-01"),
+ new Tuple("Resources", "DeploymentOperations", "2020-10-01"),
+ new Tuple("Resources", "Deployments", "2020-10-01"),
+ new Tuple("Resources", "Operations", "2020-10-01"),
+ new Tuple("Resources", "Tags", "2020-10-01"),
}.AsEnumerable();
}
}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj b/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj
index fe96f5c1aaf1..b475f172abd6 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj
@@ -10,11 +10,11 @@
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Resources" (https://www.nuget.org/packages/Azure.ResourceManager.Resources/). Please see the package changelog for more information.
Microsoft.Azure.Management.ResourceManager
- 3.10.2-preview
+ 3.11.0-preview
Microsoft Azure resource management;resource management;resource groups;
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/Properties/AssemblyInfo.cs b/sdk/resources/Microsoft.Azure.Management.Resource/src/Properties/AssemblyInfo.cs
index d5caf369f9a6..81ecec2093a3 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/Properties/AssemblyInfo.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure resource management operations including Resource Groups.")]
[assembly: AssemblyVersion("3.0.0.0")]
-[assembly: AssemblyFileVersion("3.10.2.0")]
+[assembly: AssemblyFileVersion("3.11.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/src/generate.ps1 b/sdk/resources/Microsoft.Azure.Management.Resource/src/generate.ps1
index 885bc2985a63..9e691ee6e2bd 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/src/generate.ps1
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/src/generate.ps1
@@ -3,7 +3,7 @@
# and copy these new set of files to the main Generated folder. This way exisiting files will not be deleted.
# Generate package with resources tag
-Start-AutoRestCodeGeneration -ResourceProvider "resources/resource-manager" -SdkRepoRootPath "$PSScriptRoot\..\..\..\.." -AutoRestVersion "v2" -AutoRestCodeGenerationFlags "--tag=package-resources-2020-06" -SdkGenerationDirectory "$PSScriptRoot\Generated\Resources"
+Start-AutoRestCodeGeneration -ResourceProvider "resources/resource-manager" -SdkRepoRootPath "$PSScriptRoot\..\..\..\.." -AutoRestVersion "v2" -AutoRestCodeGenerationFlags "--tag=package-resources-2020-10" -SdkGenerationDirectory "$PSScriptRoot\Generated\Resources"
# Generate package with subscriptions tag
#Start-AutoRestCodeGeneration -ResourceProvider "resources/resource-manager" -SdkRepoRootPath "$PSScriptRoot\..\..\..\.." -AutoRestVersion "v2" -AutoRestCodeGenerationFlags "--tag=package-subscriptions-2020-01" -SdkGenerationDirectory "$PSScriptRoot\Generated\Subscriptions"
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/DeploymentWhatIfTests.ScenarioTests.cs b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/DeploymentWhatIfTests.ScenarioTests.cs
index 1441f9fe1bd1..99a695c92233 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/DeploymentWhatIfTests.ScenarioTests.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/DeploymentWhatIfTests.ScenarioTests.cs
@@ -449,7 +449,7 @@ public void WhatIfAtManagementGroupScope_BlankTemplate_ReturnsNoChange()
// Act.
WhatIfOperationResult result = client.Deployments
- .WhatIfAtManagementGroupScope("testMG", NewDeploymentName(), deploymentWhatIf);
+ .WhatIfAtManagementGroupScope("tag-mg-sdk", NewDeploymentName(), deploymentWhatIf);
// Assert.
Assert.Equal("Succeeded", result.Status);
@@ -479,7 +479,7 @@ public void WhatIfAtManagementGroupScope_ResourceIdOnlyMode_ReturnsChangesWithRe
// Act.
WhatIfOperationResult result = client.Deployments
- .WhatIfAtManagementGroupScope("testMG", NewDeploymentName(), deploymentWhatIf);
+ .WhatIfAtManagementGroupScope("tag-mg-sdk", NewDeploymentName(), deploymentWhatIf);
// Assert.
Assert.Equal("Succeeded", result.Status);
@@ -518,7 +518,7 @@ public void WhatIfAtManagementGroupScope_FullResourcePayloadMode_ReturnsChangesW
// Act.
WhatIfOperationResult result = client.Deployments
- .WhatIfAtManagementGroupScope("testMG", NewDeploymentName(), deploymentWhatIf);
+ .WhatIfAtManagementGroupScope("tag-mg-sdk", NewDeploymentName(), deploymentWhatIf);
// Assert.
Assert.Equal("Succeeded", result.Status);
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/ResourceTests.ScenarioTests.cs b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/ResourceTests.ScenarioTests.cs
index c29a5d1c7286..e5a9eac078ca 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/ResourceTests.ScenarioTests.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/ResourceTests.ScenarioTests.cs
@@ -413,7 +413,7 @@ public void CreatedAndListResource()
var listResult = client.Resources.List(new ODataQuery(r => r.ResourceType == "Microsoft.Web/serverFarms"));
Assert.NotEmpty(listResult);
- Assert.Equal(5, listResult.First().Tags.Count);
+ Assert.Equal(2, listResult.First().Tags.Count);
}
}
}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/TagTests.ScenarioTests.cs b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/TagTests.ScenarioTests.cs
index d8b58e8fb820..943553c062d2 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/TagTests.ScenarioTests.cs
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/TagTests.ScenarioTests.cs
@@ -333,7 +333,7 @@ public void DeleteTagsWithSubscriptionTest()
using (MockContext context = MockContext.Start(this.GetType()))
{
// test tags for subscription
- this.DeleteTagsTest(context: context).Properties.TagsProperty.Should().BeNull();
+ this.DeleteTagsTest(context: context).Properties.TagsProperty.Should().BeEmpty();
}
}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/management_group_level_template.parameters.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/management_group_level_template.parameters.json
index 1466d08ff4f9..b19dab0d1250 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/management_group_level_template.parameters.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/management_group_level_template.parameters.json
@@ -6,7 +6,7 @@
"value": "testMG"
},
"subscriptionId": {
- "value": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "value": "a1bfa635-f2bf-42f1-86b5-848c674fc321"
}
}
}
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/tenant_level_template.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/tenant_level_template.json
index 5ac0df60676e..7c600a3e441f 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/tenant_level_template.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/ScenarioTests/tenant_level_template.json
@@ -8,7 +8,7 @@
},
"subscriptionId": {
"type": "string",
- "defaultValue": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "defaultValue": "ce7f58b7-53c8-4806-ad09-18b516f85d4a"
},
"roleDefinitionId": {
"type": "string",
@@ -25,7 +25,7 @@
"name": "[parameters('roleDefinitionId')]",
"apiVersion": "2018-07-01",
"properties": {
- "roleName": "test-app",
+ "roleName": "test-role",
"description": "something",
"type": "CustomRole",
"permissions": [
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentAndValidateProperties.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentAndValidateProperties.json
index 258c0d9b1dd5..fb80de8daf42 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentAndValidateProperties.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentAndValidateProperties.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6e12ba30-fc39-4df2-8fd1-43bad16ada40"
+ "6728d94a-491b-4242-9d91-ad571113ada4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1197"
],
"x-ms-request-id": [
- "5c2dd9a7-1755-4377-89f2-b4e89b9931c7"
+ "bee80e9c-582c-4996-b25c-5a63c231fc71"
],
"x-ms-correlation-request-id": [
- "5c2dd9a7-1755-4377-89f2-b4e89b9931c7"
+ "bee80e9c-582c-4996-b25c-5a63c231fc71"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230149Z:5c2dd9a7-1755-4377-89f2-b4e89b9931c7"
+ "WESTCENTRALUS:20201117T204250Z:bee80e9c-582c-4996-b25c-5a63c231fc71"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:01:49 GMT"
+ "Tue, 17 Nov 2020 20:42:50 GMT"
],
"Content-Length": [
"219"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987\",\r\n \"name\": \"csmrg3987\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221\",\r\n \"name\": \"csmrg7221\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDEyMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzk1Nj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csmr4175\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csmr4882\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2be875c6-79fe-462e-b892-5c2ce7a57c07"
+ "b10a08a4-1da5-4b2a-baaf-790b32a24c07"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123/operationStatuses/08586084807751091682?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956/operationStatuses/08585959611131849143?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1196"
],
"x-ms-request-id": [
- "f3ef2468-920b-40da-aa7f-c97db0548ae1"
+ "6ff1eae9-ecfb-49c3-8606-3fcb47a62e64"
],
"x-ms-correlation-request-id": [
- "f3ef2468-920b-40da-aa7f-c97db0548ae1"
+ "6ff1eae9-ecfb-49c3-8606-3fcb47a62e64"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230153Z:f3ef2468-920b-40da-aa7f-c97db0548ae1"
+ "WESTCENTRALUS:20201117T204255Z:6ff1eae9-ecfb-49c3-8606-3fcb47a62e64"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:01:53 GMT"
+ "Tue, 17 Nov 2020 20:42:54 GMT"
],
"Content-Length": [
- "2027"
+ "2026"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123\",\r\n \"name\": \"csmd4123\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12192946132745292451\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4175\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-25T23:01:52.5832035Z\",\r\n \"duration\": \"PT2.2147445S\",\r\n \"correlationId\": \"f3ef2468-920b-40da-aa7f-c97db0548ae1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/serverfarms/hpn-csmrg3987\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg3987\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4175/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956\",\r\n \"name\": \"csmd7956\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"1473474134934971286\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4882\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T20:42:53.9499453Z\",\r\n \"duration\": \"PT1.6572161S\",\r\n \"correlationId\": \"6ff1eae9-ecfb-49c3-8606-3fcb47a62e64\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/serverfarms/hpn-csmrg7221\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg7221\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4882/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123/operationStatuses/08586084807751091682?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDEyMy9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA4NDgwNzc1MTA5MTY4Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956/operationStatuses/08585959611131849143?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzk1Ni9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYxMTEzMTg0OTE0Mz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -156,16 +156,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-request-id": [
- "68ccde3a-1add-495c-bd63-25d443e42dc1"
+ "d9dce173-6d03-4b7a-81f6-e58bf727fac3"
],
"x-ms-correlation-request-id": [
- "68ccde3a-1add-495c-bd63-25d443e42dc1"
+ "d9dce173-6d03-4b7a-81f6-e58bf727fac3"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230224Z:68ccde3a-1add-495c-bd63-25d443e42dc1"
+ "WESTCENTRALUS:20201117T204325Z:d9dce173-6d03-4b7a-81f6-e58bf727fac3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:02:23 GMT"
+ "Tue, 17 Nov 2020 20:43:25 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -190,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123/operationStatuses/08586084807751091682?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDEyMy9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA4NDgwNzc1MTA5MTY4Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956/operationStatuses/08585959611131849143?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzk1Ni9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYxMTEzMTg0OTE0Mz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -210,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11997"
],
"x-ms-request-id": [
- "445c4be6-2596-4c0c-9873-4609daba7987"
+ "3af8a3d1-d27b-4142-815b-0bb1bfefbe60"
],
"x-ms-correlation-request-id": [
- "445c4be6-2596-4c0c-9873-4609daba7987"
+ "3af8a3d1-d27b-4142-815b-0bb1bfefbe60"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230254Z:445c4be6-2596-4c0c-9873-4609daba7987"
+ "WESTCENTRALUS:20201117T204355Z:3af8a3d1-d27b-4142-815b-0bb1bfefbe60"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:02:54 GMT"
+ "Tue, 17 Nov 2020 20:43:55 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +244,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123/operationStatuses/08586084807751091682?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDEyMy9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA4NDgwNzc1MTA5MTY4Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956/operationStatuses/08585959611131849143?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzk1Ni9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYxMTEzMTg0OTE0Mz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -264,16 +264,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11996"
],
"x-ms-request-id": [
- "10b2bb4f-d7fc-452a-b6ff-d638c21b30d8"
+ "b4080b73-21fc-4030-a352-baa2eb9fadde"
],
"x-ms-correlation-request-id": [
- "10b2bb4f-d7fc-452a-b6ff-d638c21b30d8"
+ "b4080b73-21fc-4030-a352-baa2eb9fadde"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230324Z:10b2bb4f-d7fc-452a-b6ff-d638c21b30d8"
+ "WESTCENTRALUS:20201117T204426Z:b4080b73-21fc-4030-a352-baa2eb9fadde"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +282,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:03:24 GMT"
+ "Tue, 17 Nov 2020 20:44:26 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -298,16 +298,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDEyMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzk1Nj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -318,16 +318,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11995"
],
"x-ms-request-id": [
- "6d6444cf-ea02-445c-81d3-2024aab8db9c"
+ "25df4040-4f3b-4c81-b9ef-360999779749"
],
"x-ms-correlation-request-id": [
- "6d6444cf-ea02-445c-81d3-2024aab8db9c"
+ "25df4040-4f3b-4c81-b9ef-360999779749"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230325Z:6d6444cf-ea02-445c-81d3-2024aab8db9c"
+ "WESTCENTRALUS:20201117T204426Z:25df4040-4f3b-4c81-b9ef-360999779749"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -336,7 +336,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:03:24 GMT"
+ "Tue, 17 Nov 2020 20:44:26 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -345,29 +345,29 @@
"-1"
],
"Content-Length": [
- "2453"
+ "2455"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123\",\r\n \"name\": \"csmd4123\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12192946132745292451\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4175\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:03:08.09031Z\",\r\n \"duration\": \"PT1M17.721851S\",\r\n \"correlationId\": \"f3ef2468-920b-40da-aa7f-c97db0548ae1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/serverfarms/hpn-csmrg3987\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg3987\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4175/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/serverfarms/hpn-csmrg3987\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956\",\r\n \"name\": \"csmd7956\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"1473474134934971286\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4882\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:44:10.8393631Z\",\r\n \"duration\": \"PT1M18.5466339S\",\r\n \"correlationId\": \"6ff1eae9-ecfb-49c3-8606-3fcb47a62e64\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/serverfarms/hpn-csmrg7221\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg7221\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4882/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/serverfarms/hpn-csmrg7221\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDEyMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzk1Nj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "266d8ea4-a95f-4090-8475-f5b8297df3ea"
+ "06f29bc8-b5d0-41df-b206-4c7211c0ae8b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -378,16 +378,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11993"
],
"x-ms-request-id": [
- "e8166c5c-ea3d-49e1-8ad7-68d7e55efe0f"
+ "c70b7c21-84d7-42ce-8a45-40601c93503f"
],
"x-ms-correlation-request-id": [
- "e8166c5c-ea3d-49e1-8ad7-68d7e55efe0f"
+ "c70b7c21-84d7-42ce-8a45-40601c93503f"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230327Z:e8166c5c-ea3d-49e1-8ad7-68d7e55efe0f"
+ "WESTCENTRALUS:20201117T204428Z:c70b7c21-84d7-42ce-8a45-40601c93503f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -396,7 +396,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:03:26 GMT"
+ "Tue, 17 Nov 2020 20:44:28 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -405,29 +405,29 @@
"-1"
],
"Content-Length": [
- "2453"
+ "2455"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123\",\r\n \"name\": \"csmd4123\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12192946132745292451\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4175\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:03:08.09031Z\",\r\n \"duration\": \"PT1M17.721851S\",\r\n \"correlationId\": \"f3ef2468-920b-40da-aa7f-c97db0548ae1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/serverfarms/hpn-csmrg3987\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg3987\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4175/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/serverfarms/hpn-csmrg3987\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956\",\r\n \"name\": \"csmd7956\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"1473474134934971286\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4882\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:44:10.8393631Z\",\r\n \"duration\": \"PT1M18.5466339S\",\r\n \"correlationId\": \"6ff1eae9-ecfb-49c3-8606-3fcb47a62e64\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/serverfarms/hpn-csmrg7221\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg7221\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4882/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/serverfarms/hpn-csmrg7221\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3987/providers/Microsoft.Resources/deployments/?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzk4Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy8/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg7221/providers/Microsoft.Resources/deployments/?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNzIyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy8/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1aeeea5d-9ea3-47c2-9068-d75a7288ee2f"
+ "0c89a980-6024-46c5-af3b-e505a78944e0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -438,16 +438,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11994"
],
"x-ms-request-id": [
- "fd8aa35e-7054-4754-8860-f2d83bcf34e5"
+ "edb80132-9dd3-4342-9575-f087d3fa62ce"
],
"x-ms-correlation-request-id": [
- "fd8aa35e-7054-4754-8860-f2d83bcf34e5"
+ "edb80132-9dd3-4342-9575-f087d3fa62ce"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T230326Z:fd8aa35e-7054-4754-8860-f2d83bcf34e5"
+ "WESTCENTRALUS:20201117T204428Z:edb80132-9dd3-4342-9575-f087d3fa62ce"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -456,7 +456,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:03:26 GMT"
+ "Tue, 17 Nov 2020 20:44:27 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -465,18 +465,18 @@
"-1"
],
"Content-Length": [
- "2465"
+ "2467"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Resources/deployments/csmd4123\",\r\n \"name\": \"csmd4123\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12192946132745292451\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4175\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:03:08.09031Z\",\r\n \"duration\": \"PT1M17.721851S\",\r\n \"correlationId\": \"f3ef2468-920b-40da-aa7f-c97db0548ae1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/serverfarms/hpn-csmrg3987\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg3987\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4175\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4175/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/serverfarms/hpn-csmrg3987\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3987/providers/Microsoft.Web/sites/csmr4175/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Resources/deployments/csmd7956\",\r\n \"name\": \"csmd7956\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"1473474134934971286\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr4882\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:44:10.8393631Z\",\r\n \"duration\": \"PT1M18.5466339S\",\r\n \"correlationId\": \"6ff1eae9-ecfb-49c3-8606-3fcb47a62e64\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/serverfarms/hpn-csmrg7221\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg7221\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr4882\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr4882/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/serverfarms/hpn-csmrg7221\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg7221/providers/Microsoft.Web/sites/csmr4882/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"CreateDeploymentAndValidateProperties": [
- "csmr4175",
- "csmrg3987",
- "csmd4123"
+ "csmr4882",
+ "csmrg7221",
+ "csmd7956"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentCheckSuccessOperations.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentCheckSuccessOperations.json
index 9ac7dc50db49..e811090573f4 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentCheckSuccessOperations.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentCheckSuccessOperations.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9107?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTEwNz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4a1b5946-487d-4c3a-8798-a74749f470b1"
+ "81f5497d-a677-415c-a9d9-92c9d3e275ed"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "df1bd5ce-39ab-4bd5-9efa-5de5c1a68202"
+ "fcad7042-3d3f-440f-be6e-fdfb047c494a"
],
"x-ms-correlation-request-id": [
- "df1bd5ce-39ab-4bd5-9efa-5de5c1a68202"
+ "fcad7042-3d3f-440f-be6e-fdfb047c494a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200701T214938Z:df1bd5ce-39ab-4bd5-9efa-5de5c1a68202"
+ "WESTCENTRALUS:20201117T204444Z:fcad7042-3d3f-440f-be6e-fdfb047c494a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Wed, 01 Jul 2020 21:49:37 GMT"
+ "Tue, 17 Nov 2020 20:44:44 GMT"
],
"Content-Length": [
"219"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476\",\r\n \"name\": \"csmrg6476\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107\",\r\n \"name\": \"csmrg9107\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzE5Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTEwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kOTM2ND9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csres2263\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csres4199\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2b7bea4b-5361-44a6-af6e-81bf0b0a49e8"
+ "0287a573-8675-446e-af8b-de863873b831"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operationStatuses/08586079667058479701?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364/operationStatuses/08585959609998083349?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-request-id": [
- "82c0caac-3490-48cd-a69b-f059c21ebd34"
+ "7acd6903-e6da-4010-967e-3e8b8cd449cf"
],
"x-ms-correlation-request-id": [
- "82c0caac-3490-48cd-a69b-f059c21ebd34"
+ "7acd6903-e6da-4010-967e-3e8b8cd449cf"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200701T214942Z:82c0caac-3490-48cd-a69b-f059c21ebd34"
+ "WESTCENTRALUS:20201117T204448Z:7acd6903-e6da-4010-967e-3e8b8cd449cf"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Wed, 01 Jul 2020 21:49:41 GMT"
+ "Tue, 17 Nov 2020 20:44:47 GMT"
],
"Content-Length": [
- "2043"
+ "2042"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,74 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196\",\r\n \"name\": \"csmd3196\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres2263\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-07-01T21:49:41.5220602Z\",\r\n \"duration\": \"PT1.8923791S\",\r\n \"correlationId\": \"82c0caac-3490-48cd-a69b-f059c21ebd34\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/serverfarms/hpn-csmrg6476\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6476\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres2263\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres2263\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres2263/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364\",\r\n \"name\": \"csmd9364\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres4199\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T20:44:47.144608Z\",\r\n \"duration\": \"PT1.4753161S\",\r\n \"correlationId\": \"7acd6903-e6da-4010-967e-3e8b8cd449cf\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/serverfarms/hpn-csmrg9107\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg9107\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres4199\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres4199\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres4199/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operationStatuses/08586079667058479701?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzE5Ni9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA3OTY2NzA1ODQ3OTcwMT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364/operationStatuses/08585959609998083349?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTEwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kOTM2NC9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYwOTk5ODA4MzM0OT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-request-id": [
- "23d64c45-89f7-4821-8980-35d0317e53da"
- ],
- "x-ms-correlation-request-id": [
- "23d64c45-89f7-4821-8980-35d0317e53da"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200701T215012Z:23d64c45-89f7-4821-8980-35d0317e53da"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 01 Jul 2020 21:50:12 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operationStatuses/08586079667058479701?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzE5Ni9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA3OTY2NzA1ODQ3OTcwMT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +159,13 @@
"11998"
],
"x-ms-request-id": [
- "1c957e09-114d-4fa8-bba0-d1243b389d98"
+ "c541e00d-99f2-4d0a-a8fc-51d7a78f11e8"
],
"x-ms-correlation-request-id": [
- "1c957e09-114d-4fa8-bba0-d1243b389d98"
+ "c541e00d-99f2-4d0a-a8fc-51d7a78f11e8"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200701T215043Z:1c957e09-114d-4fa8-bba0-d1243b389d98"
+ "WESTCENTRALUS:20201117T204518Z:c541e00d-99f2-4d0a-a8fc-51d7a78f11e8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +174,7 @@
"nosniff"
],
"Date": [
- "Wed, 01 Jul 2020 21:50:42 GMT"
+ "Tue, 17 Nov 2020 20:45:18 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operationStatuses/08586079667058479701?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzE5Ni9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA3OTY2NzA1ODQ3OTcwMT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364/operationStatuses/08585959609998083349?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTEwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kOTM2NC9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYwOTk5ODA4MzM0OT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -267,13 +213,13 @@
"11997"
],
"x-ms-request-id": [
- "7e139a9e-13e0-47da-8bda-88ce3a5a1765"
+ "8fa8ddc0-10ce-49ac-9b25-f2952157cfaa"
],
"x-ms-correlation-request-id": [
- "7e139a9e-13e0-47da-8bda-88ce3a5a1765"
+ "8fa8ddc0-10ce-49ac-9b25-f2952157cfaa"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200701T215113Z:7e139a9e-13e0-47da-8bda-88ce3a5a1765"
+ "WESTCENTRALUS:20201117T204548Z:8fa8ddc0-10ce-49ac-9b25-f2952157cfaa"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +228,7 @@
"nosniff"
],
"Date": [
- "Wed, 01 Jul 2020 21:51:13 GMT"
+ "Tue, 17 Nov 2020 20:45:48 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -298,16 +244,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzE5Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTEwNy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kOTM2ND9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -321,13 +267,13 @@
"11996"
],
"x-ms-request-id": [
- "a234b7ec-508f-42c7-9792-ba715582c25e"
+ "bdd8d53e-4c64-45ae-99f8-5c199110f5e5"
],
"x-ms-correlation-request-id": [
- "a234b7ec-508f-42c7-9792-ba715582c25e"
+ "bdd8d53e-4c64-45ae-99f8-5c199110f5e5"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200701T215113Z:a234b7ec-508f-42c7-9792-ba715582c25e"
+ "WESTCENTRALUS:20201117T204549Z:bdd8d53e-4c64-45ae-99f8-5c199110f5e5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -336,7 +282,7 @@
"nosniff"
],
"Date": [
- "Wed, 01 Jul 2020 21:51:13 GMT"
+ "Tue, 17 Nov 2020 20:45:48 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -345,29 +291,29 @@
"-1"
],
"Content-Length": [
- "2474"
+ "2472"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196\",\r\n \"name\": \"csmd3196\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres2263\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-07-01T21:51:01.8608359Z\",\r\n \"duration\": \"PT1M22.2311548S\",\r\n \"correlationId\": \"82c0caac-3490-48cd-a69b-f059c21ebd34\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/serverfarms/hpn-csmrg6476\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6476\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres2263\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres2263\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres2263/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/serverfarms/hpn-csmrg6476\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364\",\r\n \"name\": \"csmd9364\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres4199\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:45:44.0910245Z\",\r\n \"duration\": \"PT58.4217326S\",\r\n \"correlationId\": \"7acd6903-e6da-4010-967e-3e8b8cd449cf\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/serverfarms/hpn-csmrg9107\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg9107\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres4199\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres4199\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres4199/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/serverfarms/hpn-csmrg9107\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6476/deployments/csmd3196/operations?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3Ni9kZXBsb3ltZW50cy9jc21kMzE5Ni9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9107/deployments/csmd9364/operations?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTEwNy9kZXBsb3ltZW50cy9jc21kOTM2NC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3c53bab7-a934-4560-9640-decf47dabfbe"
+ "d6107af0-3a85-4a40-83f3-3e0d7ca35a1f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -381,13 +327,13 @@
"11995"
],
"x-ms-request-id": [
- "4f877834-2b89-49a2-b551-a3a0e8f7f023"
+ "448786d9-a37b-47bd-9810-24ac6de2648a"
],
"x-ms-correlation-request-id": [
- "4f877834-2b89-49a2-b551-a3a0e8f7f023"
+ "448786d9-a37b-47bd-9810-24ac6de2648a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200701T215145Z:4f877834-2b89-49a2-b551-a3a0e8f7f023"
+ "WESTCENTRALUS:20201117T204619Z:448786d9-a37b-47bd-9810-24ac6de2648a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -396,7 +342,7 @@
"nosniff"
],
"Date": [
- "Wed, 01 Jul 2020 21:51:45 GMT"
+ "Tue, 17 Nov 2020 20:46:19 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -405,18 +351,18 @@
"-1"
],
"Content-Length": [
- "2581"
+ "2559"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operations/C08A67D2F73FC325\",\r\n \"operationId\": \"C08A67D2F73FC325\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-07-01T21:51:01.7325656Z\",\r\n \"duration\": \"PT44.8293038S\",\r\n \"trackingId\": \"b69e7cc6-5623-42bd-a931-ba35137ed4da\",\r\n \"serviceRequestId\": \"570a3f71-7117-4fb0-939a-67231f95d184\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres2263/web\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operations/9DBAD0B09ABBAC79\",\r\n \"operationId\": \"9DBAD0B09ABBAC79\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-07-01T21:50:16.8655087Z\",\r\n \"duration\": \"PT24.8449364S\",\r\n \"trackingId\": \"cf736d88-baf3-474a-bde2-0f1b505bc49a\",\r\n \"serviceRequestId\": \"26f0ce64-fcee-4a48-b5a7-bd554680fa8f\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/sites/csres2263\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres2263\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operations/FA18A1F722425EC9\",\r\n \"operationId\": \"FA18A1F722425EC9\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-07-01T21:49:51.9682816Z\",\r\n \"duration\": \"PT9.0850357S\",\r\n \"trackingId\": \"e6668f5b-3c06-4445-9402-eac483f201c8\",\r\n \"serviceRequestId\": \"26c543b2-5537-4e46-80fa-257cbf3102a8\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Web/serverfarms/hpn-csmrg6476\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6476\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6476/providers/Microsoft.Resources/deployments/csmd3196/operations/08586079667058479701\",\r\n \"operationId\": \"08586079667058479701\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-07-01T21:51:01.8313085Z\",\r\n \"duration\": \"PT0.0459695S\",\r\n \"trackingId\": \"514f0724-ffd7-4ba9-bc7a-8f4032664010\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364/operations/291D70C2C281C8F1\",\r\n \"operationId\": \"291D70C2C281C8F1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:45:43.967946Z\",\r\n \"duration\": \"PT55.0758891S\",\r\n \"trackingId\": \"701d5b23-1b23-4435-94d7-3d8a3019201f\",\r\n \"serviceRequestId\": \"788e9c23-c9c1-47e8-86f1-9a5a45daa036\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres4199/web\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364/operations/3B211E02473F02E4\",\r\n \"operationId\": \"3B211E02473F02E4\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:45:18.0147179Z\",\r\n \"duration\": \"PT29.122661S\",\r\n \"trackingId\": \"3abf66a2-100b-4222-9cc2-7e426bad473f\",\r\n \"serviceRequestId\": \"b4171ff8-0a6b-4ce3-ac34-fc483740fc6e\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/sites/csres4199\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres4199\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364/operations/C85D4B675FBD1700\",\r\n \"operationId\": \"C85D4B675FBD1700\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:44:57.6628385Z\",\r\n \"duration\": \"PT8.7707816S\",\r\n \"trackingId\": \"c1022e05-b709-4034-ba23-4248eeb28530\",\r\n \"serviceRequestId\": \"83e07013-c09b-4e04-ab0b-912c0c26e1a0\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Web/serverfarms/hpn-csmrg9107\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg9107\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9107/providers/Microsoft.Resources/deployments/csmd9364/operations/08585959609998083349\",\r\n \"operationId\": \"08585959609998083349\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:45:44.0588802Z\",\r\n \"duration\": \"PT55.1668233S\",\r\n \"trackingId\": \"7e6fa9b8-8ced-4d49-85a6-be0a7a4624d8\",\r\n \"statusCode\": \"OK\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"CreateDeploymentCheckSuccessOperations": [
- "csmrg6476",
- "csmd3196",
- "csres2263"
+ "csmrg9107",
+ "csmd9364",
+ "csres4199"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithResourceId.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithResourceId.json
index af736070e63f..62df3720f412 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithResourceId.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithResourceId.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxND9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8566d7c9-e37c-4349-a780-5b5f50c48800"
+ "6d9bb8d8-2b22-4709-b538-57d90e05caeb"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "b6e2d9fc-11c9-4112-aabe-6702b1592798"
+ "cc906fa3-a769-45d6-804b-22f1536b20e1"
],
"x-ms-correlation-request-id": [
- "b6e2d9fc-11c9-4112-aabe-6702b1592798"
+ "cc906fa3-a769-45d6-804b-22f1536b20e1"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235606Z:b6e2d9fc-11c9-4112-aabe-6702b1592798"
+ "WESTCENTRALUS:20201117T204705Z:cc906fa3-a769-45d6-804b-22f1536b20e1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:56:05 GMT"
+ "Tue, 17 Nov 2020 20:47:05 GMT"
],
"Content-Length": [
"219"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471\",\r\n \"name\": \"csmrg6471\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614\",\r\n \"name\": \"csmrg2614\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODQ5OD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTk2Nz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csmr6352\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csmr9375\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "683367a1-8d1d-4a2d-a514-0d34a2a51e46"
+ "82e8333b-ec00-4ed2-8a04-34d982f5463e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498/operationStatuses/08586087367179422706?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967/operationStatuses/08585959608581203219?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-request-id": [
- "93b6c555-568f-4156-97b2-d747a5540b2a"
+ "6f405460-9ed8-42e7-afc3-fddcbf5dfb76"
],
"x-ms-correlation-request-id": [
- "93b6c555-568f-4156-97b2-d747a5540b2a"
+ "6f405460-9ed8-42e7-afc3-fddcbf5dfb76"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235610Z:93b6c555-568f-4156-97b2-d747a5540b2a"
+ "WESTCENTRALUS:20201117T204710Z:6f405460-9ed8-42e7-afc3-fddcbf5dfb76"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:56:09 GMT"
+ "Tue, 17 Nov 2020 20:47:09 GMT"
],
"Content-Length": [
- "2067"
+ "2066"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498\",\r\n \"name\": \"csmd8498\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr6352\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-22T23:56:09.3761099Z\",\r\n \"duration\": \"PT1.8407516S\",\r\n \"correlationId\": \"93b6c555-568f-4156-97b2-d747a5540b2a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/serverfarms/hpn-csmrg6471\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6471\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr6352/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967\",\r\n \"name\": \"csmd5967\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr9375\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T20:47:09.040026Z\",\r\n \"duration\": \"PT1.6827164S\",\r\n \"correlationId\": \"6f405460-9ed8-42e7-afc3-fddcbf5dfb76\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/serverfarms/hpn-csmrg2614\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg2614\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr9375/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498/operationStatuses/08586087367179422706?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODQ5OC9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA4NzM2NzE3OTQyMjcwNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967/operationStatuses/08585959608581203219?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTk2Ny9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYwODU4MTIwMzIxOT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -156,16 +156,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-request-id": [
- "c5e73719-5312-415f-ad44-e152a4462a22"
+ "7aa15796-f6d8-4fa2-8038-6096ecce45a6"
],
"x-ms-correlation-request-id": [
- "c5e73719-5312-415f-ad44-e152a4462a22"
+ "7aa15796-f6d8-4fa2-8038-6096ecce45a6"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235640Z:c5e73719-5312-415f-ad44-e152a4462a22"
+ "WESTCENTRALUS:20201117T204740Z:7aa15796-f6d8-4fa2-8038-6096ecce45a6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:56:39 GMT"
+ "Tue, 17 Nov 2020 20:47:40 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -190,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498/operationStatuses/08586087367179422706?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODQ5OC9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA4NzM2NzE3OTQyMjcwNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967/operationStatuses/08585959608581203219?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTk2Ny9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYwODU4MTIwMzIxOT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -210,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11997"
],
"x-ms-request-id": [
- "3a24472e-7a2b-4881-9fef-39b8684b0f56"
+ "3ec1926b-e17c-4c36-9c72-b6e96d4bea0b"
],
"x-ms-correlation-request-id": [
- "3a24472e-7a2b-4881-9fef-39b8684b0f56"
+ "3ec1926b-e17c-4c36-9c72-b6e96d4bea0b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235710Z:3a24472e-7a2b-4881-9fef-39b8684b0f56"
+ "WESTCENTRALUS:20201117T204811Z:3ec1926b-e17c-4c36-9c72-b6e96d4bea0b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:57:10 GMT"
+ "Tue, 17 Nov 2020 20:48:10 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +244,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498/operationStatuses/08586087367179422706?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODQ5OC9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA4NzM2NzE3OTQyMjcwNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967/operationStatuses/08585959608581203219?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTk2Ny9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTYwODU4MTIwMzIxOT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -264,16 +264,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11996"
],
"x-ms-request-id": [
- "cef20ddc-6621-444a-b5c5-226a6852597e"
+ "f48f1a08-98ee-41ae-9818-36a9d1e53b71"
],
"x-ms-correlation-request-id": [
- "cef20ddc-6621-444a-b5c5-226a6852597e"
+ "f48f1a08-98ee-41ae-9818-36a9d1e53b71"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235741Z:cef20ddc-6621-444a-b5c5-226a6852597e"
+ "WESTCENTRALUS:20201117T204841Z:f48f1a08-98ee-41ae-9818-36a9d1e53b71"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +282,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:57:41 GMT"
+ "Tue, 17 Nov 2020 20:48:41 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -298,16 +298,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODQ5OD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTk2Nz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -318,16 +318,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11995"
],
"x-ms-request-id": [
- "5384005c-dacc-4213-b84c-f949a7c6c97f"
+ "1c79cf90-c4ea-43a6-b89d-05597c028466"
],
"x-ms-correlation-request-id": [
- "5384005c-dacc-4213-b84c-f949a7c6c97f"
+ "1c79cf90-c4ea-43a6-b89d-05597c028466"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235741Z:5384005c-dacc-4213-b84c-f949a7c6c97f"
+ "WESTCENTRALUS:20201117T204842Z:1c79cf90-c4ea-43a6-b89d-05597c028466"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -336,7 +336,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:57:41 GMT"
+ "Tue, 17 Nov 2020 20:48:42 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -348,26 +348,26 @@
"2496"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498\",\r\n \"name\": \"csmd8498\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr6352\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T23:57:29.7326371Z\",\r\n \"duration\": \"PT1M22.1972788S\",\r\n \"correlationId\": \"93b6c555-568f-4156-97b2-d747a5540b2a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/serverfarms/hpn-csmrg6471\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6471\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr6352/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/serverfarms/hpn-csmrg6471\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967\",\r\n \"name\": \"csmd5967\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr9375\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:48:31.5829953Z\",\r\n \"duration\": \"PT1M24.2256857S\",\r\n \"correlationId\": \"6f405460-9ed8-42e7-afc3-fddcbf5dfb76\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/serverfarms/hpn-csmrg2614\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg2614\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr9375/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/serverfarms/hpn-csmrg2614\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODQ5OD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTk2Nz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b0e56c4c-85c6-4555-b8a8-3ce55a7f7b28"
+ "f5ae3237-6e8b-4464-94ea-8db1f4b3e0af"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -378,16 +378,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11993"
],
"x-ms-request-id": [
- "7f90a471-acd0-405d-9dce-60aeace93705"
+ "4349a5ba-63b7-4d96-af83-8505ac279cb7"
],
"x-ms-correlation-request-id": [
- "7f90a471-acd0-405d-9dce-60aeace93705"
+ "4349a5ba-63b7-4d96-af83-8505ac279cb7"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235743Z:7f90a471-acd0-405d-9dce-60aeace93705"
+ "WESTCENTRALUS:20201117T204844Z:4349a5ba-63b7-4d96-af83-8505ac279cb7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -396,7 +396,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:57:43 GMT"
+ "Tue, 17 Nov 2020 20:48:44 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -408,26 +408,26 @@
"2496"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498\",\r\n \"name\": \"csmd8498\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr6352\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T23:57:29.7326371Z\",\r\n \"duration\": \"PT1M22.1972788S\",\r\n \"correlationId\": \"93b6c555-568f-4156-97b2-d747a5540b2a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/serverfarms/hpn-csmrg6471\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6471\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr6352/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/serverfarms/hpn-csmrg6471\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967\",\r\n \"name\": \"csmd5967\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr9375\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:48:31.5829953Z\",\r\n \"duration\": \"PT1M24.2256857S\",\r\n \"correlationId\": \"6f405460-9ed8-42e7-afc3-fddcbf5dfb76\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/serverfarms/hpn-csmrg2614\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg2614\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr9375/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/serverfarms/hpn-csmrg2614\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6471/providers/Microsoft.Resources/deployments/?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ3MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy8/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg2614/providers/Microsoft.Resources/deployments/?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjYxNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy8/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "98e97ab4-805a-4a48-982d-e4ea0c59c198"
+ "5bb411bc-dc8f-4564-81c0-4ddef0c375a3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -438,16 +438,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11994"
],
"x-ms-request-id": [
- "60256940-0fa0-4fba-9bd9-6ce48ead4a24"
+ "70c09ac4-8033-421d-b0e3-7c61701ae7af"
],
"x-ms-correlation-request-id": [
- "60256940-0fa0-4fba-9bd9-6ce48ead4a24"
+ "70c09ac4-8033-421d-b0e3-7c61701ae7af"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T235742Z:60256940-0fa0-4fba-9bd9-6ce48ead4a24"
+ "WESTCENTRALUS:20201117T204843Z:70c09ac4-8033-421d-b0e3-7c61701ae7af"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -456,7 +456,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 23:57:42 GMT"
+ "Tue, 17 Nov 2020 20:48:43 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -468,15 +468,15 @@
"2508"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Resources/deployments/csmd8498\",\r\n \"name\": \"csmd8498\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr6352\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T23:57:29.7326371Z\",\r\n \"duration\": \"PT1M22.1972788S\",\r\n \"correlationId\": \"93b6c555-568f-4156-97b2-d747a5540b2a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/serverfarms/hpn-csmrg6471\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6471\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr6352\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr6352/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/serverfarms/hpn-csmrg6471\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6471/providers/Microsoft.Web/sites/csmr6352/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Resources/deployments/csmd5967\",\r\n \"name\": \"csmd5967\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr9375\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T20:48:31.5829953Z\",\r\n \"duration\": \"PT1M24.2256857S\",\r\n \"correlationId\": \"6f405460-9ed8-42e7-afc3-fddcbf5dfb76\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/serverfarms/hpn-csmrg2614\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg2614\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr9375\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr9375/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/serverfarms/hpn-csmrg2614\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg2614/providers/Microsoft.Web/sites/csmr9375/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"CreateDeploymentWithResourceId": [
- "csmr6352",
- "csmrg6471",
- "csmd8498"
+ "csmr9375",
+ "csmrg2614",
+ "csmd5967"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithStringTemplateAndParameters.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithStringTemplateAndParameters.json
index 6f9c95ed15bc..bbc9ac7c76d9 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithStringTemplateAndParameters.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateDeploymentWithStringTemplateAndParameters.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg244?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjQ0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8504?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODUwND9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "45716688-8b8f-4f67-8c5e-d72321689789"
+ "477b860b-f4d1-4f00-acf6-9aa03cae15bf"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1199"
],
"x-ms-request-id": [
- "c770d5cd-f083-4359-b5ee-c3521d8be382"
+ "22072d77-23b4-4363-97c2-7e71e53d5b64"
],
"x-ms-correlation-request-id": [
- "c770d5cd-f083-4359-b5ee-c3521d8be382"
+ "22072d77-23b4-4363-97c2-7e71e53d5b64"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235510Z:c770d5cd-f083-4359-b5ee-c3521d8be382"
+ "WESTCENTRALUS:20201118T213135Z:22072d77-23b4-4363-97c2-7e71e53d5b64"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,10 +51,10 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:55:09 GMT"
+ "Wed, 18 Nov 2020 21:31:34 GMT"
],
"Content-Length": [
- "217"
+ "219"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg244\",\r\n \"name\": \"csmrg244\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg8504\",\r\n \"name\": \"csmrg8504\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQxMjM0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODUwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjY5MD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e939823e-ce31-46b1-94bc-df9f9e145f59"
+ "5b70ef6e-fb53-4803-8364-fb06ab7a6711"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234/operationStatuses/08586084775746717098?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690/operationStatuses/08585958717891628644?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
+ "1198"
],
"x-ms-request-id": [
- "7a290919-8071-4bfe-a9f8-89c3994dafc6"
+ "f4e005b7-8933-473d-aee4-9ee69e17f902"
],
"x-ms-correlation-request-id": [
- "7a290919-8071-4bfe-a9f8-89c3994dafc6"
+ "f4e005b7-8933-473d-aee4-9ee69e17f902"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235513Z:7a290919-8071-4bfe-a9f8-89c3994dafc6"
+ "WESTCENTRALUS:20201118T213138Z:f4e005b7-8933-473d-aee4-9ee69e17f902"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,7 +120,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:55:12 GMT"
+ "Wed, 18 Nov 2020 21:31:37 GMT"
],
"Content-Length": [
"653"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234\",\r\n \"name\": \"csmd1234\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-25T23:55:12.7939071Z\",\r\n \"duration\": \"PT1.9880083S\",\r\n \"correlationId\": \"7a290919-8071-4bfe-a9f8-89c3994dafc6\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690\",\r\n \"name\": \"csmd6690\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-18T21:31:37.7326151Z\",\r\n \"duration\": \"PT1.417862S\",\r\n \"correlationId\": \"f4e005b7-8933-473d-aee4-9ee69e17f902\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234/operationStatuses/08586084775746717098?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQxMjM0L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0Nzc1NzQ2NzE3MDk4P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690/operationStatuses/08585958717891628644?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODUwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjY5MC9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1ODcxNzg5MTYyODY0ND9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,67 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "9c1eb5b5-fb78-4ed1-8e02-a97dd0f47cb9"
- ],
- "x-ms-correlation-request-id": [
- "9c1eb5b5-fb78-4ed1-8e02-a97dd0f47cb9"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235544Z:9c1eb5b5-fb78-4ed1-8e02-a97dd0f47cb9"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Thu, 25 Jun 2020 23:55:43 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234/operationStatuses/08586084775746717098?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQxMjM0L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0Nzc1NzQ2NzE3MDk4P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-request-id": [
- "aa7f8695-31bc-470a-be20-6e59fa87f6f1"
+ "99d9eb75-8e9c-4702-8e25-40ebd3857196"
],
"x-ms-correlation-request-id": [
- "aa7f8695-31bc-470a-be20-6e59fa87f6f1"
+ "99d9eb75-8e9c-4702-8e25-40ebd3857196"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235614Z:aa7f8695-31bc-470a-be20-6e59fa87f6f1"
+ "WESTCENTRALUS:20201118T213209Z:99d9eb75-8e9c-4702-8e25-40ebd3857196"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:56:14 GMT"
+ "Wed, 18 Nov 2020 21:32:08 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQxMjM0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODUwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjY5MD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -264,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11998"
],
"x-ms-request-id": [
- "afc4a6a7-a707-46be-a769-3f529c809777"
+ "cb568b26-7ace-471f-a39a-2fdb098e0a50"
],
"x-ms-correlation-request-id": [
- "afc4a6a7-a707-46be-a769-3f529c809777"
+ "cb568b26-7ace-471f-a39a-2fdb098e0a50"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235614Z:afc4a6a7-a707-46be-a769-3f529c809777"
+ "WESTCENTRALUS:20201118T213209Z:cb568b26-7ace-471f-a39a-2fdb098e0a50"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:56:14 GMT"
+ "Wed, 18 Nov 2020 21:32:09 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -291,29 +237,29 @@
"-1"
],
"Content-Length": [
- "837"
+ "839"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234\",\r\n \"name\": \"csmd1234\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:56:08.1024505Z\",\r\n \"duration\": \"PT57.2965517S\",\r\n \"correlationId\": \"7a290919-8071-4bfe-a9f8-89c3994dafc6\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg244/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690\",\r\n \"name\": \"csmd6690\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-18T21:32:06.6653569Z\",\r\n \"duration\": \"PT30.3506038S\",\r\n \"correlationId\": \"f4e005b7-8933-473d-aee4-9ee69e17f902\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg8504/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMjQ0L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQxMjM0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODUwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjY5MD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cb94d72f-98ae-42fd-bf3d-c07de9e9ede6"
+ "1a23b05b-334e-4895-9b37-61e6bdca8f52"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -324,16 +270,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11997"
],
"x-ms-request-id": [
- "3fbac3d1-c8e6-4073-86ef-0be2b7c7a87b"
+ "2b79182b-b2d5-4a91-8326-f362731b12e7"
],
"x-ms-correlation-request-id": [
- "3fbac3d1-c8e6-4073-86ef-0be2b7c7a87b"
+ "2b79182b-b2d5-4a91-8326-f362731b12e7"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235615Z:3fbac3d1-c8e6-4073-86ef-0be2b7c7a87b"
+ "WESTCENTRALUS:20201118T213210Z:2b79182b-b2d5-4a91-8326-f362731b12e7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -342,7 +288,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:56:15 GMT"
+ "Wed, 18 Nov 2020 21:32:09 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -351,17 +297,17 @@
"-1"
],
"Content-Length": [
- "837"
+ "839"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg244/providers/Microsoft.Resources/deployments/csmd1234\",\r\n \"name\": \"csmd1234\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:56:08.1024505Z\",\r\n \"duration\": \"PT57.2965517S\",\r\n \"correlationId\": \"7a290919-8071-4bfe-a9f8-89c3994dafc6\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg244/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg8504/providers/Microsoft.Resources/deployments/csmd6690\",\r\n \"name\": \"csmd6690\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-18T21:32:06.6653569Z\",\r\n \"duration\": \"PT30.3506038S\",\r\n \"correlationId\": \"f4e005b7-8933-473d-aee4-9ee69e17f902\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg8504/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"CreateDeploymentWithStringTemplateAndParameters": [
- "csmrg244",
- "csmd1234"
+ "csmrg8504",
+ "csmd6690"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateLargeWebDeploymentTemplateWorks.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateLargeWebDeploymentTemplateWorks.json
index f57ed422ca60..9c628893c219 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateLargeWebDeploymentTemplateWorks.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/CreateLargeWebDeploymentTemplateWorks.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4MT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYwMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"South Central US\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b7b6f47b-fe56-4df9-9f29-dbe669352375"
+ "d5341483-f5d0-48e9-988c-64972b7aba46"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1197"
],
"x-ms-request-id": [
- "02c32960-b34a-4302-846b-6c0610eb05b4"
+ "947c186e-18dd-4867-8189-d83b8f29f3a5"
],
"x-ms-correlation-request-id": [
- "02c32960-b34a-4302-846b-6c0610eb05b4"
+ "947c186e-18dd-4867-8189-d83b8f29f3a5"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191216Z:02c32960-b34a-4302-846b-6c0610eb05b4"
+ "WESTCENTRALUS:20201117T210726Z:947c186e-18dd-4867-8189-d83b8f29f3a5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:12:16 GMT"
+ "Tue, 17 Nov 2020 21:07:25 GMT"
],
"Content-Length": [
"223"
@@ -63,32 +63,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881\",\r\n \"name\": \"csmrg6881\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600\",\r\n \"name\": \"csmrg6600\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODUzMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMjI4NT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csmr8267\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csmr163\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e9b59c88-5893-47ce-ba75-1ca6c364d966"
+ "e974ecf9-795b-4786-899c-aced8bc4a827"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "512"
+ "511"
]
},
"ResponseHeaders": {
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operationStatuses/08586090129488871803?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operationStatuses/08585959596384242707?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1196"
],
"x-ms-request-id": [
- "5810ee19-5f07-43ef-a2e0-a59b9545fc99"
+ "ab0f715b-f778-42f7-97e5-62fb356a71fe"
],
"x-ms-correlation-request-id": [
- "5810ee19-5f07-43ef-a2e0-a59b9545fc99"
+ "ab0f715b-f778-42f7-97e5-62fb356a71fe"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191218Z:5810ee19-5f07-43ef-a2e0-a59b9545fc99"
+ "WESTCENTRALUS:20201117T210727Z:ab0f715b-f778-42f7-97e5-62fb356a71fe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:12:18 GMT"
+ "Tue, 17 Nov 2020 21:07:27 GMT"
],
"Content-Length": [
- "1996"
+ "1988"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533\",\r\n \"name\": \"csmd8533\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12192946132745292451\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr8267\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-19T19:12:17.8314845Z\",\r\n \"duration\": \"PT1.2410177S\",\r\n \"correlationId\": \"5810ee19-5f07-43ef-a2e0-a59b9545fc99\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/serverfarms/hpn-csmrg6881\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6881\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr8267\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr8267\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr8267/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285\",\r\n \"name\": \"csmd2285\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"1473474134934971286\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr163\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T21:07:27.6366293Z\",\r\n \"duration\": \"PT0.5832721S\",\r\n \"correlationId\": \"ab0f715b-f778-42f7-97e5-62fb356a71fe\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/serverfarms/hpn-csmrg6600\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6600\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr163\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr163\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr163/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operationStatuses/08586090129488871803?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODUzMy9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA5MDEyOTQ4ODg3MTgwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operationStatuses/08585959596384242707?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMjI4NS9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTU5NjM4NDI0MjcwNz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -156,16 +156,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11995"
],
"x-ms-request-id": [
- "51619f03-2257-4319-b1f8-ed5bc948e699"
+ "fb709fe0-33d4-4fa5-8d5d-3c6b1cb3f021"
],
"x-ms-correlation-request-id": [
- "51619f03-2257-4319-b1f8-ed5bc948e699"
+ "fb709fe0-33d4-4fa5-8d5d-3c6b1cb3f021"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191248Z:51619f03-2257-4319-b1f8-ed5bc948e699"
+ "WESTCENTRALUS:20201117T210758Z:fb709fe0-33d4-4fa5-8d5d-3c6b1cb3f021"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:12:47 GMT"
+ "Tue, 17 Nov 2020 21:07:58 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -190,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operationStatuses/08586090129488871803?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODUzMy9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA5MDEyOTQ4ODg3MTgwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operationStatuses/08585959596384242707?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMjI4NS9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTU5NjM4NDI0MjcwNz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -210,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11994"
],
"x-ms-request-id": [
- "dfa801c5-bf25-4b22-94c3-f02c00a63ccb"
+ "5d2491bf-965d-4548-9ff2-3e56d71bb653"
],
"x-ms-correlation-request-id": [
- "dfa801c5-bf25-4b22-94c3-f02c00a63ccb"
+ "5d2491bf-965d-4548-9ff2-3e56d71bb653"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191318Z:dfa801c5-bf25-4b22-94c3-f02c00a63ccb"
+ "WESTCENTRALUS:20201117T210828Z:5d2491bf-965d-4548-9ff2-3e56d71bb653"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:13:17 GMT"
+ "Tue, 17 Nov 2020 21:08:27 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +244,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operationStatuses/08586090129488871803?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODUzMy9vcGVyYXRpb25TdGF0dXNlcy8wODU4NjA5MDEyOTQ4ODg3MTgwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operationStatuses/08585959596384242707?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMjI4NS9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1OTU5NjM4NDI0MjcwNz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -264,16 +264,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11993"
],
"x-ms-request-id": [
- "1dd2a52b-64f7-44ab-872d-a811342a5667"
+ "09aa7539-92e8-486c-93dd-579376479a62"
],
"x-ms-correlation-request-id": [
- "1dd2a52b-64f7-44ab-872d-a811342a5667"
+ "09aa7539-92e8-486c-93dd-579376479a62"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191348Z:1dd2a52b-64f7-44ab-872d-a811342a5667"
+ "WESTCENTRALUS:20201117T210858Z:09aa7539-92e8-486c-93dd-579376479a62"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +282,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:13:48 GMT"
+ "Tue, 17 Nov 2020 21:08:57 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -298,16 +298,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODUzMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYwMC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMjI4NT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -318,16 +318,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11992"
],
"x-ms-request-id": [
- "fc6ac47d-d22c-4ef3-b7f3-cd1fe1b473b3"
+ "c0367b8a-cccd-4011-a253-ccec0f06b910"
],
"x-ms-correlation-request-id": [
- "fc6ac47d-d22c-4ef3-b7f3-cd1fe1b473b3"
+ "c0367b8a-cccd-4011-a253-ccec0f06b910"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191348Z:fc6ac47d-d22c-4ef3-b7f3-cd1fe1b473b3"
+ "WESTCENTRALUS:20201117T210858Z:c0367b8a-cccd-4011-a253-ccec0f06b910"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -336,7 +336,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:13:48 GMT"
+ "Tue, 17 Nov 2020 21:08:57 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -345,29 +345,29 @@
"-1"
],
"Content-Length": [
- "2424"
+ "2415"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533\",\r\n \"name\": \"csmd8533\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12192946132745292451\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr8267\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:13:23.7820953Z\",\r\n \"duration\": \"PT1M7.1916285S\",\r\n \"correlationId\": \"5810ee19-5f07-43ef-a2e0-a59b9545fc99\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/serverfarms/hpn-csmrg6881\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6881\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr8267\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr8267\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr8267/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/serverfarms/hpn-csmrg6881\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285\",\r\n \"name\": \"csmd2285\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"1473474134934971286\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csmr163\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:08:45.4202001Z\",\r\n \"duration\": \"PT1M18.3668429S\",\r\n \"correlationId\": \"ab0f715b-f778-42f7-97e5-62fb356a71fe\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/serverfarms/hpn-csmrg6600\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6600\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr163\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr163\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr163/web\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/serverfarms/hpn-csmrg6600\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6881/deployments/csmd8533/operations?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4MS9kZXBsb3ltZW50cy9jc21kODUzMy9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6600/deployments/csmd2285/operations?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYwMC9kZXBsb3ltZW50cy9jc21kMjI4NS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "999d1ecc-7296-4c7a-854d-1fdc851ce33a"
+ "2f7e6c0f-baf7-4bb9-aa32-8bd4a87b548e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -378,16 +378,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11991"
],
"x-ms-request-id": [
- "c1b9cdec-25c3-4ca8-87b1-f63413e2298f"
+ "86e63c2d-554e-4179-a3ef-5dac9b570176"
],
"x-ms-correlation-request-id": [
- "c1b9cdec-25c3-4ca8-87b1-f63413e2298f"
+ "86e63c2d-554e-4179-a3ef-5dac9b570176"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191419Z:c1b9cdec-25c3-4ca8-87b1-f63413e2298f"
+ "WESTCENTRALUS:20201117T210928Z:86e63c2d-554e-4179-a3ef-5dac9b570176"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -396,7 +396,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:14:18 GMT"
+ "Tue, 17 Nov 2020 21:09:27 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -405,18 +405,18 @@
"-1"
],
"Content-Length": [
- "2576"
+ "2555"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operations/4E37B21AD26A9DFB\",\r\n \"operationId\": \"4E37B21AD26A9DFB\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:13:23.6785335Z\",\r\n \"duration\": \"PT37.9354559S\",\r\n \"trackingId\": \"80b5e22e-230a-456a-83bf-90dff6660c85\",\r\n \"serviceRequestId\": \"00612c82-de52-4ea7-8c0a-2455468dd13a\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr8267/web\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operations/122E3EAAB7B43BAD\",\r\n \"operationId\": \"122E3EAAB7B43BAD\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:12:45.5894592Z\",\r\n \"duration\": \"PT20.7938885S\",\r\n \"trackingId\": \"7f83d479-eb68-4f11-87e0-b2114e01ba66\",\r\n \"serviceRequestId\": \"22efba80-8768-43d4-97e3-13e426b208c6\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/sites/csmr8267\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr8267\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operations/D9CFC7C1157BDF78\",\r\n \"operationId\": \"D9CFC7C1157BDF78\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:12:24.6500183Z\",\r\n \"duration\": \"PT5.952816S\",\r\n \"trackingId\": \"b94cd9a3-ad3a-4cfe-a3ee-9284ac52eb41\",\r\n \"serviceRequestId\": \"1633156e-1aff-440b-aa65-b960e0f6eb86\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Web/serverfarms/hpn-csmrg6881\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6881\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6881/providers/Microsoft.Resources/deployments/csmd8533/operations/08586090129488871803\",\r\n \"operationId\": \"08586090129488871803\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:13:23.7588956Z\",\r\n \"duration\": \"PT0.0448514S\",\r\n \"trackingId\": \"f4ac1351-592e-4463-87cf-157785bc5107\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operations/371200E24A5E2F0D\",\r\n \"operationId\": \"371200E24A5E2F0D\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:08:44.8696251Z\",\r\n \"duration\": \"PT1M16.1618939S\",\r\n \"trackingId\": \"f7a9b85b-bce6-4123-bcec-08144862c89d\",\r\n \"serviceRequestId\": \"6de97c63-1c93-4da3-898f-81154b8e38df\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csmr163/web\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operations/B756C3EBA037350F\",\r\n \"operationId\": \"B756C3EBA037350F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:07:52.8887843Z\",\r\n \"duration\": \"PT24.1810531S\",\r\n \"trackingId\": \"5bcda61a-eb5c-4bc5-911a-a65100dbf844\",\r\n \"serviceRequestId\": \"4574b965-fcc2-4d02-aad5-ebba6d6dcf3e\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/sites/csmr163\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csmr163\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operations/D227987D948DCD83\",\r\n \"operationId\": \"D227987D948DCD83\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:07:33.9671048Z\",\r\n \"duration\": \"PT5.2593736S\",\r\n \"trackingId\": \"6a782725-df23-41fe-b88b-ebd2a44982ed\",\r\n \"serviceRequestId\": \"7b354897-bf8e-423e-a4a1-c65f9ea66af5\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Web/serverfarms/hpn-csmrg6600\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6600\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6600/providers/Microsoft.Resources/deployments/csmd2285/operations/08585959596384242707\",\r\n \"operationId\": \"08585959596384242707\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:08:45.2994812Z\",\r\n \"duration\": \"PT1M16.59175S\",\r\n \"trackingId\": \"cc6cf186-3710-4394-aff7-020661982aa3\",\r\n \"statusCode\": \"OK\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"CreateLargeWebDeploymentTemplateWorks": [
- "csmr8267",
- "csmrg6881",
- "csmd8533"
+ "csmr163",
+ "csmrg6600",
+ "csmd2285"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtManagementGroup.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtManagementGroup.json
index 11c3715b7ea4..219602ed8cb3 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtManagementGroup.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtManagementGroup.json
@@ -1,28 +1,28 @@
{
"Entries": [
{
- "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/validate?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3Q4NDkyL3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzNjAzL3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/tag-mg-sdk/', 'providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "161ede5f-8487-4800-ba93-e5cad3be65a6"
+ "1f591837-fb10-4954-b52a-40afdfc64360"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "3752"
+ "4059"
]
},
"ResponseHeaders": {
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-tenant-writes": [
- "1198"
+ "1199"
],
"x-ms-request-id": [
- "683dea3a-8ca6-458b-96da-f22ab3521a1f"
+ "5736c40d-14eb-4d46-854c-1021f1b91b73"
],
"x-ms-correlation-request-id": [
- "683dea3a-8ca6-458b-96da-f22ab3521a1f"
+ "5736c40d-14eb-4d46-854c-1021f1b91b73"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T201018Z:683dea3a-8ca6-458b-96da-f22ab3521a1f"
+ "WESTCENTRALUS:20201117T211018Z:5736c40d-14eb-4d46-854c-1021f1b91b73"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,10 +51,10 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:10:18 GMT"
+ "Tue, 17 Nov 2020 21:10:17 GMT"
],
"Content-Length": [
- "2059"
+ "2203"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,32 +63,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492\",\r\n \"name\": \"csharpsdktest8492\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:10:17.690255Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"683dea3a-8ca6-458b-96da-f22ab3521a1f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/sdktest-subnested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603\",\r\n \"name\": \"csharpsdktest3603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:10:17.7254344Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"5736c40d-14eb-4d46-854c-1021f1b91b73\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/sdktest-subnested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3Q4NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzNjAzP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/tag-mg-sdk/', 'providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d6758f5e-da32-4d4a-bfb3-d041c6383694"
+ "f0aa38fb-8b9d-4526-82bc-22250ff23b8d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "3752"
+ "4059"
]
},
"ResponseHeaders": {
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operationStatuses/08586086638664914223?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/operationStatuses/08585959594669173626?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-tenant-writes": [
"1199"
],
"x-ms-request-id": [
- "52c34801-f971-42c1-ad88-be94b5cc0850"
+ "0a5ea2e7-6c18-4675-9a9a-f01e1ad2241f"
],
"x-ms-correlation-request-id": [
- "52c34801-f971-42c1-ad88-be94b5cc0850"
+ "0a5ea2e7-6c18-4675-9a9a-f01e1ad2241f"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T201020Z:52c34801-f971-42c1-ad88-be94b5cc0850"
+ "WESTCENTRALUS:20201117T211019Z:0a5ea2e7-6c18-4675-9a9a-f01e1ad2241f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:10:19 GMT"
+ "Tue, 17 Nov 2020 21:10:18 GMT"
],
"Content-Length": [
- "1307"
+ "1450"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492\",\r\n \"name\": \"csharpsdktest8492\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-23T20:10:19.8346398Z\",\r\n \"duration\": \"PT0.8484407S\",\r\n \"correlationId\": \"52c34801-f971-42c1-ad88-be94b5cc0850\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603\",\r\n \"name\": \"csharpsdktest3603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T21:10:19.5011021Z\",\r\n \"duration\": \"PT0.9408244S\",\r\n \"correlationId\": \"0a5ea2e7-6c18-4675-9a9a-f01e1ad2241f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operationStatuses/08586086638664914223?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDg0OTIvb3BlcmF0aW9uU3RhdHVzZXMvMDg1ODYwODY2Mzg2NjQ5MTQyMjM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/operationStatuses/08585959594669173626?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDM2MDMvb3BlcmF0aW9uU3RhdHVzZXMvMDg1ODU5NTk1OTQ2NjkxNzM2MjY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "ea7128ba-df09-46e1-8884-457eff47245a"
+ "801680b9-c004-49a8-8516-177fb5a6ebc6"
],
"x-ms-correlation-request-id": [
- "ea7128ba-df09-46e1-8884-457eff47245a"
+ "801680b9-c004-49a8-8516-177fb5a6ebc6"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T201050Z:ea7128ba-df09-46e1-8884-457eff47245a"
+ "WESTCENTRALUS:20201117T211050Z:801680b9-c004-49a8-8516-177fb5a6ebc6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,61 +174,7 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:10:49 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operationStatuses/08586086638664914223?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDg0OTIvb3BlcmF0aW9uU3RhdHVzZXMvMDg1ODYwODY2Mzg2NjQ5MTQyMjM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-tenant-reads": [
- "11998"
- ],
- "x-ms-request-id": [
- "38ef34c1-db43-459a-866c-d33fc9ca7344"
- ],
- "x-ms-correlation-request-id": [
- "38ef34c1-db43-459a-866c-d33fc9ca7344"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T201120Z:38ef34c1-db43-459a-866c-d33fc9ca7344"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Tue, 23 Jun 2020 20:11:19 GMT"
+ "Tue, 17 Nov 2020 21:10:49 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3Q4NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzNjAzP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -264,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-tenant-reads": [
- "11997"
+ "11998"
],
"x-ms-request-id": [
- "e46cb34a-ed18-4299-a697-ee8fe9c9d6a6"
+ "f5d0f0e0-574c-430f-b738-78dd101acb02"
],
"x-ms-correlation-request-id": [
- "e46cb34a-ed18-4299-a697-ee8fe9c9d6a6"
+ "f5d0f0e0-574c-430f-b738-78dd101acb02"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T201120Z:e46cb34a-ed18-4299-a697-ee8fe9c9d6a6"
+ "WESTCENTRALUS:20201117T211050Z:f5d0f0e0-574c-430f-b738-78dd101acb02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +228,7 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:11:19 GMT"
+ "Tue, 17 Nov 2020 21:10:50 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -291,29 +237,29 @@
"-1"
],
"Content-Length": [
- "1810"
+ "1953"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492\",\r\n \"name\": \"csharpsdktest8492\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:11:03.0261663Z\",\r\n \"duration\": \"PT44.0399672S\",\r\n \"correlationId\": \"52c34801-f971-42c1-ad88-be94b5cc0850\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603\",\r\n \"name\": \"csharpsdktest3603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:10:31.0735018Z\",\r\n \"duration\": \"PT12.5132241S\",\r\n \"correlationId\": \"0a5ea2e7-6c18-4675-9a9a-f01e1ad2241f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3Q4NDkyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzNjAzP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f544df7b-88df-4b41-91df-c5c35ef5fd29"
+ "673b105e-d8cd-4612-abf2-1658281ed852"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -324,16 +270,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-tenant-reads": [
- "11996"
+ "11997"
],
"x-ms-request-id": [
- "7f689a2c-4c0d-4618-943c-62cf79c8963a"
+ "c0d3d513-67bc-4f97-858e-3d1463e07659"
],
"x-ms-correlation-request-id": [
- "7f689a2c-4c0d-4618-943c-62cf79c8963a"
+ "c0d3d513-67bc-4f97-858e-3d1463e07659"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T201120Z:7f689a2c-4c0d-4618-943c-62cf79c8963a"
+ "WESTCENTRALUS:20201117T211050Z:c0d3d513-67bc-4f97-858e-3d1463e07659"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -342,7 +288,7 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:11:19 GMT"
+ "Tue, 17 Nov 2020 21:10:50 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -351,29 +297,29 @@
"-1"
],
"Content-Length": [
- "1810"
+ "1953"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492\",\r\n \"name\": \"csharpsdktest8492\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:11:03.0261663Z\",\r\n \"duration\": \"PT44.0399672S\",\r\n \"correlationId\": \"52c34801-f971-42c1-ad88-be94b5cc0850\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603\",\r\n \"name\": \"csharpsdktest3603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:10:31.0735018Z\",\r\n \"duration\": \"PT12.5132241S\",\r\n \"correlationId\": \"0a5ea2e7-6c18-4675-9a9a-f01e1ad2241f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operations?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3Q4NDkyL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "//providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/operations?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZW1lbnQvbWFuYWdlbWVudEdyb3Vwcy90YWctbWctc2RrL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzNjAzL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4e2aedc8-087f-4919-9c36-3108f434b166"
+ "d058271f-4838-48e5-a5ff-f763bde846a3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -384,16 +330,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-tenant-reads": [
- "11995"
+ "11996"
],
"x-ms-request-id": [
- "659a9a0a-2f30-43ee-9119-90f0ff1d16bc"
+ "1fd5f3a1-fd64-4a92-aa7f-c1d2b9ae1def"
],
"x-ms-correlation-request-id": [
- "659a9a0a-2f30-43ee-9119-90f0ff1d16bc"
+ "1fd5f3a1-fd64-4a92-aa7f-c1d2b9ae1def"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T201121Z:659a9a0a-2f30-43ee-9119-90f0ff1d16bc"
+ "WESTCENTRALUS:20201117T211050Z:1fd5f3a1-fd64-4a92-aa7f-c1d2b9ae1def"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -402,7 +348,7 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:11:20 GMT"
+ "Tue, 17 Nov 2020 21:10:50 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -411,16 +357,16 @@
"-1"
],
"Content-Length": [
- "2589"
+ "2564"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operations/062E3B7B245B6874\",\r\n \"operationId\": \"062E3B7B245B6874\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:11:02.8239209Z\",\r\n \"duration\": \"PT42.5086446S\",\r\n \"trackingId\": \"6fab5b40-1044-42f2-9fcd-f6fc9ef2aa53\",\r\n \"serviceRequestId\": \"1bcdd378-4f20-48a7-b804-351b78e55681\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/sdktest-subnested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"sdktest-subnested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operations/A0074F38F9290DEF\",\r\n \"operationId\": \"A0074F38F9290DEF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:10:20.7454156Z\",\r\n \"duration\": \"PT0.1188334S\",\r\n \"trackingId\": \"7ba3aa2a-3050-4db4-bb9f-a4079ff79f45\",\r\n \"serviceRequestId\": \"eastus2:1810bd21-518a-4664-ae35-1fcb5dce39f9\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operations/0AEA0264F83502EB\",\r\n \"operationId\": \"0AEA0264F83502EB\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:10:20.5617535Z\",\r\n \"duration\": \"PT0.2464772S\",\r\n \"trackingId\": \"f08df2c9-9660-4a46-8a63-1828c6a74fa1\",\r\n \"serviceRequestId\": \"eastus2:68f8592b-4f96-44f6-b757-0e70b46a504c\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest8492/operations/08586086638664914223\",\r\n \"operationId\": \"08586086638664914223\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:11:03.0013588Z\",\r\n \"duration\": \"PT0.1155456S\",\r\n \"trackingId\": \"3ca80a44-c2c7-4ced-8e1d-ced9b57f5e72\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/operations/062E3B7B245B6874\",\r\n \"operationId\": \"062E3B7B245B6874\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:10:30.862384Z\",\r\n \"duration\": \"PT10.8737947S\",\r\n \"trackingId\": \"6dbe223e-f4f8-409e-a0ad-857314ccecb3\",\r\n \"serviceRequestId\": \"b3c8ee43-9604-4986-b981-566b960e095e\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/sdktest-subnested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"sdktest-subnested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/operations/A0074F38F9290DEF\",\r\n \"operationId\": \"A0074F38F9290DEF\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:10:20.390716Z\",\r\n \"duration\": \"PT0.4021267S\",\r\n \"trackingId\": \"586110e6-0746-4888-8b5a-1b8c0a68c58d\",\r\n \"serviceRequestId\": \"eastus:c6f1bbb2-7b8b-49a0-bc73-11808ab80038\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/operations/0AEA0264F83502EB\",\r\n \"operationId\": \"0AEA0264F83502EB\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:10:20.1984832Z\",\r\n \"duration\": \"PT0.2098939S\",\r\n \"trackingId\": \"41dda9d9-51f4-480c-9088-2b34325dd60f\",\r\n \"serviceRequestId\": \"eastus:618310e7-2845-41ce-a158-2508f65653e8\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest3603/operations/08585959594669173626\",\r\n \"operationId\": \"08585959594669173626\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:10:31.0399262Z\",\r\n \"duration\": \"PT0.1003291S\",\r\n \"trackingId\": \"7368a242-8d64-4a52-b388-b34f0a46cc17\",\r\n \"statusCode\": \"OK\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"DeploymentWithScope_AtManagementGroup": [
- "csharpsdktest8492"
+ "csharpsdktest3603"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtResourceGroup.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtResourceGroup.json
index 296fa7bb5637..300d7edd19ae 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtResourceGroup.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtResourceGroup.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test-01?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0LTAxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test-01?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0LTAxP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"WestUS\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2e9ccf57-d90d-4ac4-88a6-df57f98bc894"
+ "fd01accb-6f53-4791-b417-abea5420a827"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "9b9d97fe-0d4f-44ef-bfb8-af3c226ce541"
+ "91ec11b2-992b-48af-ab16-f457a302b8d7"
],
"x-ms-correlation-request-id": [
- "9b9d97fe-0d4f-44ef-bfb8-af3c226ce541"
+ "91ec11b2-992b-48af-ab16-f457a302b8d7"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174513Z:9b9d97fe-0d4f-44ef-bfb8-af3c226ce541"
+ "WESTCENTRALUS:20201117T211406Z:91ec11b2-992b-48af-ab16-f457a302b8d7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 17:45:12 GMT"
+ "Tue, 17 Nov 2020 21:14:05 GMT"
],
"Content-Length": [
"219"
@@ -67,22 +67,22 @@
"StatusCode": 201
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464/validate?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQ2NC92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjAzL3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ef7abf21-0c94-4d17-a9c3-f0dc3595d1eb"
+ "ca3bee0f-d733-4ca2-a9ae-cafa8ead888f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,16 +99,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1198"
],
"x-ms-request-id": [
- "ed5bdf3a-f0ff-43d3-aede-7319b2899d7f"
+ "85f5ea68-ece5-430c-8cdb-bb8046a616f1"
],
"x-ms-correlation-request-id": [
- "ed5bdf3a-f0ff-43d3-aede-7319b2899d7f"
+ "85f5ea68-ece5-430c-8cdb-bb8046a616f1"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174514Z:ed5bdf3a-f0ff-43d3-aede-7319b2899d7f"
+ "WESTCENTRALUS:20201117T211406Z:85f5ea68-ece5-430c-8cdb-bb8046a616f1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -117,10 +117,10 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 17:45:13 GMT"
+ "Tue, 17 Nov 2020 21:14:05 GMT"
],
"Content-Length": [
- "855"
+ "853"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -129,26 +129,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464\",\r\n \"name\": \"csmd5464\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T17:45:13.7751901Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"ed5bdf3a-f0ff-43d3-aede-7319b2899d7f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603\",\r\n \"name\": \"csmd603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:14:06.3881346Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"85f5ea68-ece5-430c-8cdb-bb8046a616f1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQ2ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjAzP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0e39a3f1-4669-44bf-8a77-445770161a46"
+ "db23a6d8-24a6-4dec-b5e2-07709fedf9b4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -165,19 +165,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464/operationStatuses/08586087589704827386?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603/operationStatuses/08585959592383474831?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-request-id": [
- "dfea4f74-fb88-4abe-a89c-8dd041979169"
+ "9de97a14-3af1-4ee5-bd04-0cd0c5d1782c"
],
"x-ms-correlation-request-id": [
- "dfea4f74-fb88-4abe-a89c-8dd041979169"
+ "9de97a14-3af1-4ee5-bd04-0cd0c5d1782c"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174516Z:dfea4f74-fb88-4abe-a89c-8dd041979169"
+ "WESTCENTRALUS:20201117T211407Z:9de97a14-3af1-4ee5-bd04-0cd0c5d1782c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -186,10 +186,10 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 17:45:15 GMT"
+ "Tue, 17 Nov 2020 21:14:07 GMT"
],
"Content-Length": [
- "684"
+ "682"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -198,74 +198,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464\",\r\n \"name\": \"csmd5464\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-22T17:45:15.699925Z\",\r\n \"duration\": \"PT0.7050508S\",\r\n \"correlationId\": \"dfea4f74-fb88-4abe-a89c-8dd041979169\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603\",\r\n \"name\": \"csmd603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T21:14:07.6477742Z\",\r\n \"duration\": \"PT0.517643S\",\r\n \"correlationId\": \"9de97a14-3af1-4ee5-bd04-0cd0c5d1782c\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464/operationStatuses/08586087589704827386?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0LTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1NDY0L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg3NTg5NzA0ODI3Mzg2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
- ],
- "x-ms-request-id": [
- "146d3760-c950-4945-ab1a-cef16700444d"
- ],
- "x-ms-correlation-request-id": [
- "146d3760-c950-4945-ab1a-cef16700444d"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174546Z:146d3760-c950-4945-ab1a-cef16700444d"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Mon, 22 Jun 2020 17:45:46 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464/operationStatuses/08586087589704827386?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0LTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1NDY0L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg3NTg5NzA0ODI3Mzg2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603/operationStatuses/08585959592383474831?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0LTAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ2MDMvb3BlcmF0aW9uU3RhdHVzZXMvMDg1ODU5NTk1OTIzODM0NzQ4MzE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -279,13 +225,13 @@
"11998"
],
"x-ms-request-id": [
- "9e1fb3f1-6f4e-4b18-8145-f0fd538d8a1c"
+ "8caf3084-4f13-483b-b316-e94221bf48ad"
],
"x-ms-correlation-request-id": [
- "9e1fb3f1-6f4e-4b18-8145-f0fd538d8a1c"
+ "8caf3084-4f13-483b-b316-e94221bf48ad"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174617Z:9e1fb3f1-6f4e-4b18-8145-f0fd538d8a1c"
+ "WESTCENTRALUS:20201117T211438Z:8caf3084-4f13-483b-b316-e94221bf48ad"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -294,7 +240,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 17:46:16 GMT"
+ "Tue, 17 Nov 2020 21:14:37 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -310,16 +256,16 @@
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQ2ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjAzP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -333,13 +279,13 @@
"11997"
],
"x-ms-request-id": [
- "85fe6799-ce88-40f4-86f3-c07235fc06f7"
+ "685d21d7-1463-4df5-9cef-161ad01818ac"
],
"x-ms-correlation-request-id": [
- "85fe6799-ce88-40f4-86f3-c07235fc06f7"
+ "685d21d7-1463-4df5-9cef-161ad01818ac"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174617Z:85fe6799-ce88-40f4-86f3-c07235fc06f7"
+ "WESTCENTRALUS:20201117T211438Z:685d21d7-1463-4df5-9cef-161ad01818ac"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -348,7 +294,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 17:46:16 GMT"
+ "Tue, 17 Nov 2020 21:14:38 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -357,29 +303,29 @@
"-1"
],
"Content-Length": [
- "874"
+ "872"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464\",\r\n \"name\": \"csmd5464\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T17:46:02.2475934Z\",\r\n \"duration\": \"PT47.2527192S\",\r\n \"correlationId\": \"dfea4f74-fb88-4abe-a89c-8dd041979169\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603\",\r\n \"name\": \"csmd603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:14:33.7522581Z\",\r\n \"duration\": \"PT26.6221269S\",\r\n \"correlationId\": \"9de97a14-3af1-4ee5-bd04-0cd0c5d1782c\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQ2ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjAzP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "105020b9-7f72-4183-9ae0-08927ec3bcfa"
+ "f1ecbf94-5c01-4ae9-80b2-3a43e141f70a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -393,13 +339,13 @@
"11996"
],
"x-ms-request-id": [
- "106dfb87-d869-4486-910e-d131b621c5b6"
+ "4730217d-8d65-4a46-bda3-2441b5a67afe"
],
"x-ms-correlation-request-id": [
- "106dfb87-d869-4486-910e-d131b621c5b6"
+ "4730217d-8d65-4a46-bda3-2441b5a67afe"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174617Z:106dfb87-d869-4486-910e-d131b621c5b6"
+ "WESTCENTRALUS:20201117T211438Z:4730217d-8d65-4a46-bda3-2441b5a67afe"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -408,7 +354,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 17:46:16 GMT"
+ "Tue, 17 Nov 2020 21:14:38 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -417,29 +363,29 @@
"-1"
],
"Content-Length": [
- "874"
+ "872"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464\",\r\n \"name\": \"csmd5464\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T17:46:02.2475934Z\",\r\n \"duration\": \"PT47.2527192S\",\r\n \"correlationId\": \"dfea4f74-fb88-4abe-a89c-8dd041979169\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603\",\r\n \"name\": \"csmd603\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"sdkTestStorageAccount\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:14:33.7522581Z\",\r\n \"duration\": \"PT26.6221269S\",\r\n \"correlationId\": \"9de97a14-3af1-4ee5-bd04-0cd0c5d1782c\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464/operations?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQ2NC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603/operations?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9TREstdGVzdC0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjAzL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2fedfec3-54ec-46e1-8b7a-87840b864d27"
+ "ae0a86d0-34ca-4050-8935-dea0032109e1"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -453,13 +399,13 @@
"11995"
],
"x-ms-request-id": [
- "2f1b2202-f54e-4300-bd9a-d5e21b4680a0"
+ "b13f9753-178d-4a2e-8d1b-53ac6bc939c8"
],
"x-ms-correlation-request-id": [
- "2f1b2202-f54e-4300-bd9a-d5e21b4680a0"
+ "b13f9753-178d-4a2e-8d1b-53ac6bc939c8"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200622T174617Z:2f1b2202-f54e-4300-bd9a-d5e21b4680a0"
+ "WESTCENTRALUS:20201117T211438Z:b13f9753-178d-4a2e-8d1b-53ac6bc939c8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -468,7 +414,7 @@
"nosniff"
],
"Date": [
- "Mon, 22 Jun 2020 17:46:17 GMT"
+ "Tue, 17 Nov 2020 21:14:38 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -477,16 +423,16 @@
"-1"
],
"Content-Length": [
- "1215"
+ "1194"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464/operations/C3D6ED4A041C1B4D\",\r\n \"operationId\": \"C3D6ED4A041C1B4D\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T17:46:02.1223749Z\",\r\n \"duration\": \"PT45.1072996S\",\r\n \"trackingId\": \"0e95ce68-faa9-4a1a-b01a-39d3577a1df6\",\r\n \"serviceRequestId\": \"1872ad06-d0f8-452c-812e-502a56dffdda\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"sdkTestStorageAccount\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd5464/operations/08586087589704827386\",\r\n \"operationId\": \"08586087589704827386\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-22T17:46:02.212487Z\",\r\n \"duration\": \"PT0.0494038S\",\r\n \"trackingId\": \"fa3518fc-242c-4aac-be04-c8fe9f2ff10d\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603/operations/C3D6ED4A041C1B4D\",\r\n \"operationId\": \"C3D6ED4A041C1B4D\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:14:33.5654319Z\",\r\n \"duration\": \"PT24.5902213S\",\r\n \"trackingId\": \"177d0585-c0df-4f28-a281-f575c427318e\",\r\n \"serviceRequestId\": \"d7fbcee2-48ec-45c9-af1a-57cb53aac656\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Storage/storageAccounts/sdkTestStorageAccount\",\r\n \"resourceType\": \"Microsoft.Storage/storageAccounts\",\r\n \"resourceName\": \"sdkTestStorageAccount\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test-01/providers/Microsoft.Resources/deployments/csmd603/operations/08585959592383474831\",\r\n \"operationId\": \"08585959592383474831\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:14:33.7281639Z\",\r\n \"duration\": \"PT24.7529533S\",\r\n \"trackingId\": \"5c9e1c38-fabe-49c3-a729-12f6a78f04ac\",\r\n \"statusCode\": \"OK\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"DeploymentWithScope_AtResourceGroup": [
- "csmd5464"
+ "csmd603"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtSubscription.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtSubscription.json
index 15081f2514c6..de0474def037 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtSubscription.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtSubscription.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"WestUS\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5758ae2c-b8df-4b1d-a23d-8ac35a47d2d3"
+ "aac88eb8-3976-4138-9ed4-23acd8dbcdee"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1197"
],
"x-ms-request-id": [
- "39655230-802e-4b4d-89e0-04026ba77c37"
+ "9b534f36-c82b-41b9-ae1b-6ef45158c16d"
],
"x-ms-correlation-request-id": [
- "39655230-802e-4b4d-89e0-04026ba77c37"
+ "9b534f36-c82b-41b9-ae1b-6ef45158c16d"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191842Z:39655230-802e-4b4d-89e0-04026ba77c37"
+ "WESTCENTRALUS:20201117T211758Z:9b534f36-c82b-41b9-ae1b-6ef45158c16d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:18:41 GMT"
+ "Tue, 17 Nov 2020 21:17:58 GMT"
],
"Content-Length": [
"213"
@@ -67,22 +67,22 @@
"StatusCode": 201
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/validate?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTE2NS92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDYzMi92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"WestUS\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3da07350-1086-4e1b-84bf-71d610e714c3"
+ "bd6eae47-ca01-4a3b-bc2b-a551d2d7c996"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -102,13 +102,13 @@
"1199"
],
"x-ms-request-id": [
- "2e6258d5-d835-4b10-95a0-1f46fbc9cb23"
+ "ee70742f-5895-4693-ae5c-b0672c7fb5fc"
],
"x-ms-correlation-request-id": [
- "2e6258d5-d835-4b10-95a0-1f46fbc9cb23"
+ "ee70742f-5895-4693-ae5c-b0672c7fb5fc"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191843Z:2e6258d5-d835-4b10-95a0-1f46fbc9cb23"
+ "WESTCENTRALUS:20201117T211759Z:ee70742f-5895-4693-ae5c-b0672c7fb5fc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -117,10 +117,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:18:42 GMT"
+ "Tue, 17 Nov 2020 21:17:59 GMT"
],
"Content-Length": [
- "1819"
+ "1818"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -129,26 +129,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165\",\r\n \"name\": \"csmd5165\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:18:42.5928356Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"2e6258d5-d835-4b10-95a0-1f46fbc9cb23\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632\",\r\n \"name\": \"csmd4632\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:17:58.955663Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"ee70742f-5895-4693-ae5c-b0672c7fb5fc\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTE2NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDYzMj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"WestUS\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "23b9b0ee-35d4-4d82-b8f7-5b919c598730"
+ "6e746805-ba6f-448f-b8bc-38b568542d23"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -165,19 +165,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operationStatuses/08586090125617021821?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operationStatuses/08585959590055477039?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1196"
],
"x-ms-request-id": [
- "03ed9c58-2279-462c-92d9-b45f25c04b0a"
+ "bebe7222-0d59-4c20-b571-5428283cf9af"
],
"x-ms-correlation-request-id": [
- "03ed9c58-2279-462c-92d9-b45f25c04b0a"
+ "bebe7222-0d59-4c20-b571-5428283cf9af"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191851Z:03ed9c58-2279-462c-92d9-b45f25c04b0a"
+ "WESTCENTRALUS:20201117T211801Z:bebe7222-0d59-4c20-b571-5428283cf9af"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -186,7 +186,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:18:50 GMT"
+ "Tue, 17 Nov 2020 21:18:01 GMT"
],
"Content-Length": [
"1272"
@@ -198,20 +198,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165\",\r\n \"name\": \"csmd5165\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-19T19:18:51.0314675Z\",\r\n \"duration\": \"PT7.2560379S\",\r\n \"correlationId\": \"03ed9c58-2279-462c-92d9-b45f25c04b0a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632\",\r\n \"name\": \"csmd4632\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T21:18:01.0520672Z\",\r\n \"duration\": \"PT1.1221491S\",\r\n \"correlationId\": \"bebe7222-0d59-4c20-b571-5428283cf9af\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operationStatuses/08586090125617021821?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1MTY1L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDkwMTI1NjE3MDIxODIxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operationStatuses/08585959590055477039?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ0NjMyL29wZXJhdGlvblN0YXR1c2VzLzA4NTg1OTU5NTkwMDU1NDc3MDM5P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -225,13 +225,13 @@
"11999"
],
"x-ms-request-id": [
- "c6c7700e-63e3-4af3-accf-19c1bf5bf0ff"
+ "01b8a2ad-53e9-44db-b31b-6c4215389719"
],
"x-ms-correlation-request-id": [
- "c6c7700e-63e3-4af3-accf-19c1bf5bf0ff"
+ "01b8a2ad-53e9-44db-b31b-6c4215389719"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191921Z:c6c7700e-63e3-4af3-accf-19c1bf5bf0ff"
+ "WESTCENTRALUS:20201117T211831Z:01b8a2ad-53e9-44db-b31b-6c4215389719"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -240,7 +240,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:19:21 GMT"
+ "Tue, 17 Nov 2020 21:18:31 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -256,16 +256,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operationStatuses/08586090125617021821?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1MTY1L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDkwMTI1NjE3MDIxODIxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operationStatuses/08585959590055477039?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ0NjMyL29wZXJhdGlvblN0YXR1c2VzLzA4NTg1OTU5NTkwMDU1NDc3MDM5P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -279,13 +279,13 @@
"11998"
],
"x-ms-request-id": [
- "453bbaf5-d723-42df-b5a8-ae848996df5f"
+ "ec1a7a15-1a95-4f25-ae13-28a4df2960fa"
],
"x-ms-correlation-request-id": [
- "453bbaf5-d723-42df-b5a8-ae848996df5f"
+ "ec1a7a15-1a95-4f25-ae13-28a4df2960fa"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191951Z:453bbaf5-d723-42df-b5a8-ae848996df5f"
+ "WESTCENTRALUS:20201117T211901Z:ec1a7a15-1a95-4f25-ae13-28a4df2960fa"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -294,7 +294,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:19:50 GMT"
+ "Tue, 17 Nov 2020 21:19:01 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -310,16 +310,16 @@
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTE2NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDYzMj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -333,13 +333,13 @@
"11997"
],
"x-ms-request-id": [
- "f3d54d64-1799-43ba-a4f4-815c9b374a27"
+ "bd7245bb-9ca6-4b0b-80b8-5cc0513ece07"
],
"x-ms-correlation-request-id": [
- "f3d54d64-1799-43ba-a4f4-815c9b374a27"
+ "bd7245bb-9ca6-4b0b-80b8-5cc0513ece07"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191952Z:f3d54d64-1799-43ba-a4f4-815c9b374a27"
+ "WESTCENTRALUS:20201117T211901Z:bd7245bb-9ca6-4b0b-80b8-5cc0513ece07"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -348,7 +348,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:19:51 GMT"
+ "Tue, 17 Nov 2020 21:19:01 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -357,29 +357,29 @@
"-1"
],
"Content-Length": [
- "1687"
+ "1688"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165\",\r\n \"name\": \"csmd5165\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:19:35.1647146Z\",\r\n \"duration\": \"PT51.389285S\",\r\n \"correlationId\": \"03ed9c58-2279-462c-92d9-b45f25c04b0a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632\",\r\n \"name\": \"csmd4632\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:18:33.9694219Z\",\r\n \"duration\": \"PT34.0395038S\",\r\n \"correlationId\": \"bebe7222-0d59-4c20-b571-5428283cf9af\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTE2NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDYzMj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a29dc151-6962-4c50-bfb7-4c51f86e34ae"
+ "7f4b9d23-8fea-4463-abc8-e4d35f7de8df"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -393,13 +393,13 @@
"11996"
],
"x-ms-request-id": [
- "d1acac93-e7a7-4053-bf16-5c3662f32258"
+ "89cba8b5-b09d-4f1b-a524-36706fa68976"
],
"x-ms-correlation-request-id": [
- "d1acac93-e7a7-4053-bf16-5c3662f32258"
+ "89cba8b5-b09d-4f1b-a524-36706fa68976"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191952Z:d1acac93-e7a7-4053-bf16-5c3662f32258"
+ "WESTCENTRALUS:20201117T211902Z:89cba8b5-b09d-4f1b-a524-36706fa68976"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -408,7 +408,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:19:51 GMT"
+ "Tue, 17 Nov 2020 21:19:01 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -417,29 +417,29 @@
"-1"
],
"Content-Length": [
- "1687"
+ "1688"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165\",\r\n \"name\": \"csmd5165\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:19:35.1647146Z\",\r\n \"duration\": \"PT51.389285S\",\r\n \"correlationId\": \"03ed9c58-2279-462c-92d9-b45f25c04b0a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632\",\r\n \"name\": \"csmd4632\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:18:33.9694219Z\",\r\n \"duration\": \"PT34.0395038S\",\r\n \"correlationId\": \"bebe7222-0d59-4c20-b571-5428283cf9af\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operations?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTE2NS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operations?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDYzMi9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "81a94f1c-34ac-404e-96ec-d7ecad6a9b9c"
+ "3f907722-2bd0-46a2-8684-a342e3a2fbf7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -453,13 +453,13 @@
"11995"
],
"x-ms-request-id": [
- "0e5f77ae-ef79-4359-8568-ededae74c35a"
+ "c654e847-58f8-4d48-9fc5-4979cbb50db7"
],
"x-ms-correlation-request-id": [
- "0e5f77ae-ef79-4359-8568-ededae74c35a"
+ "c654e847-58f8-4d48-9fc5-4979cbb50db7"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T191952Z:0e5f77ae-ef79-4359-8568-ededae74c35a"
+ "WESTCENTRALUS:20201117T211902Z:c654e847-58f8-4d48-9fc5-4979cbb50db7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -468,7 +468,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:19:51 GMT"
+ "Tue, 17 Nov 2020 21:19:01 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -477,16 +477,16 @@
"-1"
],
"Content-Length": [
- "2510"
+ "2488"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operations/44F0CB5B3269A2CD\",\r\n \"operationId\": \"44F0CB5B3269A2CD\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:19:35.001227Z\",\r\n \"duration\": \"PT43.4080566S\",\r\n \"trackingId\": \"9151b8b6-dcbd-4e09-895c-523dbd8f3a57\",\r\n \"serviceRequestId\": \"14ca494a-8254-4b64-9400-ee9910f4bc68\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Resources/deployments/rg-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"rg-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operations/6D66AAF21EC6EC5F\",\r\n \"operationId\": \"6D66AAF21EC6EC5F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:18:52.3949592Z\",\r\n \"duration\": \"PT0.1323939S\",\r\n \"trackingId\": \"1261eb9b-a6b4-4eb0-b1f4-0095030ad862\",\r\n \"serviceRequestId\": \"westus:a8c13eeb-2604-4bb5-b449-95dabe4da351\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operations/7F8EBFE3392EFA31\",\r\n \"operationId\": \"7F8EBFE3392EFA31\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:18:52.2241269Z\",\r\n \"duration\": \"PT0.6309565S\",\r\n \"trackingId\": \"c01b9eeb-f4cc-4e3c-a151-652a6d06070d\",\r\n \"serviceRequestId\": \"westus:08b42072-3775-4bac-b061-efc7b32f916f\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5165/operations/08586090125617021821\",\r\n \"operationId\": \"08586090125617021821\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:19:35.1315688Z\",\r\n \"duration\": \"PT0.0821411S\",\r\n \"trackingId\": \"acf04e39-0e7c-40d2-a194-ac11ef1a2837\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operations/44F0CB5B3269A2CD\",\r\n \"operationId\": \"44F0CB5B3269A2CD\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:18:33.8211987Z\",\r\n \"duration\": \"PT31.6803254S\",\r\n \"trackingId\": \"8e04f39c-2622-445b-b0c2-8fed9fa82497\",\r\n \"serviceRequestId\": \"e73b9c77-4e33-4b48-8144-2a48efd42b4d\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Resources/deployments/rg-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"rg-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operations/6D66AAF21EC6EC5F\",\r\n \"operationId\": \"6D66AAF21EC6EC5F\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:18:03.8186295Z\",\r\n \"duration\": \"PT1.6777562S\",\r\n \"trackingId\": \"3ca804c6-491b-458d-9145-a9ab249a5375\",\r\n \"serviceRequestId\": \"eastus:03572a7d-b7c4-4aef-b271-5ecac67c7cba\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operations/7F8EBFE3392EFA31\",\r\n \"operationId\": \"7F8EBFE3392EFA31\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:18:02.9185078Z\",\r\n \"duration\": \"PT0.7776345S\",\r\n \"trackingId\": \"c3dea927-db96-479b-9a7d-125fdf6a6c3d\",\r\n \"serviceRequestId\": \"eastus:4a099a54-c1cf-4762-a294-477c6dc2b78b\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4632/operations/08585959590055477039\",\r\n \"operationId\": \"08585959590055477039\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:18:33.93865Z\",\r\n \"duration\": \"PT0.0781292S\",\r\n \"trackingId\": \"144f73eb-30e7-4401-97aa-4e19829b0f24\",\r\n \"statusCode\": \"OK\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"DeploymentWithScope_AtSubscription": [
- "csmd5165"
+ "csmd4632"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtTenant.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtTenant.json
index b295f9523373..d14c2cb016f3 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtTenant.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/DeploymentWithScope_AtTenant.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest4072/validate?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0NDA3Mi92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest6840/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0Njg0MC92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-app\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"value\": \"gopremra-testmg\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a66bb8f2-0d7e-4000-a922-bf3f2b4b19bc"
+ "a85588e8-21f8-4823-881f-65c763635a26"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "5ea2beec-0132-48e0-9492-8493b67de3cb"
+ "8ea9cd6a-48b2-4d9f-8fce-a81d670adb42"
],
"x-ms-correlation-request-id": [
- "5ea2beec-0132-48e0-9492-8493b67de3cb"
+ "8ea9cd6a-48b2-4d9f-8fce-a81d670adb42"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002347Z:5ea2beec-0132-48e0-9492-8493b67de3cb"
+ "WESTCENTRALUS:20201119T175105Z:8ea9cd6a-48b2-4d9f-8fce-a81d670adb42"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:23:47 GMT"
+ "Thu, 19 Nov 2020 17:51:04 GMT"
],
"Content-Length": [
"1489"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072\",\r\n \"name\": \"csharpsdktest4072\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:23:47.1658645Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"5ea2beec-0132-48e0-9492-8493b67de3cb\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840\",\r\n \"name\": \"csharpsdktest6840\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:51:05.3996861Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"8ea9cd6a-48b2-4d9f-8fce-a81d670adb42\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest4072?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0NDA3Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest6840?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0Njg0MD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-app\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"value\": \"gopremra-testmg\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "af802e4e-18f1-4f1e-a26e-577cbd0be960"
+ "deb038ec-a04f-4260-976b-26386cedb54b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/providers/Microsoft.Resources/deployments/csharpsdktest4072/operationStatuses/08586083894576386420?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/deployments/csharpsdktest6840/operationStatuses/08585957986194078434?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-tenant-writes": [
"1199"
],
"x-ms-request-id": [
- "5a793891-3431-4e22-8bb7-9631e162dcef"
+ "851effa7-4a2a-49cf-b7ee-99171a3c6cde"
],
"x-ms-correlation-request-id": [
- "5a793891-3431-4e22-8bb7-9631e162dcef"
+ "851effa7-4a2a-49cf-b7ee-99171a3c6cde"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002348Z:5a793891-3431-4e22-8bb7-9631e162dcef"
+ "WESTCENTRALUS:20201119T175107Z:851effa7-4a2a-49cf-b7ee-99171a3c6cde"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,7 +120,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:23:48 GMT"
+ "Thu, 19 Nov 2020 17:51:06 GMT"
],
"Content-Length": [
"915"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072\",\r\n \"name\": \"csharpsdktest4072\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-27T00:23:48.4845086Z\",\r\n \"duration\": \"PT0.6455227S\",\r\n \"correlationId\": \"5a793891-3431-4e22-8bb7-9631e162dcef\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840\",\r\n \"name\": \"csharpsdktest6840\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-19T17:51:06.9772944Z\",\r\n \"duration\": \"PT0.9075031S\",\r\n \"correlationId\": \"851effa7-4a2a-49cf-b7ee-99171a3c6cde\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest4072/operationStatuses/08586083894576386420?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3Q0MDcyL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDgzODk0NTc2Mzg2NDIwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest6840/operationStatuses/08585957986194078434?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3Q2ODQwL29wZXJhdGlvblN0YXR1c2VzLzA4NTg1OTU3OTg2MTk0MDc4NDM0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "c04357b9-bc7e-4c4b-9033-08328c126692"
+ "24777f00-6892-43dd-abc1-a143596cba5a"
],
"x-ms-correlation-request-id": [
- "c04357b9-bc7e-4c4b-9033-08328c126692"
+ "24777f00-6892-43dd-abc1-a143596cba5a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002418Z:c04357b9-bc7e-4c4b-9033-08328c126692"
+ "WESTCENTRALUS:20201119T175137Z:24777f00-6892-43dd-abc1-a143596cba5a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:24:17 GMT"
+ "Thu, 19 Nov 2020 17:51:37 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -190,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest4072?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0NDA3Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest6840?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0Njg0MD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +213,13 @@
"11998"
],
"x-ms-request-id": [
- "fc48441a-7f1a-443b-86ed-061023847864"
+ "1bba9c4c-82b6-4b2d-8784-1bf1fed5ab86"
],
"x-ms-correlation-request-id": [
- "fc48441a-7f1a-443b-86ed-061023847864"
+ "1bba9c4c-82b6-4b2d-8784-1bf1fed5ab86"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002419Z:fc48441a-7f1a-443b-86ed-061023847864"
+ "WESTCENTRALUS:20201119T175138Z:1bba9c4c-82b6-4b2d-8784-1bf1fed5ab86"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:24:18 GMT"
+ "Thu, 19 Nov 2020 17:51:37 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -237,29 +237,29 @@
"-1"
],
"Content-Length": [
- "1253"
+ "1254"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072\",\r\n \"name\": \"csharpsdktest4072\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:23:55.646105Z\",\r\n \"duration\": \"PT7.8071191S\",\r\n \"correlationId\": \"5a793891-3431-4e22-8bb7-9631e162dcef\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840\",\r\n \"name\": \"csharpsdktest6840\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:51:10.8641398Z\",\r\n \"duration\": \"PT4.7943485S\",\r\n \"correlationId\": \"851effa7-4a2a-49cf-b7ee-99171a3c6cde\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest4072?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0NDA3Mj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest6840?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0Njg0MD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a3618333-f93d-422b-951d-3c694147da37"
+ "2b1006b8-1e0b-478b-abaa-d699e1b81446"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -273,13 +273,13 @@
"11997"
],
"x-ms-request-id": [
- "6c79e79f-61a7-41de-88b5-c014211d0525"
+ "692828b0-6413-4556-ae0e-6193b63b8be5"
],
"x-ms-correlation-request-id": [
- "6c79e79f-61a7-41de-88b5-c014211d0525"
+ "692828b0-6413-4556-ae0e-6193b63b8be5"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002419Z:6c79e79f-61a7-41de-88b5-c014211d0525"
+ "WESTCENTRALUS:20201119T175138Z:692828b0-6413-4556-ae0e-6193b63b8be5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -288,7 +288,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:24:18 GMT"
+ "Thu, 19 Nov 2020 17:51:38 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -297,29 +297,29 @@
"-1"
],
"Content-Length": [
- "1253"
+ "1254"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072\",\r\n \"name\": \"csharpsdktest4072\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:23:55.646105Z\",\r\n \"duration\": \"PT7.8071191S\",\r\n \"correlationId\": \"5a793891-3431-4e22-8bb7-9631e162dcef\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840\",\r\n \"name\": \"csharpsdktest6840\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:51:10.8641398Z\",\r\n \"duration\": \"PT4.7943485S\",\r\n \"correlationId\": \"851effa7-4a2a-49cf-b7ee-99171a3c6cde\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest4072/operations?api-version=2020-06-01",
- "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0NDA3Mi9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "//providers/Microsoft.Resources/deployments/csharpsdktest6840/operations?api-version=2020-10-01",
+ "EncodedRequestUri": "Ly9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc2hhcnBzZGt0ZXN0Njg0MC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f2d076b8-b23e-4be1-826d-4d8e4f906cd1"
+ "64a219dc-9480-45af-a5f7-8bbab89a617d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -333,13 +333,13 @@
"11996"
],
"x-ms-request-id": [
- "0fa20c70-ff5b-4629-8b2f-fe2672a65dff"
+ "c46e6c46-8c20-48f5-a4c5-b0b5b0aa0263"
],
"x-ms-correlation-request-id": [
- "0fa20c70-ff5b-4629-8b2f-fe2672a65dff"
+ "c46e6c46-8c20-48f5-a4c5-b0b5b0aa0263"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002419Z:0fa20c70-ff5b-4629-8b2f-fe2672a65dff"
+ "WESTCENTRALUS:20201119T175138Z:c46e6c46-8c20-48f5-a4c5-b0b5b0aa0263"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -348,7 +348,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:24:18 GMT"
+ "Thu, 19 Nov 2020 17:51:38 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -357,16 +357,16 @@
"-1"
],
"Content-Length": [
- "2289"
+ "2267"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072/operations/5199EC5D63E6B0D1\",\r\n \"operationId\": \"5199EC5D63E6B0D1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:23:54.4319565Z\",\r\n \"duration\": \"PT4.6643399S\",\r\n \"trackingId\": \"be513ceb-228f-4fce-be81-fcffed8782ca\",\r\n \"serviceRequestId\": \"33dc34ed-bdc5-4cfe-90bb-c55b2b539607\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"sub-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072/operations/A4F90BCB352B1494\",\r\n \"operationId\": \"A4F90BCB352B1494\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:23:54.4691464Z\",\r\n \"duration\": \"PT4.7015298S\",\r\n \"trackingId\": \"1f9dd590-dfff-4988-aaac-1dc3681ffd96\",\r\n \"serviceRequestId\": \"39386be7-06d2-4d8b-952a-2b3584e145dd\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"mg-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072/operations/E0B4899D7B990BC1\",\r\n \"operationId\": \"E0B4899D7B990BC1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:23:51.1462893Z\",\r\n \"duration\": \"PT1.3786727S\",\r\n \"trackingId\": \"b742b982-1d42-4cb2-9528-1dc24cc13898\",\r\n \"serviceRequestId\": \"0e08dcae-5b76-4e40-8902-d3af5753bb19\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"resourceType\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"resourceName\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest4072/operations/08586083894576386420\",\r\n \"operationId\": \"08586083894576386420\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:23:55.4433507Z\",\r\n \"duration\": \"PT0.6468317S\",\r\n \"trackingId\": \"bd35e789-15cd-4c19-9d43-4732b1971013\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840/operations/E0B4899D7B990BC1\",\r\n \"operationId\": \"E0B4899D7B990BC1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:51:09.4093468Z\",\r\n \"duration\": \"PT1.504958S\",\r\n \"trackingId\": \"62151841-3a7e-4d31-ae13-959c2956605a\",\r\n \"serviceRequestId\": \"e5234ad6-760c-4106-b361-3df7293cd5a3\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"resourceType\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"resourceName\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840/operations/5199EC5D63E6B0D1\",\r\n \"operationId\": \"5199EC5D63E6B0D1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:51:10.7657202Z\",\r\n \"duration\": \"PT2.8613314S\",\r\n \"trackingId\": \"6bb2c4b6-84e5-4ee4-90c8-4bc216be0cac\",\r\n \"serviceRequestId\": \"bc32a689-3b4f-4207-88e0-2d2e2670c6a0\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"sub-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840/operations/A4F90BCB352B1494\",\r\n \"operationId\": \"A4F90BCB352B1494\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:51:10.6718409Z\",\r\n \"duration\": \"PT2.7674521S\",\r\n \"trackingId\": \"ec8a96c2-e4df-49ac-bdde-0cf8369081ce\",\r\n \"serviceRequestId\": \"873c2b87-514c-4229-ba32-874b7c4c6faa\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"mg-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest6840/operations/08585957986194078434\",\r\n \"operationId\": \"08585957986194078434\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:51:10.8483639Z\",\r\n \"duration\": \"PT0.0479052S\",\r\n \"trackingId\": \"a1d6efd2-8c94-4bbb-a55a-49220b589bde\",\r\n \"statusCode\": \"OK\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"DeploymentWithScope_AtTenant": [
- "csharpsdktest4072"
+ "csharpsdktest6840"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ManagementGroupLevelDeployment.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ManagementGroupLevelDeployment.json
index 1cd438771ccb..d7ee8cd26702 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ManagementGroupLevelDeployment.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ManagementGroupLevelDeployment.json
@@ -1,28 +1,28 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158/validate?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDUxNTgvdmFsaWRhdGU/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDI3MjYvdmFsaWRhdGU/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/tag-mg-sdk/', 'providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "96051003-3e44-4320-824b-a0781e3e9acd"
+ "4ca9a0c4-dd2f-4ef2-af64-a3d8ed140b04"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "3757"
+ "4064"
]
},
"ResponseHeaders": {
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "208ca23b-99f5-4f3f-b7e3-3a8753e043f6"
+ "ed8df577-f409-4cc9-80c2-d1488b3e5fb6"
],
"x-ms-correlation-request-id": [
- "208ca23b-99f5-4f3f-b7e3-3a8753e043f6"
+ "ed8df577-f409-4cc9-80c2-d1488b3e5fb6"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T200434Z:208ca23b-99f5-4f3f-b7e3-3a8753e043f6"
+ "WESTCENTRALUS:20201117T212557Z:ed8df577-f409-4cc9-80c2-d1488b3e5fb6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,10 +51,10 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:04:34 GMT"
+ "Tue, 17 Nov 2020 21:25:57 GMT"
],
"Content-Length": [
- "2070"
+ "2213"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,32 +63,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158\",\r\n \"name\": \"csharpsdktest5158\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:04:33.4021239Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"208ca23b-99f5-4f3f-b7e3-3a8753e043f6\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/sdktest-subnested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa060120\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726\",\r\n \"name\": \"csharpsdktest2726\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:25:57.1640158Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"ed8df577-f409-4cc9-80c2-d1488b3e5fb6\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/sdktest-subnested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa060120\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDUxNTg/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDI3MjY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/tag-mg-sdk/', 'providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2747ac11-f380-41ca-87f2-07af0daef00a"
+ "055b44e2-1637-494d-ac9a-b8cc09a81aa7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "3757"
+ "4064"
]
},
"ResponseHeaders": {
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158/operationStatuses/08586086642107238777?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726/operationStatuses/08585959585275312798?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-tenant-writes": [
"1199"
],
"x-ms-request-id": [
- "6caf90d6-0b6c-48c9-8cd6-cdc956ecca35"
+ "f653fd44-f3a0-4e56-aa76-1f0c1ef88262"
],
"x-ms-correlation-request-id": [
- "6caf90d6-0b6c-48c9-8cd6-cdc956ecca35"
+ "f653fd44-f3a0-4e56-aa76-1f0c1ef88262"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T200437Z:6caf90d6-0b6c-48c9-8cd6-cdc956ecca35"
+ "WESTCENTRALUS:20201117T212559Z:f653fd44-f3a0-4e56-aa76-1f0c1ef88262"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:04:36 GMT"
+ "Tue, 17 Nov 2020 21:25:58 GMT"
],
"Content-Length": [
- "1312"
+ "1455"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158\",\r\n \"name\": \"csharpsdktest5158\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-23T20:04:37.1292377Z\",\r\n \"duration\": \"PT2.3754969S\",\r\n \"correlationId\": \"6caf90d6-0b6c-48c9-8cd6-cdc956ecca35\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726\",\r\n \"name\": \"csharpsdktest2726\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T21:25:58.7447333Z\",\r\n \"duration\": \"PT0.7983781S\",\r\n \"correlationId\": \"f653fd44-f3a0-4e56-aa76-1f0c1ef88262\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158/operationStatuses/08586086642107238777?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDUxNTgvb3BlcmF0aW9uU3RhdHVzZXMvMDg1ODYwODY2NDIxMDcyMzg3Nzc/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726/operationStatuses/08585959585275312798?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDI3MjYvb3BlcmF0aW9uU3RhdHVzZXMvMDg1ODU5NTk1ODUyNzUzMTI3OTg/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "614a6964-1568-47a8-8d32-46bd3fb0f43c"
+ "cb0cf729-8054-44b8-a90f-ff66fabff93a"
],
"x-ms-correlation-request-id": [
- "614a6964-1568-47a8-8d32-46bd3fb0f43c"
+ "cb0cf729-8054-44b8-a90f-ff66fabff93a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T200507Z:614a6964-1568-47a8-8d32-46bd3fb0f43c"
+ "WESTCENTRALUS:20201117T212629Z:cb0cf729-8054-44b8-a90f-ff66fabff93a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,61 +174,7 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:05:06 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158/operationStatuses/08586086642107238777?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDUxNTgvb3BlcmF0aW9uU3RhdHVzZXMvMDg1ODYwODY2NDIxMDcyMzg3Nzc/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-tenant-reads": [
- "11998"
- ],
- "x-ms-request-id": [
- "d9750bef-6cd3-4d89-b569-aa5241c5f995"
- ],
- "x-ms-correlation-request-id": [
- "d9750bef-6cd3-4d89-b569-aa5241c5f995"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T200537Z:d9750bef-6cd3-4d89-b569-aa5241c5f995"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Tue, 23 Jun 2020 20:05:37 GMT"
+ "Tue, 17 Nov 2020 21:26:28 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDUxNTg/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDI3MjY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -264,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-tenant-reads": [
- "11997"
+ "11998"
],
"x-ms-request-id": [
- "661da804-9bd3-4f89-a489-5f37ad6f09d5"
+ "330d7552-9591-4a8f-8223-3aed494500e9"
],
"x-ms-correlation-request-id": [
- "661da804-9bd3-4f89-a489-5f37ad6f09d5"
+ "330d7552-9591-4a8f-8223-3aed494500e9"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T200537Z:661da804-9bd3-4f89-a489-5f37ad6f09d5"
+ "WESTCENTRALUS:20201117T212629Z:330d7552-9591-4a8f-8223-3aed494500e9"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +228,7 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:05:37 GMT"
+ "Tue, 17 Nov 2020 21:26:29 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -291,29 +237,29 @@
"-1"
],
"Content-Length": [
- "1818"
+ "1963"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158\",\r\n \"name\": \"csharpsdktest5158\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:05:29.61886Z\",\r\n \"duration\": \"PT54.8651192S\",\r\n \"correlationId\": \"6caf90d6-0b6c-48c9-8cd6-cdc956ecca35\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa060120\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726\",\r\n \"name\": \"csharpsdktest2726\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:26:14.4847658Z\",\r\n \"duration\": \"PT16.5384106S\",\r\n \"correlationId\": \"f653fd44-f3a0-4e56-aa76-1f0c1ef88262\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa060120\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDUxNTg/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NoYXJwc2RrdGVzdDI3MjY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5334870b-665b-4a50-9fb0-8a5213f50fd0"
+ "1c41bd6d-3707-40af-8703-1531a2df9e0e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -324,16 +270,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-tenant-reads": [
- "11996"
+ "11997"
],
"x-ms-request-id": [
- "aedd3a93-e942-42e5-a280-a98f8573844e"
+ "54cce9bd-deec-4a15-a4b7-ba5e51bc4708"
],
"x-ms-correlation-request-id": [
- "aedd3a93-e942-42e5-a280-a98f8573844e"
+ "54cce9bd-deec-4a15-a4b7-ba5e51bc4708"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T200538Z:aedd3a93-e942-42e5-a280-a98f8573844e"
+ "WESTCENTRALUS:20201117T212629Z:54cce9bd-deec-4a15-a4b7-ba5e51bc4708"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -342,7 +288,7 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 20:05:37 GMT"
+ "Tue, 17 Nov 2020 21:26:29 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -351,16 +297,16 @@
"-1"
],
"Content-Length": [
- "1818"
+ "1963"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest5158\",\r\n \"name\": \"csharpsdktest5158\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"1376670221558618255\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T20:05:29.61886Z\",\r\n \"duration\": \"PT54.8651192S\",\r\n \"correlationId\": \"6caf90d6-0b6c-48c9-8cd6-cdc956ecca35\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa060120\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csharpsdktest2726\",\r\n \"name\": \"csharpsdktest2726\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"4796887203444175554\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tagsa060120\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"String\",\r\n \"value\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:26:14.4847658Z\",\r\n \"duration\": \"PT16.5384106S\",\r\n \"correlationId\": \"f653fd44-f3a0-4e56-aa76-1f0c1ef88262\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa060120\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"ManagementGroupLevelDeployment": [
- "csharpsdktest5158"
+ "csharpsdktest2726"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/SubscriptionLevelDeployment.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/SubscriptionLevelDeployment.json
index 3cb0fb102276..3a9a0cc4f32c 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/SubscriptionLevelDeployment.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/SubscriptionLevelDeployment.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"WestUS\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "55979e93-9c84-429e-842c-7945b1aaaa3e"
+ "a0c977ca-58da-4ea6-be29-40622c5d6aea"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1197"
],
"x-ms-request-id": [
- "b9a7e2d1-ac86-4e56-b2a0-52e8998e929d"
+ "340c5abd-be9f-4de5-bbae-61a94d4c4745"
],
"x-ms-correlation-request-id": [
- "b9a7e2d1-ac86-4e56-b2a0-52e8998e929d"
+ "340c5abd-be9f-4de5-bbae-61a94d4c4745"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T162431Z:b9a7e2d1-ac86-4e56-b2a0-52e8998e929d"
+ "WESTCENTRALUS:20201117T212838Z:340c5abd-be9f-4de5-bbae-61a94d4c4745"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 16:24:31 GMT"
+ "Tue, 17 Nov 2020 21:28:37 GMT"
],
"Content-Length": [
"213"
@@ -67,22 +67,22 @@
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715/validate?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyNzE1L3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyMTA0L3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"WestUS\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2e3b815c-dd80-4e10-9842-6551e433ca65"
+ "d00e48a5-049d-4769-91e8-f9dc191161fd"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -102,13 +102,13 @@
"1199"
],
"x-ms-request-id": [
- "276f53ca-c252-4148-bba2-7c184fd2479e"
+ "a0838f5a-5352-4b15-89ec-865c447b4a4a"
],
"x-ms-correlation-request-id": [
- "276f53ca-c252-4148-bba2-7c184fd2479e"
+ "a0838f5a-5352-4b15-89ec-865c447b4a4a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T162516Z:276f53ca-c252-4148-bba2-7c184fd2479e"
+ "WESTCENTRALUS:20201117T212838Z:a0838f5a-5352-4b15-89ec-865c447b4a4a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -117,7 +117,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 16:25:16 GMT"
+ "Tue, 17 Nov 2020 21:28:38 GMT"
],
"Content-Length": [
"1819"
@@ -129,26 +129,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715\",\r\n \"name\": \"csmd2715\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T16:25:15.2089831Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"276f53ca-c252-4148-bba2-7c184fd2479e\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104\",\r\n \"name\": \"csmd2104\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:28:38.5140015Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"a0838f5a-5352-4b15-89ec-865c447b4a4a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Resources/deployments/rg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyNzE1P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyMTA0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"WestUS\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "68735b3b-84b1-433a-91e5-02d98f287dc6"
+ "17662cc6-9a4e-40f1-b991-4f83fe84d3ff"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -165,19 +165,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715/operationStatuses/08586085045684259064?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104/operationStatuses/08585959583662518579?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1196"
],
"x-ms-request-id": [
- "10c62317-7ee4-4400-ab51-11d80daff3d1"
+ "d25b9995-a6d9-47d9-9fa9-4357fb3aef53"
],
"x-ms-correlation-request-id": [
- "10c62317-7ee4-4400-ab51-11d80daff3d1"
+ "d25b9995-a6d9-47d9-9fa9-4357fb3aef53"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T162518Z:10c62317-7ee4-4400-ab51-11d80daff3d1"
+ "WESTCENTRALUS:20201117T212840Z:d25b9995-a6d9-47d9-9fa9-4357fb3aef53"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -186,10 +186,10 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 16:25:18 GMT"
+ "Tue, 17 Nov 2020 21:28:40 GMT"
],
"Content-Length": [
- "1271"
+ "1272"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -198,20 +198,74 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715\",\r\n \"name\": \"csmd2715\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-25T16:25:18.2956954Z\",\r\n \"duration\": \"PT1.243983S\",\r\n \"correlationId\": \"10c62317-7ee4-4400-ab51-11d80daff3d1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104\",\r\n \"name\": \"csmd2104\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-17T21:28:40.2646542Z\",\r\n \"duration\": \"PT1.0388908S\",\r\n \"correlationId\": \"d25b9995-a6d9-47d9-9fa9-4357fb3aef53\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715/operationStatuses/08586085045684259064?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyNzE1L29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg1MDQ1Njg0MjU5MDY0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104/operationStatuses/08585959583662518579?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyMTA0L29wZXJhdGlvblN0YXR1c2VzLzA4NTg1OTU5NTgzNjYyNTE4NTc5P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "180777a4-8eaa-4e4d-9c42-9dccd383c01a"
+ ],
+ "x-ms-correlation-request-id": [
+ "180777a4-8eaa-4e4d-9c42-9dccd383c01a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20201117T212910Z:180777a4-8eaa-4e4d-9c42-9dccd383c01a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 17 Nov 2020 21:29:10 GMT"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "20"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104/operationStatuses/08585959583662518579?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyMTA0L29wZXJhdGlvblN0YXR1c2VzLzA4NTg1OTU5NTgzNjYyNTE4NTc5P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -222,16 +276,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11993"
],
"x-ms-request-id": [
- "a6451d1e-0cb2-43cf-9ca3-2583a7297f32"
+ "18b25b26-baed-420c-a2a6-828392ec05b1"
],
"x-ms-correlation-request-id": [
- "a6451d1e-0cb2-43cf-9ca3-2583a7297f32"
+ "18b25b26-baed-420c-a2a6-828392ec05b1"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T162549Z:a6451d1e-0cb2-43cf-9ca3-2583a7297f32"
+ "WESTCENTRALUS:20201117T212940Z:18b25b26-baed-420c-a2a6-828392ec05b1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -240,7 +294,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 16:25:48 GMT"
+ "Tue, 17 Nov 2020 21:29:40 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -256,16 +310,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyNzE1P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyMTA0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -276,16 +330,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11992"
],
"x-ms-request-id": [
- "d187096c-1553-460a-90af-5838c139334d"
+ "a758d88a-2b6c-4a96-b7b1-a7c674d657b0"
],
"x-ms-correlation-request-id": [
- "d187096c-1553-460a-90af-5838c139334d"
+ "a758d88a-2b6c-4a96-b7b1-a7c674d657b0"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T162549Z:d187096c-1553-460a-90af-5838c139334d"
+ "WESTCENTRALUS:20201117T212941Z:a758d88a-2b6c-4a96-b7b1-a7c674d657b0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -294,7 +348,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 16:25:49 GMT"
+ "Tue, 17 Nov 2020 21:29:40 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -303,29 +357,29 @@
"-1"
],
"Content-Length": [
- "1688"
+ "1687"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715\",\r\n \"name\": \"csmd2715\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T16:25:48.7425068Z\",\r\n \"duration\": \"PT31.6907944S\",\r\n \"correlationId\": \"10c62317-7ee4-4400-ab51-11d80daff3d1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104\",\r\n \"name\": \"csmd2104\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:29:11.4377024Z\",\r\n \"duration\": \"PT32.211939S\",\r\n \"correlationId\": \"d25b9995-a6d9-47d9-9fa9-4357fb3aef53\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyNzE1P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyMTA0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "36d3182e-3980-412d-b9a0-d5926986c26a"
+ "e9f4ea60-3a2c-4f89-abfc-39836fcf4792"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -336,16 +390,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11991"
],
"x-ms-request-id": [
- "1a9a8343-760e-4004-a541-04166a6a6366"
+ "9046f3b0-4f33-486c-b646-72fed2aeb4ec"
],
"x-ms-correlation-request-id": [
- "1a9a8343-760e-4004-a541-04166a6a6366"
+ "9046f3b0-4f33-486c-b646-72fed2aeb4ec"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T162549Z:1a9a8343-760e-4004-a541-04166a6a6366"
+ "WESTCENTRALUS:20201117T212941Z:9046f3b0-4f33-486c-b646-72fed2aeb4ec"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -354,7 +408,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 16:25:49 GMT"
+ "Tue, 17 Nov 2020 21:29:40 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -363,17 +417,17 @@
"-1"
],
"Content-Length": [
- "1688"
+ "1687"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2715\",\r\n \"name\": \"csmd2715\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T16:25:48.7425068Z\",\r\n \"duration\": \"PT31.6907944S\",\r\n \"correlationId\": \"10c62317-7ee4-4400-ab51-11d80daff3d1\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2104\",\r\n \"name\": \"csmd2104\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"armbuilddemo1803\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:29:11.4377024Z\",\r\n \"duration\": \"PT32.211939S\",\r\n \"correlationId\": \"d25b9995-a6d9-47d9-9fa9-4357fb3aef53\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/armbuilddemo1803\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"SubscriptionLevelDeployment": [
- "csmd2715",
- "csmr9243"
+ "csmd2104",
+ "csmr4362"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/TenantLevelDeployment.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/TenantLevelDeployment.json
index 7b1f0c9cf79a..da21caf5060a 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/TenantLevelDeployment.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/TenantLevelDeployment.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest3353/validate?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzMzUzL3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest2008/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QyMDA4L3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-app\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"value\": \"gopremra-testmg\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c2149366-f040-4b98-89a4-24c649567e6c"
+ "e864ad08-e51a-4c00-ade1-2b7faf86876a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "bf0c6de8-4986-47cb-a12b-5be1c1db3504"
+ "d91c9efa-9aa4-4b17-a246-15084b41c0b6"
],
"x-ms-correlation-request-id": [
- "bf0c6de8-4986-47cb-a12b-5be1c1db3504"
+ "d91c9efa-9aa4-4b17-a246-15084b41c0b6"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002511Z:bf0c6de8-4986-47cb-a12b-5be1c1db3504"
+ "WESTCENTRALUS:20201119T175020Z:d91c9efa-9aa4-4b17-a246-15084b41c0b6"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:25:10 GMT"
+ "Thu, 19 Nov 2020 17:50:20 GMT"
],
"Content-Length": [
"1489"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353\",\r\n \"name\": \"csharpsdktest3353\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:25:10.4910329Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"bf0c6de8-4986-47cb-a12b-5be1c1db3504\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008\",\r\n \"name\": \"csharpsdktest2008\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:50:19.9695373Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"d91c9efa-9aa4-4b17-a246-15084b41c0b6\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest3353?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzMzUzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest2008?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QyMDA4P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"East US 2\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-app\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"value\": \"gopremra-testmg\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n },\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1effea6c-143a-4f7e-b99c-f9e67488c6ba"
+ "ac0ff66b-6d61-4b1e-be1f-08069c6a3002"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/providers/Microsoft.Resources/deployments/csharpsdktest3353/operationStatuses/08586083893738262607?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/deployments/csharpsdktest2008/operationStatuses/08585957986645908835?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-tenant-writes": [
"1199"
],
"x-ms-request-id": [
- "c9ed6340-e780-48a8-9a03-d3faf2cb49ac"
+ "916dad19-8b4c-40c7-abaf-7165f7ad844f"
],
"x-ms-correlation-request-id": [
- "c9ed6340-e780-48a8-9a03-d3faf2cb49ac"
+ "916dad19-8b4c-40c7-abaf-7165f7ad844f"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002512Z:c9ed6340-e780-48a8-9a03-d3faf2cb49ac"
+ "WESTCENTRALUS:20201119T175022Z:916dad19-8b4c-40c7-abaf-7165f7ad844f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:25:11 GMT"
+ "Thu, 19 Nov 2020 17:50:21 GMT"
],
"Content-Length": [
- "914"
+ "915"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353\",\r\n \"name\": \"csharpsdktest3353\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-27T00:25:12.270054Z\",\r\n \"duration\": \"PT0.6186917S\",\r\n \"correlationId\": \"c9ed6340-e780-48a8-9a03-d3faf2cb49ac\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008\",\r\n \"name\": \"csharpsdktest2008\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-19T17:50:21.8207281Z\",\r\n \"duration\": \"PT0.9339881S\",\r\n \"correlationId\": \"916dad19-8b4c-40c7-abaf-7165f7ad844f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest3353/operationStatuses/08586083893738262607?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzMzUzL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDgzODkzNzM4MjYyNjA3P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest2008/operationStatuses/08585957986645908835?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QyMDA4L29wZXJhdGlvblN0YXR1c2VzLzA4NTg1OTU3OTg2NjQ1OTA4ODM1P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "693f75be-1ce1-4cd7-b9e4-c4cada215524"
+ "a94f1b3a-6c44-43e5-87c1-b77daa5e320d"
],
"x-ms-correlation-request-id": [
- "693f75be-1ce1-4cd7-b9e4-c4cada215524"
+ "a94f1b3a-6c44-43e5-87c1-b77daa5e320d"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002542Z:693f75be-1ce1-4cd7-b9e4-c4cada215524"
+ "WESTCENTRALUS:20201119T175052Z:a94f1b3a-6c44-43e5-87c1-b77daa5e320d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:25:42 GMT"
+ "Thu, 19 Nov 2020 17:50:51 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -190,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest3353?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzMzUzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest2008?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QyMDA4P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +213,13 @@
"11998"
],
"x-ms-request-id": [
- "ef5ec54a-e8ec-4312-a15c-61f8073b24fe"
+ "ecaac463-2c43-479e-9893-b2e3242a4d50"
],
"x-ms-correlation-request-id": [
- "ef5ec54a-e8ec-4312-a15c-61f8073b24fe"
+ "ecaac463-2c43-479e-9893-b2e3242a4d50"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002542Z:ef5ec54a-e8ec-4312-a15c-61f8073b24fe"
+ "WESTCENTRALUS:20201119T175052Z:ecaac463-2c43-479e-9893-b2e3242a4d50"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:25:42 GMT"
+ "Thu, 19 Nov 2020 17:50:52 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -237,29 +237,29 @@
"-1"
],
"Content-Length": [
- "1254"
+ "1255"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353\",\r\n \"name\": \"csharpsdktest3353\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:25:17.8409947Z\",\r\n \"duration\": \"PT6.1896324S\",\r\n \"correlationId\": \"c9ed6340-e780-48a8-9a03-d3faf2cb49ac\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008\",\r\n \"name\": \"csharpsdktest2008\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:50:47.7096277Z\",\r\n \"duration\": \"PT26.8228877S\",\r\n \"correlationId\": \"916dad19-8b4c-40c7-abaf-7165f7ad844f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest3353?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzMzUzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest2008?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QyMDA4P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8082f86f-ef52-49f7-b14c-aae56ad5e8a4"
+ "d54b6722-2d07-4106-bc4f-d8763af9f349"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -273,13 +273,13 @@
"11997"
],
"x-ms-request-id": [
- "88ddcd19-9bc3-4379-acae-dfce9d9e21a1"
+ "b9dfa4d6-07dd-499f-9dce-26d5900cd39b"
],
"x-ms-correlation-request-id": [
- "88ddcd19-9bc3-4379-acae-dfce9d9e21a1"
+ "b9dfa4d6-07dd-499f-9dce-26d5900cd39b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002543Z:88ddcd19-9bc3-4379-acae-dfce9d9e21a1"
+ "WESTCENTRALUS:20201119T175053Z:b9dfa4d6-07dd-499f-9dce-26d5900cd39b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -288,7 +288,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:25:42 GMT"
+ "Thu, 19 Nov 2020 17:50:52 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -297,29 +297,29 @@
"-1"
],
"Content-Length": [
- "1254"
+ "1255"
]
},
- "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353\",\r\n \"name\": \"csharpsdktest3353\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:25:17.8409947Z\",\r\n \"duration\": \"PT6.1896324S\",\r\n \"correlationId\": \"c9ed6340-e780-48a8-9a03-d3faf2cb49ac\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008\",\r\n \"name\": \"csharpsdktest2008\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"tagKey1\": \"tagValue1\"\r\n },\r\n \"properties\": {\r\n \"templateHash\": \"10591083983857932153\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"String\",\r\n \"value\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"String\",\r\n \"value\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:50:47.7096277Z\",\r\n \"duration\": \"PT26.8228877S\",\r\n \"correlationId\": \"916dad19-8b4c-40c7-abaf-7165f7ad844f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n \"eastus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest3353/operations?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QzMzUzL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csharpsdktest2008/operations?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzaGFycHNka3Rlc3QyMDA4L29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "53b9dd49-550f-4c13-80d9-fb37e506ee36"
+ "e2081810-549a-4ce6-8dd3-9a362b0fe34b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -333,13 +333,13 @@
"11996"
],
"x-ms-request-id": [
- "08b27184-ac9c-495c-9e1a-95bc14f1e74e"
+ "4afe4eb8-6cff-4278-968e-174519c1bb8d"
],
"x-ms-correlation-request-id": [
- "08b27184-ac9c-495c-9e1a-95bc14f1e74e"
+ "4afe4eb8-6cff-4278-968e-174519c1bb8d"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200627T002543Z:08b27184-ac9c-495c-9e1a-95bc14f1e74e"
+ "WESTCENTRALUS:20201119T175053Z:4afe4eb8-6cff-4278-968e-174519c1bb8d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -348,7 +348,7 @@
"nosniff"
],
"Date": [
- "Sat, 27 Jun 2020 00:25:43 GMT"
+ "Thu, 19 Nov 2020 17:50:52 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -357,16 +357,16 @@
"-1"
],
"Content-Length": [
- "2287"
+ "2269"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353/operations/5199EC5D63E6B0D1\",\r\n \"operationId\": \"5199EC5D63E6B0D1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:25:16.018244Z\",\r\n \"duration\": \"PT3.3597991S\",\r\n \"trackingId\": \"173a6bc6-a1c0-45c4-a4ed-491a08c287a7\",\r\n \"serviceRequestId\": \"1b9bcf15-83c2-43af-85b0-cb22205a02fd\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"sub-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353/operations/A4F90BCB352B1494\",\r\n \"operationId\": \"A4F90BCB352B1494\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:25:16.5330589Z\",\r\n \"duration\": \"PT3.874614S\",\r\n \"trackingId\": \"5b9edbde-edf3-40d4-a24b-ebb85aec4213\",\r\n \"serviceRequestId\": \"47071ba1-6466-43d5-9bbf-d71acc665199\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"mg-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353/operations/E0B4899D7B990BC1\",\r\n \"operationId\": \"E0B4899D7B990BC1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:25:13.0915352Z\",\r\n \"duration\": \"PT0.4330903S\",\r\n \"trackingId\": \"b70fca15-588d-465b-83bf-0654231d4b30\",\r\n \"serviceRequestId\": \"efe3049a-2da8-4c62-b4ef-e515cf602308\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"resourceType\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"resourceName\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest3353/operations/08586083893738262607\",\r\n \"operationId\": \"08586083893738262607\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-27T00:25:17.6475616Z\",\r\n \"duration\": \"PT0.6490539S\",\r\n \"trackingId\": \"c818c59d-6655-46ed-967c-30c174bfd39d\",\r\n \"statusCode\": \"OK\",\r\n \"statusMessage\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008/operations/5199EC5D63E6B0D1\",\r\n \"operationId\": \"5199EC5D63E6B0D1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:50:47.6118781Z\",\r\n \"duration\": \"PT24.5905884S\",\r\n \"trackingId\": \"d7486723-f4fc-4eea-b3a5-aad2d29d6037\",\r\n \"serviceRequestId\": \"8587b79f-2758-4677-90f4-f0fa928a5454\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/providers/Microsoft.Resources/deployments/sub-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"sub-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008/operations/A4F90BCB352B1494\",\r\n \"operationId\": \"A4F90BCB352B1494\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:50:26.2863763Z\",\r\n \"duration\": \"PT3.2650866S\",\r\n \"trackingId\": \"84aef1a0-6e33-4dfc-aa27-e203fe583fa8\",\r\n \"serviceRequestId\": \"899dae69-da73-4671-8893-bbd9a2a7e71b\",\r\n \"statusCode\": \"OK\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Resources/deployments/mg-nested\",\r\n \"resourceType\": \"Microsoft.Resources/deployments\",\r\n \"resourceName\": \"mg-nested\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008/operations/E0B4899D7B990BC1\",\r\n \"operationId\": \"E0B4899D7B990BC1\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"Create\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:50:24.6027828Z\",\r\n \"duration\": \"PT1.5814931S\",\r\n \"trackingId\": \"f60313c3-4d75-4942-99c2-2f5ae3c43638\",\r\n \"serviceRequestId\": \"65500552-9eff-4925-b721-8e667a0bc824\",\r\n \"statusCode\": \"Created\",\r\n \"targetResource\": {\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"resourceType\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"resourceName\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/providers/Microsoft.Resources/deployments/csharpsdktest2008/operations/08585957986645908835\",\r\n \"operationId\": \"08585957986645908835\",\r\n \"properties\": {\r\n \"provisioningOperation\": \"EvaluateDeploymentOutput\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-19T17:50:47.6939727Z\",\r\n \"duration\": \"PT0.0498035S\",\r\n \"trackingId\": \"098b54b3-851a-4317-be1c-680bcedb5468\",\r\n \"statusCode\": \"OK\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {
"TenantLevelDeployment": [
- "csharpsdktest3353"
+ "csharpsdktest2008"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateBadDeployment.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateBadDeployment.json
index fdc881ecfdf7..ed1a44839678 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateBadDeployment.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateBadDeployment.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3681?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzY4MT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1117?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTExNz9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "bd0e55d0-ffa9-4f65-932e-5568da84fbfc"
+ "edc25429-74ea-4ee0-9ad6-4e694b1d0b76"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1196"
],
"x-ms-request-id": [
- "6f2e0dcd-cd18-46dc-8a11-2f5963abd382"
+ "588e5649-0d97-4b8c-b8eb-e639d71a1b82"
],
"x-ms-correlation-request-id": [
- "6f2e0dcd-cd18-46dc-8a11-2f5963abd382"
+ "588e5649-0d97-4b8c-b8eb-e639d71a1b82"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T192400Z:6f2e0dcd-cd18-46dc-8a11-2f5963abd382"
+ "WESTCENTRALUS:20201117T213130Z:588e5649-0d97-4b8c-b8eb-e639d71a1b82"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:23:59 GMT"
+ "Tue, 17 Nov 2020 21:31:30 GMT"
],
"Content-Length": [
"219"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3681\",\r\n \"name\": \"csmrg3681\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1117\",\r\n \"name\": \"csmrg1117\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3681/providers/Microsoft.Resources/deployments/csmd7599/validate?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzY4MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzU5OS92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1117/providers/Microsoft.Resources/deployments/csmd6991/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTExNy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjk5MS92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://testtemplates.blob.core.windows.net/templates/bad-website-1.js\"\r\n },\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"value\": \"mctest0101\"\r\n },\r\n \"hostingPlanName\": {\r\n \"value\": \"mctest0101\"\r\n },\r\n \"siteMode\": {\r\n \"value\": \"Limited\"\r\n },\r\n \"computeMode\": {\r\n \"value\": \"Shared\"\r\n },\r\n \"siteLocation\": {\r\n \"value\": \"North Europe\"\r\n },\r\n \"sku\": {\r\n \"value\": \"Free\"\r\n },\r\n \"workerSize\": {\r\n \"value\": \"0\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f90f92df-abc4-4c25-b6c2-7112a270f29d"
+ "808fe1e1-820d-4469-88bb-c034c6974abb"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -105,13 +105,13 @@
"1199"
],
"x-ms-request-id": [
- "03fe82de-0d5c-4240-964c-9d2082823e48"
+ "412e4d56-93ab-41da-96b5-c5fa54324282"
],
"x-ms-correlation-request-id": [
- "03fe82de-0d5c-4240-964c-9d2082823e48"
+ "412e4d56-93ab-41da-96b5-c5fa54324282"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T192401Z:03fe82de-0d5c-4240-964c-9d2082823e48"
+ "WESTCENTRALUS:20201117T213131Z:412e4d56-93ab-41da-96b5-c5fa54324282"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,7 +120,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:24:00 GMT"
+ "Tue, 17 Nov 2020 21:31:31 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -138,8 +138,8 @@
],
"Names": {
"ValidateBadDeployment": [
- "csmrg3681",
- "csmd7599"
+ "csmrg1117",
+ "csmd6991"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeployment.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeployment.json
index 005140ae85c2..19e4e4a3bad0 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeployment.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeployment.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9226?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTIyNj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6619?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYxOT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3f99c061-d320-46ad-8433-bbbded4a8933"
+ "fba7b703-157c-47b9-a5d2-9260af937888"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1195"
],
"x-ms-request-id": [
- "ffff9682-b029-40b8-a8d0-a69460109b8c"
+ "4e4be840-03c2-4fed-b774-076b98755500"
],
"x-ms-correlation-request-id": [
- "ffff9682-b029-40b8-a8d0-a69460109b8c"
+ "4e4be840-03c2-4fed-b774-076b98755500"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T192511Z:ffff9682-b029-40b8-a8d0-a69460109b8c"
+ "WESTCENTRALUS:20201117T213148Z:4e4be840-03c2-4fed-b774-076b98755500"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:25:11 GMT"
+ "Tue, 17 Nov 2020 21:31:47 GMT"
],
"Content-Length": [
"219"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226\",\r\n \"name\": \"csmrg9226\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619\",\r\n \"name\": \"csmrg6619\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9226/providers/Microsoft.Resources/deployments/csmd2889/validate?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTIyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMjg4OS92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6619/providers/Microsoft.Resources/deployments/csmd7275/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjYxOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzI3NS92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csres4428\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csres7648\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4bfeb06e-f8ed-496c-84d7-5f4ceeca14d0"
+ "2e336994-e85a-4021-8519-4b31a1e396e6"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,16 +99,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1198"
],
"x-ms-request-id": [
- "d6806bac-14ee-4ea0-946e-1d5fbe371d41"
+ "09d46609-a4d9-4c24-8d8e-3b1524dff267"
],
"x-ms-correlation-request-id": [
- "d6806bac-14ee-4ea0-946e-1d5fbe371d41"
+ "09d46609-a4d9-4c24-8d8e-3b1524dff267"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T192513Z:d6806bac-14ee-4ea0-946e-1d5fbe371d41"
+ "WESTCENTRALUS:20201117T213149Z:09d46609-a4d9-4c24-8d8e-3b1524dff267"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -117,10 +117,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:25:13 GMT"
+ "Tue, 17 Nov 2020 21:31:48 GMT"
],
"Content-Length": [
- "2426"
+ "2425"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -129,15 +129,15 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Resources/deployments/csmd2889\",\r\n \"name\": \"csmd2889\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12192946132745292451\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres4428\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-19T19:25:12.6167955Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"d6806bac-14ee-4ea0-946e-1d5fbe371d41\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Web/serverfarms/hpn-csmrg9226\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg9226\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Web/sites/csres4428\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres4428\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Web/sites/csres4428\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres4428\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Web/sites/csres4428/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres4428/web\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Web/serverfarms/hpn-csmrg9226\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Web/sites/csres4428\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9226/providers/Microsoft.Web/sites/csres4428/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Resources/deployments/csmd7275\",\r\n \"name\": \"csmd7275\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"uri\": \"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-web-app-github-deploy/azuredeploy.json\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"1473474134934971286\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres7648\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:31:49.4047032Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"09d46609-a4d9-4c24-8d8e-3b1524dff267\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Web/serverfarms/hpn-csmrg6619\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg6619\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Web/sites/csres7648\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres7648\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Web/sites/csres7648\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres7648\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Web/sites/csres7648/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres7648/web\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Web/serverfarms/hpn-csmrg6619\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Web/sites/csres7648\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6619/providers/Microsoft.Web/sites/csres7648/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"ValidateGoodDeployment": [
- "csmrg9226",
- "csmd2889",
- "csres4428"
+ "csmrg6619",
+ "csmd7275",
+ "csres7648"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeploymentWithId.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeploymentWithId.json
index 8f28b3c0cc3b..d2fe4ab85512 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeploymentWithId.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentTests/ValidateGoodDeploymentWithId.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg862?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODYyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1912?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTkxMj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"West Europe\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b63ebc4c-132a-4b7d-a2fe-6c4ebf9f3afc"
+ "c910c812-8c7a-4adc-b467-88798d36c039"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "97acb2cb-bd0b-4769-bf4c-78695232761a"
+ "a020bb8f-d269-46fd-9003-2957b4f31299"
],
"x-ms-correlation-request-id": [
- "97acb2cb-bd0b-4769-bf4c-78695232761a"
+ "a020bb8f-d269-46fd-9003-2957b4f31299"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T000502Z:97acb2cb-bd0b-4769-bf4c-78695232761a"
+ "WESTCENTRALUS:20201117T213502Z:a020bb8f-d269-46fd-9003-2957b4f31299"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,10 +51,10 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 00:05:01 GMT"
+ "Tue, 17 Nov 2020 21:35:01 GMT"
],
"Content-Length": [
- "217"
+ "219"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862\",\r\n \"name\": \"csmrg862\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912\",\r\n \"name\": \"csmrg1912\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg862/providers/Microsoft.Resources/deployments/csmd6657/validate?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODYyL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ2NjU3L3ZhbGlkYXRlP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1912/providers/Microsoft.Resources/deployments/csmd6893/validate?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTkxMi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjg5My92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csres9172\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\"\r\n },\r\n \"parameters\": {\r\n \"repoURL\": {\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"siteName\": {\r\n \"value\": \"csres1980\"\r\n },\r\n \"location\": {\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"value\": \"F1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "97156867-6912-411a-ac25-dbcd71a80d21"
+ "e401097f-c46f-4e5d-a761-995cb857edd4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -102,13 +102,13 @@
"1199"
],
"x-ms-request-id": [
- "a3c2abd0-9d4f-412f-9be0-ca93f758dc7a"
+ "f28126df-bbd4-4f9a-bfd6-233e05807117"
],
"x-ms-correlation-request-id": [
- "a3c2abd0-9d4f-412f-9be0-ca93f758dc7a"
+ "f28126df-bbd4-4f9a-bfd6-233e05807117"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200623T000504Z:a3c2abd0-9d4f-412f-9be0-ca93f758dc7a"
+ "WESTCENTRALUS:20201117T213503Z:f28126df-bbd4-4f9a-bfd6-233e05807117"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -117,10 +117,10 @@
"nosniff"
],
"Date": [
- "Tue, 23 Jun 2020 00:05:03 GMT"
+ "Tue, 17 Nov 2020 21:35:03 GMT"
],
"Content-Length": [
- "2455"
+ "2464"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -129,15 +129,15 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Resources/deployments/csmd6657\",\r\n \"name\": \"csmd6657\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres9172\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-23T00:05:03.4757608Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"a3c2abd0-9d4f-412f-9be0-ca93f758dc7a\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Web/serverfarms/hpn-csmrg862\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg862\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Web/sites/csres9172\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres9172\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Web/sites/csres9172\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres9172\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Web/sites/csres9172/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres9172/web\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Web/serverfarms/hpn-csmrg862\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Web/sites/csres9172\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg862/providers/Microsoft.Web/sites/csres9172/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Resources/deployments/csmd6893\",\r\n \"name\": \"csmd6893\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateLink\": {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/TemplateSpecSDK/providers/Microsoft.Resources/TemplateSpecs/SdkTestTemplate/versions/1.0.0\",\r\n \"contentVersion\": \"1.0.0.1\"\r\n },\r\n \"templateHash\": \"12687566075472775019\",\r\n \"parameters\": {\r\n \"siteName\": {\r\n \"type\": \"String\",\r\n \"value\": \"csres1980\"\r\n },\r\n \"location\": {\r\n \"type\": \"String\",\r\n \"value\": \"westus\"\r\n },\r\n \"sku\": {\r\n \"type\": \"String\",\r\n \"value\": \"F1\"\r\n },\r\n \"workerSize\": {\r\n \"type\": \"String\",\r\n \"value\": \"0\"\r\n },\r\n \"repoURL\": {\r\n \"type\": \"String\",\r\n \"value\": \"https://github.com/devigned/az-roadshow-oss.git\"\r\n },\r\n \"branch\": {\r\n \"type\": \"String\",\r\n \"value\": \"master\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-17T21:35:03.43079Z\",\r\n \"duration\": \"PT0S\",\r\n \"correlationId\": \"f28126df-bbd4-4f9a-bfd6-233e05807117\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Web\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"serverfarms\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sites/sourcecontrols\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Web/serverfarms/hpn-csmrg1912\",\r\n \"resourceType\": \"Microsoft.Web/serverfarms\",\r\n \"resourceName\": \"hpn-csmrg1912\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Web/sites/csres1980\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres1980\"\r\n },\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Web/sites/csres1980\",\r\n \"resourceType\": \"Microsoft.Web/sites\",\r\n \"resourceName\": \"csres1980\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Web/sites/csres1980/sourcecontrols/web\",\r\n \"resourceType\": \"Microsoft.Web/sites/sourcecontrols\",\r\n \"resourceName\": \"csres1980/web\"\r\n }\r\n ],\r\n \"validatedResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Web/serverfarms/hpn-csmrg1912\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Web/sites/csres1980\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1912/providers/Microsoft.Web/sites/csres1980/sourcecontrols/web\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"ValidateGoodDeploymentWithId": [
- "csmrg862",
- "csmd6657",
- "csres9172"
+ "csmrg1912",
+ "csmd6893",
+ "csres1980"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_BlankTemplate_ReturnsNoChange.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_BlankTemplate_ReturnsNoChange.json
index 386ffb9cfbad..ec067e570fea 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_BlankTemplate_ReturnsNoChange.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_BlankTemplate_ReturnsNoChange.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Resources/deployments/csmd3976/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3Rlc3RNRy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzk3Ni93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csmd3552/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NtZDM1NTIvd2hhdElmP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [],\r\n \"outputs\": {}\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7b4cc483-792c-493b-a517-db25fd3f6723"
+ "334fc6c1-46b4-4dde-92b1-a69ab1aeeb49"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,7 +33,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQzOTc2LUQ2RkM3NEZGOjJEQTQyNzoyRDRGNjc6MkQ5ODk3OjJEMUQ4MTlGRjQ1QjEyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDM1NTItMkVDMUE5OUI6MkQ5RUI3OjJENDMyNzoyREIzNjc6MkQxNkY2QzlCMTkyQjAiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -42,13 +42,13 @@
"1199"
],
"x-ms-request-id": [
- "d6fc74ff-a427-4f67-9897-1d819ff45b12"
+ "2ec1a99b-9eb7-4327-b367-16f6c9b192b0"
],
"x-ms-correlation-request-id": [
- "d6fc74ff-a427-4f67-9897-1d819ff45b12"
+ "2ec1a99b-9eb7-4327-b367-16f6c9b192b0"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200710T233943Z:d6fc74ff-a427-4f67-9897-1d819ff45b12"
+ "WESTCENTRALUS:20201119T180609Z:2ec1a99b-9eb7-4327-b367-16f6c9b192b0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Fri, 10 Jul 2020 23:39:42 GMT"
+ "Thu, 19 Nov 2020 18:06:08 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQzOTc2LUQ2RkM3NEZGOjJEQTQyNzoyRDRGNjc6MkQ5ODk3OjJEMUQ4MTlGRjQ1QjEyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFVlRWRTFITFVOVFRVUXpPVGMyTFVRMlJrTTNORVpHT2pKRVFUUXlOem95UkRSR05qYzZNa1E1T0RrM09qSkVNVVE0TVRsR1JqUTFRakV5SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDM1NTItMkVDMUE5OUI6MkQ5RUI3OjJENDMyNzoyREIzNjc6MkQxNkY2QzlCMTkyQjAiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFRkhPakpFVFVjNk1rUlRSRXN0UTFOTlJETTFOVEl0TWtWRE1VRTVPVUk2TWtRNVJVSTNPakpFTkRNeU56b3lSRUl6TmpjNk1rUXhOa1kyUXpsQ01Ua3lRakFpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -93,13 +93,13 @@
"11999"
],
"x-ms-request-id": [
- "fda8f6f3-d920-48c7-9891-4720e10a319e"
+ "f27793ae-e500-4903-8171-4b0c80dd407f"
],
"x-ms-correlation-request-id": [
- "fda8f6f3-d920-48c7-9891-4720e10a319e"
+ "f27793ae-e500-4903-8171-4b0c80dd407f"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200710T233958Z:fda8f6f3-d920-48c7-9891-4720e10a319e"
+ "WESTCENTRALUS:20201119T180624Z:f27793ae-e500-4903-8171-4b0c80dd407f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Fri, 10 Jul 2020 23:39:58 GMT"
+ "Thu, 19 Nov 2020 18:06:24 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"2ec1a99b-9eb7-4327-b367-16f6c9b192b0\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQzOTc2LUQ2RkM3NEZGOjJEQTQyNzoyRDRGNjc6MkQ5ODk3OjJEMUQ4MTlGRjQ1QjEyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFVlRWRTFITFVOVFRVUXpPVGMyTFVRMlJrTTNORVpHT2pKRVFUUXlOem95UkRSR05qYzZNa1E1T0RrM09qSkVNVVE0TVRsR1JqUTFRakV5SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDM1NTItMkVDMUE5OUI6MkQ5RUI3OjJENDMyNzoyREIzNjc6MkQxNkY2QzlCMTkyQjAiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFRkhPakpFVFVjNk1rUlRSRXN0UTFOTlJETTFOVEl0TWtWRE1VRTVPVUk2TWtRNVJVSTNPakpFTkRNeU56b3lSRUl6TmpjNk1rUXhOa1kyUXpsQ01Ua3lRakFpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -147,13 +147,13 @@
"11998"
],
"x-ms-request-id": [
- "d4dc31fc-e012-4708-a1b1-baf439f17a2e"
+ "ca1b91ed-9a96-44ac-9da1-201050a5bad3"
],
"x-ms-correlation-request-id": [
- "d4dc31fc-e012-4708-a1b1-baf439f17a2e"
+ "ca1b91ed-9a96-44ac-9da1-201050a5bad3"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200710T233958Z:d4dc31fc-e012-4708-a1b1-baf439f17a2e"
+ "WESTCENTRALUS:20201119T180624Z:ca1b91ed-9a96-44ac-9da1-201050a5bad3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Fri, 10 Jul 2020 23:39:58 GMT"
+ "Thu, 19 Nov 2020 18:06:24 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,19 +171,19 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"2ec1a99b-9eb7-4327-b367-16f6c9b192b0\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd3976"
+ "csmd3552"
]
},
"Variables": {
- "SubscriptionId": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "SubscriptionId": "a1bfa635-f2bf-42f1-86b5-848c674fc321"
}
}
\ No newline at end of file
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json
index 7704a69cb003..5ba56f629686 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Resources/deployments/csmd5598/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3Rlc3RNRy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTU5OC93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csmd1387/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NtZDEzODcvd2hhdElmP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"FullResourcePayloads\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupName\": {\r\n \"value\": \"testMG\"\r\n },\r\n \"subscriptionId\": {\r\n \"value\": \"a93e8c5c-63cb-4635-933f-6d166ac25187\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"FullResourcePayloads\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupName\": {\r\n \"value\": \"testMG\"\r\n },\r\n \"subscriptionId\": {\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6b6331aa-e13d-4fe4-8b7b-2023f90cf3ae"
+ "eed8174a-9d0b-4ae1-bace-66c97305426b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,7 +33,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQ1NTk4LTMyRkQ2QzQxOjJEQzJEQToyRDQyNTA6MkQ4NzhFOjJEOUFEMUZENENDOEI1Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDEzODctQTg1M0E0RTU6MkQyNDhBOjJENDQxQToyRDhEODI6MkQ4N0M2RDBCQTZGRDUiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -42,13 +42,13 @@
"1199"
],
"x-ms-request-id": [
- "32fd6c41-c2da-4250-878e-9ad1fd4cc8b5"
+ "a853a4e5-248a-441a-8d82-87c6d0ba6fd5"
],
"x-ms-correlation-request-id": [
- "32fd6c41-c2da-4250-878e-9ad1fd4cc8b5"
+ "a853a4e5-248a-441a-8d82-87c6d0ba6fd5"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T000159Z:32fd6c41-c2da-4250-878e-9ad1fd4cc8b5"
+ "WESTCENTRALUS:20201120T220302Z:a853a4e5-248a-441a-8d82-87c6d0ba6fd5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:01:59 GMT"
+ "Fri, 20 Nov 2020 22:03:01 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQ1NTk4LTMyRkQ2QzQxOjJEQzJEQToyRDQyNTA6MkQ4NzhFOjJEOUFEMUZENENDOEI1Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFVlRWRTFITFVOVFRVUTFOVGs0TFRNeVJrUTJRelF4T2pKRVF6SkVRVG95UkRReU5UQTZNa1E0TnpoRk9qSkVPVUZFTVVaRU5FTkRPRUkxSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDEzODctQTg1M0E0RTU6MkQyNDhBOjJENDQxQToyRDhEODI6MkQ4N0M2RDBCQTZGRDUiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFRkhPakpFVFVjNk1rUlRSRXN0UTFOTlJERXpPRGN0UVRnMU0wRTBSVFU2TWtReU5EaEJPakpFTkRReFFUb3lSRGhFT0RJNk1rUTROME0yUkRCQ1FUWkdSRFVpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -93,13 +93,13 @@
"11999"
],
"x-ms-request-id": [
- "250e77d9-ec08-461f-9233-6639e04c26aa"
+ "af4e1654-0105-40e3-85d2-bd5e830de0d0"
],
"x-ms-correlation-request-id": [
- "250e77d9-ec08-461f-9233-6639e04c26aa"
+ "af4e1654-0105-40e3-85d2-bd5e830de0d0"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T000214Z:250e77d9-ec08-461f-9233-6639e04c26aa"
+ "WESTCENTRALUS:20201120T220317Z:af4e1654-0105-40e3-85d2-bd5e830de0d0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:02:14 GMT"
+ "Fri, 20 Nov 2020 22:03:17 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "1944"
+ "2015"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/testMG\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-05-01\",\r\n \"id\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001\",\r\n \"location\": \"East US\",\r\n \"name\": \"rg-001\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"location\": \"East US\",\r\n \"name\": \"tagsa1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"a853a4e5-248a-441a-8d82-87c6d0ba6fd5\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/testMG\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-05-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\",\r\n \"location\": \"East US\",\r\n \"name\": \"rg-001\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"location\": \"East US\",\r\n \"name\": \"tagsa1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQ1NTk4LTMyRkQ2QzQxOjJEQzJEQToyRDQyNTA6MkQ4NzhFOjJEOUFEMUZENENDOEI1Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFVlRWRTFITFVOVFRVUTFOVGs0TFRNeVJrUTJRelF4T2pKRVF6SkVRVG95UkRReU5UQTZNa1E0TnpoRk9qSkVPVUZFTVVaRU5FTkRPRUkxSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDEzODctQTg1M0E0RTU6MkQyNDhBOjJENDQxQToyRDhEODI6MkQ4N0M2RDBCQTZGRDUiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFRkhPakpFVFVjNk1rUlRSRXN0UTFOTlJERXpPRGN0UVRnMU0wRTBSVFU2TWtReU5EaEJPakpFTkRReFFUb3lSRGhFT0RJNk1rUTROME0yUkRCQ1FUWkdSRFVpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -147,13 +147,13 @@
"11998"
],
"x-ms-request-id": [
- "b2076af6-e337-4f29-ba43-9e869395a705"
+ "42e2cafd-51d9-40fb-a391-ba32aa6bbf42"
],
"x-ms-correlation-request-id": [
- "b2076af6-e337-4f29-ba43-9e869395a705"
+ "42e2cafd-51d9-40fb-a391-ba32aa6bbf42"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T000215Z:b2076af6-e337-4f29-ba43-9e869395a705"
+ "WESTCENTRALUS:20201120T220318Z:42e2cafd-51d9-40fb-a391-ba32aa6bbf42"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:02:14 GMT"
+ "Fri, 20 Nov 2020 22:03:17 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,19 +171,19 @@
"-1"
],
"Content-Length": [
- "1944"
+ "2015"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/testMG\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-05-01\",\r\n \"id\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001\",\r\n \"location\": \"East US\",\r\n \"name\": \"rg-001\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"location\": \"East US\",\r\n \"name\": \"tagsa1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"a853a4e5-248a-441a-8d82-87c6d0ba6fd5\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/testMG\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-05-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\",\r\n \"location\": \"East US\",\r\n \"name\": \"rg-001\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"location\": \"East US\",\r\n \"name\": \"tagsa1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd5598"
+ "csmd1387"
]
},
"Variables": {
- "SubscriptionId": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "SubscriptionId": "a1bfa635-f2bf-42f1-86b5-848c674fc321"
}
}
\ No newline at end of file
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
index 8ef1e97fc46e..711a7e8a5d92 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtManagementGroupScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Resources/deployments/csmd5343/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3Rlc3RNRy9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTM0My93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Resources/deployments/csmd7586/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFuYWdlbWVudC9tYW5hZ2VtZW50R3JvdXBzL3RhZy1tZy1zZGsvcHJvdmlkZXJzL01pY3Jvc29mdC5SZXNvdXJjZXMvZGVwbG95bWVudHMvY3NtZDc1ODYvd2hhdElmP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupName\": {\r\n \"value\": \"testMG\"\r\n },\r\n \"subscriptionId\": {\r\n \"value\": \"a93e8c5c-63cb-4635-933f-6d166ac25187\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tagsa1\"\r\n },\r\n \"managementGroupName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"tag-mg-sdk\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'))]\",\r\n \"policyDefinitionId\": \"[concat('/providers/Microsoft.Management/managementGroups/', parameters('managementGroupName'), '/providers/', 'Microsoft.Authorization/policyDefinitions/', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sdktest-subnested\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"West US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"rg-001\",\r\n \"apiVersion\": \"2018-05-01\",\r\n \"location\": \"East US\",\r\n \"properties\": {}\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"rg-001\",\r\n \"dependsOn\": [\r\n \"rg-001\"\r\n ],\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"managementGroupName\": {\r\n \"value\": \"testMG\"\r\n },\r\n \"subscriptionId\": {\r\n \"value\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ff2d97f5-6a9e-4020-b84b-0815d3d16358"
+ "9d989e6c-4307-47b7-8695-f9998729ff79"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,7 +33,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQ1MzQzLTdGQjgyMzQxOjJEMkU4MToyRDQ5NjE6MkRCREI4OjJEOENDREU3OERFOTg0Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDc1ODYtMzZDQThBMEY6MkQ2OTgzOjJENDBGNzoyRDg2Mjk6MkRCMDI1MjZGRUFFMDciLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -42,13 +42,13 @@
"1199"
],
"x-ms-request-id": [
- "7fb82341-2e81-4961-bdb8-8ccde78de984"
+ "36ca8a0f-6983-40f7-8629-b02526feae07"
],
"x-ms-correlation-request-id": [
- "7fb82341-2e81-4961-bdb8-8ccde78de984"
+ "36ca8a0f-6983-40f7-8629-b02526feae07"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200710T235534Z:7fb82341-2e81-4961-bdb8-8ccde78de984"
+ "WESTCENTRALUS:20201120T220328Z:36ca8a0f-6983-40f7-8629-b02526feae07"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Fri, 10 Jul 2020 23:55:33 GMT"
+ "Fri, 20 Nov 2020 22:03:27 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQ1MzQzLTdGQjgyMzQxOjJEMkU4MToyRDQ5NjE6MkRCREI4OjJEOENDREU3OERFOTg0Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFVlRWRTFITFVOVFRVUTFNelF6TFRkR1FqZ3lNelF4T2pKRU1rVTRNVG95UkRRNU5qRTZNa1JDUkVJNE9qSkVPRU5EUkVVM09FUkZPVGcwSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDc1ODYtMzZDQThBMEY6MkQ2OTgzOjJENDBGNzoyRDg2Mjk6MkRCMDI1MjZGRUFFMDciLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFRkhPakpFVFVjNk1rUlRSRXN0UTFOTlJEYzFPRFl0TXpaRFFUaEJNRVk2TWtRMk9UZ3pPakpFTkRCR056b3lSRGcyTWprNk1rUkNNREkxTWpaR1JVRkZNRGNpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -93,13 +93,13 @@
"11999"
],
"x-ms-request-id": [
- "7a552ca5-be6e-421c-a39a-1703609f5e26"
+ "b6ee4448-fef8-4fcb-adda-370ae768a404"
],
"x-ms-correlation-request-id": [
- "7a552ca5-be6e-421c-a39a-1703609f5e26"
+ "b6ee4448-fef8-4fcb-adda-370ae768a404"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200710T235549Z:7a552ca5-be6e-421c-a39a-1703609f5e26"
+ "WESTCENTRALUS:20201120T220343Z:b6ee4448-fef8-4fcb-adda-370ae768a404"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Fri, 10 Jul 2020 23:55:49 GMT"
+ "Fri, 20 Nov 2020 22:03:42 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "642"
+ "705"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"36ca8a0f-6983-40f7-8629-b02526feae07\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEVTVE1HLUNTTUQ1MzQzLTdGQjgyMzQxOjJEMkU4MToyRDQ5NjE6MkRCREI4OjJEOENDREU3OERFOTg0Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFVlRWRTFITFVOVFRVUTFNelF6TFRkR1FqZ3lNelF4T2pKRU1rVTRNVG95UkRRNU5qRTZNa1JDUkVJNE9qSkVPRU5EUkVVM09FUkZPVGcwSWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItVEFHOjJETUc6MkRTREstQ1NNRDc1ODYtMzZDQThBMEY6MkQ2OTgzOjJENDBGNzoyRDg2Mjk6MkRCMDI1MjZGRUFFMDciLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFZFRkhPakpFVFVjNk1rUlRSRXN0UTFOTlJEYzFPRFl0TXpaRFFUaEJNRVk2TWtRMk9UZ3pPakpFTkRCR056b3lSRGcyTWprNk1rUkNNREkxTWpaR1JVRkZNRGNpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -147,13 +147,13 @@
"11998"
],
"x-ms-request-id": [
- "af43635f-4834-48b2-8c01-ed0199b0b117"
+ "396dfbe1-80c6-4b1b-b8d6-85e729ac8a27"
],
"x-ms-correlation-request-id": [
- "af43635f-4834-48b2-8c01-ed0199b0b117"
+ "396dfbe1-80c6-4b1b-b8d6-85e729ac8a27"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200710T235550Z:af43635f-4834-48b2-8c01-ed0199b0b117"
+ "WESTCENTRALUS:20201120T220343Z:396dfbe1-80c6-4b1b-b8d6-85e729ac8a27"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Fri, 10 Jul 2020 23:55:49 GMT"
+ "Fri, 20 Nov 2020 22:03:43 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,19 +171,19 @@
"-1"
],
"Content-Length": [
- "642"
+ "705"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/testMG/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"36ca8a0f-6983-40f7-8629-b02526feae07\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/tag-mg-sdk/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/rg-001/providers/Microsoft.Storage/storageAccounts/tagsa1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd5343"
+ "csmd7586"
]
},
"Variables": {
- "SubscriptionId": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "SubscriptionId": "a1bfa635-f2bf-42f1-86b5-848c674fc321"
}
}
\ No newline at end of file
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_BlankTemplate_ReturnsNoChange.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_BlankTemplate_ReturnsNoChange.json
index 3010157438bf..d680ecaf5422 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_BlankTemplate_ReturnsNoChange.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_BlankTemplate_ReturnsNoChange.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd6649/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ2NjQ5L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd3756/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQzNzU2L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [],\r\n \"outputs\": {}\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c46a0232-42f9-4c4d-b8b1-3189cb35a5bb"
+ "39421ff1-a099-4b3c-951d-da2d9e56abc6"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,7 +33,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ2NjQ5LTk0NkZFNkZCOjJEMTlFQzoyRDQzN0I6MkQ5QUJCOjJEODRDQ0IxMEU3ODgzIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQzNzU2LUIxNjUyRTM2OjJERDEyNjoyRDRERDE6MkQ4Qzk4OjJENUZGMTI0MzdDRjcxIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -42,13 +42,13 @@
"1199"
],
"x-ms-request-id": [
- "946fe6fb-19ec-437b-9abb-84ccb10e7883"
+ "b1652e36-d126-4dd1-8c98-5ff12437cf71"
],
"x-ms-correlation-request-id": [
- "946fe6fb-19ec-437b-9abb-84ccb10e7883"
+ "b1652e36-d126-4dd1-8c98-5ff12437cf71"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234233Z:946fe6fb-19ec-437b-9abb-84ccb10e7883"
+ "WESTCENTRALUS:20201118T210401Z:b1652e36-d126-4dd1-8c98-5ff12437cf71"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:42:32 GMT"
+ "Wed, 18 Nov 2020 21:04:01 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ2NjQ5LTk0NkZFNkZCOjJEMTlFQzoyRDQzN0I6MkQ5QUJCOjJEODRDQ0IxMEU3ODgzIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEyTmpRNUxUazBOa1pGTmtaQ09qSkVNVGxGUXpveVJEUXpOMEk2TWtRNVFVSkNPakpFT0RSRFEwSXhNRVUzT0Rneklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQzNzU2LUIxNjUyRTM2OjJERDEyNjoyRDRERDE6MkQ4Qzk4OjJENUZGMTI0MzdDRjcxIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF6TnpVMkxVSXhOalV5UlRNMk9qSkVSREV5TmpveVJEUkVSREU2TWtRNFF6azRPakpFTlVaR01USTBNemREUmpjeElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -93,13 +93,13 @@
"11999"
],
"x-ms-request-id": [
- "5ae32f30-e077-498b-98ea-3ab8ed9114ca"
+ "e779712c-26ce-4d5e-bd3d-156222d1f97a"
],
"x-ms-correlation-request-id": [
- "5ae32f30-e077-498b-98ea-3ab8ed9114ca"
+ "e779712c-26ce-4d5e-bd3d-156222d1f97a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234248Z:5ae32f30-e077-498b-98ea-3ab8ed9114ca"
+ "WESTCENTRALUS:20201118T210416Z:e779712c-26ce-4d5e-bd3d-156222d1f97a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:42:48 GMT"
+ "Wed, 18 Nov 2020 21:04:16 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"b1652e36-d126-4dd1-8c98-5ff12437cf71\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ2NjQ5LTk0NkZFNkZCOjJEMTlFQzoyRDQzN0I6MkQ5QUJCOjJEODRDQ0IxMEU3ODgzIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEyTmpRNUxUazBOa1pGTmtaQ09qSkVNVGxGUXpveVJEUXpOMEk2TWtRNVFVSkNPakpFT0RSRFEwSXhNRVUzT0Rneklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQzNzU2LUIxNjUyRTM2OjJERDEyNjoyRDRERDE6MkQ4Qzk4OjJENUZGMTI0MzdDRjcxIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF6TnpVMkxVSXhOalV5UlRNMk9qSkVSREV5TmpveVJEUkVSREU2TWtRNFF6azRPakpFTlVaR01USTBNemREUmpjeElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -147,13 +147,13 @@
"11998"
],
"x-ms-request-id": [
- "483fb7cc-d537-41cb-a34e-9d5b185bfc0d"
+ "7bbc7860-537d-4b26-ad1f-ab7c88482141"
],
"x-ms-correlation-request-id": [
- "483fb7cc-d537-41cb-a34e-9d5b185bfc0d"
+ "7bbc7860-537d-4b26-ad1f-ab7c88482141"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234249Z:483fb7cc-d537-41cb-a34e-9d5b185bfc0d"
+ "WESTCENTRALUS:20201118T210417Z:7bbc7860-537d-4b26-ad1f-ab7c88482141"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:42:48 GMT"
+ "Wed, 18 Nov 2020 21:04:16 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,16 +171,16 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"b1652e36-d126-4dd1-8c98-5ff12437cf71\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd6649"
+ "csmd3756"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_CreateResources_ReturnsCreateChanges.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_CreateResources_ReturnsCreateChanges.json
index bd827f41f709..9a12781f6d54 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_CreateResources_ReturnsCreateChanges.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_CreateResources_ReturnsCreateChanges.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "739a419d-54f2-42ea-b27c-1bde9592b4f5"
+ "263370e6-b845-496e-be25-4e4945676f1e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "1df39b20-a5e3-454e-b0df-3230cf7220be"
+ "e26c0a62-79f0-45b2-9646-9568fd1c78ca"
],
"x-ms-correlation-request-id": [
- "1df39b20-a5e3-454e-b0df-3230cf7220be"
+ "e26c0a62-79f0-45b2-9646-9568fd1c78ca"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234259Z:1df39b20-a5e3-454e-b0df-3230cf7220be"
+ "WESTCENTRALUS:20201118T211601Z:e26c0a62-79f0-45b2-9646-9568fd1c78ca"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:42:58 GMT"
+ "Wed, 18 Nov 2020 21:16:00 GMT"
],
"Content-Length": [
"213"
@@ -67,22 +67,22 @@
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd2953/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyOTUzL3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5880/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1ODgwL3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"whatifnetsdktest1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1a1f3a88-1438-4952-963d-4b9789ca6f7d"
+ "7966b94e-e711-4b38-b242-4e72614c077c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,7 +99,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQyOTUzLTc4NDgyNjI3OjJERUU1ODoyRDQ1QzQ6MkRBQTU3OjJEN0MzRkIxM0Y1MkMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ1ODgwLTNBOUY1ODIyOjJENENDMjoyRDQ0OUY6MkRBRkVCOjJEQTk5MDZDMDEyQjY3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -108,13 +108,13 @@
"1199"
],
"x-ms-request-id": [
- "78482627-ee58-45c4-aa57-7c3fb13f52c2"
+ "3a9f5822-4cc2-449f-afeb-a9906c012b67"
],
"x-ms-correlation-request-id": [
- "78482627-ee58-45c4-aa57-7c3fb13f52c2"
+ "3a9f5822-4cc2-449f-afeb-a9906c012b67"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234300Z:78482627-ee58-45c4-aa57-7c3fb13f52c2"
+ "WESTCENTRALUS:20201118T211602Z:3a9f5822-4cc2-449f-afeb-a9906c012b67"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -123,7 +123,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:42:59 GMT"
+ "Wed, 18 Nov 2020 21:16:01 GMT"
],
"Expires": [
"-1"
@@ -136,16 +136,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQyOTUzLTc4NDgyNjI3OjJERUU1ODoyRDQ1QzQ6MkRBQTU3OjJEN0MzRkIxM0Y1MkMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF5T1RVekxUYzRORGd5TmpJM09qSkVSVVUxT0RveVJEUTFRelE2TWtSQlFUVTNPakpFTjBNelJrSXhNMFkxTWtNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ1ODgwLTNBOUY1ODIyOjJENENDMjoyRDQ0OUY6MkRBRkVCOjJEQTk5MDZDMDEyQjY3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVExT0Rnd0xUTkJPVVkxT0RJeU9qSkVORU5ETWpveVJEUTBPVVk2TWtSQlJrVkNPakpFUVRrNU1EWkRNREV5UWpZM0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "aef5acc6-bd29-45f7-a4bf-90898c66f31d"
+ "3ed9f9d8-89d4-46d0-b38c-46432a8f0496"
],
"x-ms-correlation-request-id": [
- "aef5acc6-bd29-45f7-a4bf-90898c66f31d"
+ "3ed9f9d8-89d4-46d0-b38c-46432a8f0496"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234315Z:aef5acc6-bd29-45f7-a4bf-90898c66f31d"
+ "WESTCENTRALUS:20201118T211617Z:3ed9f9d8-89d4-46d0-b38c-46432a8f0496"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:43:15 GMT"
+ "Wed, 18 Nov 2020 21:16:16 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -183,23 +183,23 @@
"-1"
],
"Content-Length": [
- "649"
+ "704"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"3a9f5822-4cc2-449f-afeb-a9906c012b67\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQyOTUzLTc4NDgyNjI3OjJERUU1ODoyRDQ1QzQ6MkRBQTU3OjJEN0MzRkIxM0Y1MkMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF5T1RVekxUYzRORGd5TmpJM09qSkVSVVUxT0RveVJEUTFRelE2TWtSQlFUVTNPakpFTjBNelJrSXhNMFkxTWtNeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ1ODgwLTNBOUY1ODIyOjJENENDMjoyRDQ0OUY6MkRBRkVCOjJEQTk5MDZDMDEyQjY3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVExT0Rnd0xUTkJPVVkxT0RJeU9qSkVORU5ETWpveVJEUTBPVVk2TWtSQlJrVkNPakpFUVRrNU1EWkRNREV5UWpZM0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +213,13 @@
"11998"
],
"x-ms-request-id": [
- "fd3ee470-6012-4e35-8fae-885af1e0dec3"
+ "f7212146-20ab-4a0a-bcc8-770d456fecca"
],
"x-ms-correlation-request-id": [
- "fd3ee470-6012-4e35-8fae-885af1e0dec3"
+ "f7212146-20ab-4a0a-bcc8-770d456fecca"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234315Z:fd3ee470-6012-4e35-8fae-885af1e0dec3"
+ "WESTCENTRALUS:20201118T211617Z:f7212146-20ab-4a0a-bcc8-770d456fecca"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:43:15 GMT"
+ "Wed, 18 Nov 2020 21:16:16 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -237,16 +237,16 @@
"-1"
],
"Content-Length": [
- "649"
+ "704"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"3a9f5822-4cc2-449f-afeb-a9906c012b67\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd2953"
+ "csmd5880"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ModifyResources_ReturnsModifyChanges.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ModifyResources_ReturnsModifyChanges.json
index fd875275e137..a9f09b5ad857 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ModifyResources_ReturnsModifyChanges.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ModifyResources_ReturnsModifyChanges.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/SDK-test?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL1NESy10ZXN0P2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "459c5fc0-6336-4d99-a2a0-7d1fce28af5d"
+ "703f507f-43ab-47a6-91ba-b5cb7cf204e0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "754d69d2-5fd9-455b-9762-fd55d4955aae"
+ "055dd24e-fbf9-4422-bbc8-83167e4336ef"
],
"x-ms-correlation-request-id": [
- "754d69d2-5fd9-455b-9762-fd55d4955aae"
+ "055dd24e-fbf9-4422-bbc8-83167e4336ef"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234454Z:754d69d2-5fd9-455b-9762-fd55d4955aae"
+ "WESTCENTRALUS:20201118T211802Z:055dd24e-fbf9-4422-bbc8-83167e4336ef"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:44:54 GMT"
+ "Wed, 18 Nov 2020 21:18:01 GMT"
],
"Content-Length": [
"213"
@@ -67,22 +67,22 @@
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd7381?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ3MzgxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5820?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1ODIwP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"whatifnetsdktest1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0c1722f1-d4b2-40d2-a0df-73c6f40b5d2a"
+ "cd2a3469-e59f-4c6f-beea-b3c32f678e2f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd7381/operationStatuses/08586084781902529827?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5820/operationStatuses/08585958726023174351?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-request-id": [
- "8ad643e4-d0b4-46b8-802d-8ea46e7cca69"
+ "4d69ec96-e87b-48ce-a9a9-e66b174ac93b"
],
"x-ms-correlation-request-id": [
- "8ad643e4-d0b4-46b8-802d-8ea46e7cca69"
+ "4d69ec96-e87b-48ce-a9a9-e66b174ac93b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234457Z:8ad643e4-d0b4-46b8-802d-8ea46e7cca69"
+ "WESTCENTRALUS:20201118T211803Z:4d69ec96-e87b-48ce-a9a9-e66b174ac93b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,7 +120,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:44:56 GMT"
+ "Wed, 18 Nov 2020 21:18:03 GMT"
],
"Content-Length": [
"1243"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd7381\",\r\n \"name\": \"csmd7381\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"whatifnetsdktest1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-25T23:44:56.7020386Z\",\r\n \"duration\": \"PT1.4773978S\",\r\n \"correlationId\": \"8ad643e4-d0b4-46b8-802d-8ea46e7cca69\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5820\",\r\n \"name\": \"csmd5820\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"whatifnetsdktest1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-18T21:18:03.7563561Z\",\r\n \"duration\": \"PT0.5961707S\",\r\n \"correlationId\": \"4d69ec96-e87b-48ce-a9a9-e66b174ac93b\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd7381/operationStatuses/08586084781902529827?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ3MzgxL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0NzgxOTAyNTI5ODI3P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5820/operationStatuses/08585958726023174351?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1ODIwL29wZXJhdGlvblN0YXR1c2VzLzA4NTg1OTU4NzI2MDIzMTc0MzUxP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "6f6bfb31-2820-4307-b4ce-b140d7aed2bf"
+ "5a2888ce-343e-4b64-a597-5243a9f0ca3a"
],
"x-ms-correlation-request-id": [
- "6f6bfb31-2820-4307-b4ce-b140d7aed2bf"
+ "5a2888ce-343e-4b64-a597-5243a9f0ca3a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234527Z:6f6bfb31-2820-4307-b4ce-b140d7aed2bf"
+ "WESTCENTRALUS:20201118T211834Z:5a2888ce-343e-4b64-a597-5243a9f0ca3a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,61 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:45:27 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd7381/operationStatuses/08586084781902529827?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ3MzgxL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0NzgxOTAyNTI5ODI3P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-request-id": [
- "97d3cdd5-d325-46bc-aead-4fbffaed0060"
- ],
- "x-ms-correlation-request-id": [
- "97d3cdd5-d325-46bc-aead-4fbffaed0060"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234557Z:97d3cdd5-d325-46bc-aead-4fbffaed0060"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Thu, 25 Jun 2020 23:45:57 GMT"
+ "Wed, 18 Nov 2020 21:18:34 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -244,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd7381?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ3MzgxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5820?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1ODIwP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -264,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11998"
],
"x-ms-request-id": [
- "b6f3cb8f-b711-4978-b15b-98fc24892836"
+ "ffdebdf5-f16a-4bca-8c78-5efca3977fd0"
],
"x-ms-correlation-request-id": [
- "b6f3cb8f-b711-4978-b15b-98fc24892836"
+ "ffdebdf5-f16a-4bca-8c78-5efca3977fd0"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234558Z:b6f3cb8f-b711-4978-b15b-98fc24892836"
+ "WESTCENTRALUS:20201118T211834Z:ffdebdf5-f16a-4bca-8c78-5efca3977fd0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -282,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:45:57 GMT"
+ "Wed, 18 Nov 2020 21:18:34 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -294,26 +240,26 @@
"1660"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd7381\",\r\n \"name\": \"csmd7381\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"whatifnetsdktest1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:45:28.3515164Z\",\r\n \"duration\": \"PT33.1268756S\",\r\n \"correlationId\": \"8ad643e4-d0b4-46b8-802d-8ea46e7cca69\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5820\",\r\n \"name\": \"csmd5820\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"templateHash\": \"17428175978634637131\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"whatifnetsdktest1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-18T21:18:32.0678597Z\",\r\n \"duration\": \"PT28.9076743S\",\r\n \"correlationId\": \"4d69ec96-e87b-48ce-a9a9-e66b174ac93b\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [\r\n null\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Resources\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deployments\",\r\n \"locations\": [\r\n null\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"dependsOn\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"resourceType\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"resourceName\": \"policy2\"\r\n }\r\n ],\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"resourceType\": \"Microsoft.Authorization/policyAssignments\",\r\n \"resourceName\": \"location-lock\"\r\n }\r\n ],\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd5786/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ1Nzg2L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd4178/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ0MTc4L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"FullResourcePayloads\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"westeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"whatifnetsdktest1\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "22d51ea5-9b85-444a-b1b1-4ecc16af472b"
+ "b17bb70c-3db3-4826-901a-25f7afab87dd"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -330,7 +276,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ1Nzg2LUFGMTZBOTYyOjJENDZFNjoyRDQ5M0Q6MkRBMDlFOjJENDdBQkE4NjkzQ0MzIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ0MTc4LUJEOTlBNzQ5OjJEM0M4NzoyRDQ1MTU6MkRBQjhEOjJENDJFMjNBODNGNjc5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -339,13 +285,13 @@
"1199"
],
"x-ms-request-id": [
- "af16a962-46e6-493d-a09e-47aba8693cc3"
+ "bd99a749-3c87-4515-ab8d-42e23a83f679"
],
"x-ms-correlation-request-id": [
- "af16a962-46e6-493d-a09e-47aba8693cc3"
+ "bd99a749-3c87-4515-ab8d-42e23a83f679"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234559Z:af16a962-46e6-493d-a09e-47aba8693cc3"
+ "WESTCENTRALUS:20201118T211835Z:bd99a749-3c87-4515-ab8d-42e23a83f679"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -354,7 +300,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:45:58 GMT"
+ "Wed, 18 Nov 2020 21:18:34 GMT"
],
"Expires": [
"-1"
@@ -367,16 +313,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ1Nzg2LUFGMTZBOTYyOjJENDZFNjoyRDQ5M0Q6MkRBMDlFOjJENDdBQkE4NjkzQ0MzIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVExTnpnMkxVRkdNVFpCT1RZeU9qSkVORFpGTmpveVJEUTVNMFE2TWtSQk1EbEZPakpFTkRkQlFrRTROamt6UTBNeklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ0MTc4LUJEOTlBNzQ5OjJEM0M4NzoyRDQ1MTU6MkRBQjhEOjJENDJFMjNBODNGNjc5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEwTVRjNExVSkVPVGxCTnpRNU9qSkVNME00TnpveVJEUTFNVFU2TWtSQlFqaEVPakpFTkRKRk1qTkJPRE5HTmpjNUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -387,16 +333,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11997"
],
"x-ms-request-id": [
- "a3d68c92-ff7d-461a-ba5b-353996bddbd7"
+ "4038577b-57e3-41df-8b49-a95c1c85244b"
],
"x-ms-correlation-request-id": [
- "a3d68c92-ff7d-461a-ba5b-353996bddbd7"
+ "4038577b-57e3-41df-8b49-a95c1c85244b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234614Z:a3d68c92-ff7d-461a-ba5b-353996bddbd7"
+ "WESTCENTRALUS:20201118T211850Z:4038577b-57e3-41df-8b49-a95c1c85244b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -405,7 +351,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:46:13 GMT"
+ "Wed, 18 Nov 2020 21:18:49 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -414,23 +360,23 @@
"-1"
],
"Content-Length": [
- "3441"
+ "3496"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"westeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.policyRule.if.equals\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"northeurope\",\r\n \"after\": \"westeurope\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\",\r\n \"before\": {\r\n \"apiVersion\": \"2020-06-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2020-06-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"bd99a749-3c87-4515-ab8d-42e23a83f679\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"westeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.policyRule.if.equals\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"northeurope\",\r\n \"after\": \"westeurope\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\",\r\n \"before\": {\r\n \"apiVersion\": \"2020-10-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2020-10-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ1Nzg2LUFGMTZBOTYyOjJENDZFNjoyRDQ5M0Q6MkRBMDlFOjJENDdBQkE4NjkzQ0MzIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVExTnpnMkxVRkdNVFpCT1RZeU9qSkVORFpGTmpveVJEUTVNMFE2TWtSQk1EbEZPakpFTkRkQlFrRTROamt6UTBNeklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ0MTc4LUJEOTlBNzQ5OjJEM0M4NzoyRDQ1MTU6MkRBQjhEOjJENDJFMjNBODNGNjc5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEwTVRjNExVSkVPVGxCTnpRNU9qSkVNME00TnpveVJEUTFNVFU2TWtSQlFqaEVPakpFTkRKRk1qTkJPRE5HTmpjNUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE15SW4wP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -441,16 +387,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11996"
],
"x-ms-request-id": [
- "a138f0ed-1481-495f-ba67-40f4da8c919f"
+ "78464790-9afa-4c27-947f-d2e422e3bfe7"
],
"x-ms-correlation-request-id": [
- "a138f0ed-1481-495f-ba67-40f4da8c919f"
+ "78464790-9afa-4c27-947f-d2e422e3bfe7"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234614Z:a138f0ed-1481-495f-ba67-40f4da8c919f"
+ "WESTCENTRALUS:20201118T211850Z:78464790-9afa-4c27-947f-d2e422e3bfe7"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -459,7 +405,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:46:14 GMT"
+ "Wed, 18 Nov 2020 21:18:50 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -468,17 +414,17 @@
"-1"
],
"Content-Length": [
- "3441"
+ "3496"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"westeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.policyRule.if.equals\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"northeurope\",\r\n \"after\": \"westeurope\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\",\r\n \"before\": {\r\n \"apiVersion\": \"2020-06-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2020-06-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"bd99a749-3c87-4515-ab8d-42e23a83f679\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"name\": \"location-lock\",\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyAssignments\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"mode\": \"Indexed\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"westeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.policyRule.if.equals\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"northeurope\",\r\n \"after\": \"westeurope\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"changeType\": \"Ignore\",\r\n \"before\": {\r\n \"apiVersion\": \"2020-10-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2020-10-01\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test\",\r\n \"location\": \"westus\",\r\n \"name\": \"SDK-test\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"changeType\": \"NoChange\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/SDK-test/providers/Microsoft.Storage/storageAccounts/whatifnetsdktest1\",\r\n \"location\": \"eastus\",\r\n \"name\": \"whatifnetsdktest1\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd7381",
- "csmd5786"
+ "csmd5820",
+ "csmd4178"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
index 85bc7968fd30..43396b597f9f 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtSubscriptionScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd6131/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ2MTMxL3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Resources/deployments/csmd9890/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ5ODkwL3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"armbuilddemo1801\"\r\n }\r\n },\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"dependsOn\": [\r\n \"policy2\"\r\n ],\r\n \"properties\": {\r\n \"scope\": \"[subscription().id]\",\r\n \"policyDefinitionId\": \"[resourceId('Microsoft.Authorization/policyDefinitions', 'policy2')]\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"rg-nested\",\r\n \"apiVersion\": \"2017-05-10\",\r\n \"resourceGroup\": \"SDK-test\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "466c47e9-a36b-4f0a-8d8d-5d2573100fda"
+ "b10c0eec-3669-48ad-9794-b88acb30704b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,22 +33,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ2MTMxLThCREU0QjE0OjJEMjRENDoyRDQ1Q0M6MkQ5OEUxOjJEREMxNDJBMUI5QTk3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5ODkwLTIzQTEzNjJGOjJEMzJDMjoyRDQ1NkM6MkQ4QjU5OjJENUMwRjA2RUUzQjNBIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1198"
],
"x-ms-request-id": [
- "8bde4b14-24d4-45cc-98e1-dc142a1b9a97"
+ "23a1362f-32c2-456c-8b59-5c0f06ee3b3a"
],
"x-ms-correlation-request-id": [
- "8bde4b14-24d4-45cc-98e1-dc142a1b9a97"
+ "23a1362f-32c2-456c-8b59-5c0f06ee3b3a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200626T000027Z:8bde4b14-24d4-45cc-98e1-dc142a1b9a97"
+ "WESTCENTRALUS:20201118T212543Z:23a1362f-32c2-456c-8b59-5c0f06ee3b3a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Fri, 26 Jun 2020 00:00:27 GMT"
+ "Wed, 18 Nov 2020 21:25:43 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ2MTMxLThCREU0QjE0OjJEMjRENDoyRDQ1Q0M6MkQ5OEUxOjJEREMxNDJBMUI5QTk3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEyTVRNeExUaENSRVUwUWpFME9qSkVNalJFTkRveVJEUTFRME02TWtRNU9FVXhPakpFUkVNeE5ESkJNVUk1UVRrM0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5ODkwLTIzQTEzNjJGOjJEMzJDMjoyRDQ1NkM6MkQ4QjU5OjJENUMwRjA2RUUzQjNBIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVE1T0Rrd0xUSXpRVEV6TmpKR09qSkVNekpETWpveVJEUTFOa002TWtRNFFqVTVPakpFTlVNd1JqQTJSVVV6UWpOQklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -90,16 +90,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11997"
],
"x-ms-request-id": [
- "314eafe5-cec8-4b96-8dc5-cdbc6ec503e2"
+ "4498e827-483a-48bd-ba43-ae7dc881625b"
],
"x-ms-correlation-request-id": [
- "314eafe5-cec8-4b96-8dc5-cdbc6ec503e2"
+ "4498e827-483a-48bd-ba43-ae7dc881625b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200626T000042Z:314eafe5-cec8-4b96-8dc5-cdbc6ec503e2"
+ "WESTCENTRALUS:20201118T212559Z:4498e827-483a-48bd-ba43-ae7dc881625b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Fri, 26 Jun 2020 00:00:41 GMT"
+ "Wed, 18 Nov 2020 21:25:58 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "357"
+ "412"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"23a1362f-32c2-456c-8b59-5c0f06ee3b3a\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ2MTMxLThCREU0QjE0OjJEMjRENDoyRDQ1Q0M6MkQ5OEUxOjJEREMxNDJBMUI5QTk3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEyTVRNeExUaENSRVUwUWpFME9qSkVNalJFTkRveVJEUTFRME02TWtRNU9FVXhPakpFUkVNeE5ESkJNVUk1UVRrM0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5ODkwLTIzQTEzNjJGOjJEMzJDMjoyRDQ1NkM6MkQ4QjU5OjJENUMwRjA2RUUzQjNBIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVE1T0Rrd0xUSXpRVEV6TmpKR09qSkVNekpETWpveVJEUTFOa002TWtRNFFqVTVPakpFTlVNd1JqQTJSVVV6UWpOQklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -144,16 +144,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11996"
],
"x-ms-request-id": [
- "73d4eb96-74b3-4173-9dc5-ee86b81638e5"
+ "f66dd331-5fcc-4517-8455-345d18cf2804"
],
"x-ms-correlation-request-id": [
- "73d4eb96-74b3-4173-9dc5-ee86b81638e5"
+ "f66dd331-5fcc-4517-8455-345d18cf2804"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200626T000042Z:73d4eb96-74b3-4173-9dc5-ee86b81638e5"
+ "WESTCENTRALUS:20201118T212559Z:f66dd331-5fcc-4517-8455-345d18cf2804"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Fri, 26 Jun 2020 00:00:42 GMT"
+ "Wed, 18 Nov 2020 21:25:58 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,16 +171,16 @@
"-1"
],
"Content-Length": [
- "357"
+ "412"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"23a1362f-32c2-456c-8b59-5c0f06ee3b3a\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd6131"
+ "csmd9890"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_BlankTemplate_ReturnsNoChange.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_BlankTemplate_ReturnsNoChange.json
index 74b0a5fcca7e..1dd0dd78d040 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_BlankTemplate_ReturnsNoChange.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_BlankTemplate_ReturnsNoChange.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csmd9929/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ5OTI5L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csmd3895/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQzODk1L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [],\r\n \"outputs\": {}\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a5850988-1355-42b8-9c52-a1243516120e"
+ "6682d4d8-6af2-408a-b2b5-d48bf625bca8"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,7 +33,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5OTI5LURFMzEwRUQyOjJENDFCNToyRDQzNDY6MkRBQjkyOjJENTNFMDhCRDdGMjlCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQzODk1LUJBODVDRTBCOjJERDE2QzoyRDQxOUM6MkQ5MjExOjJEQzE1RUMwNkMyRjFFIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -42,13 +42,13 @@
"1199"
],
"x-ms-request-id": [
- "de310ed2-41b5-4346-ab92-53e08bd7f29b"
+ "ba85ce0b-d16c-419c-9211-c15ec06c2f1e"
],
"x-ms-correlation-request-id": [
- "de310ed2-41b5-4346-ab92-53e08bd7f29b"
+ "ba85ce0b-d16c-419c-9211-c15ec06c2f1e"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T002603Z:de310ed2-41b5-4346-ab92-53e08bd7f29b"
+ "WESTCENTRALUS:20201120T170323Z:ba85ce0b-d16c-419c-9211-c15ec06c2f1e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:26:02 GMT"
+ "Fri, 20 Nov 2020 17:03:23 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5OTI5LURFMzEwRUQyOjJENDFCNToyRDQzNDY6MkRBQjkyOjJENTNFMDhCRDdGMjlCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVE1T1RJNUxVUkZNekV3UlVReU9qSkVOREZDTlRveVJEUXpORFk2TWtSQlFqa3lPakpFTlRORk1EaENSRGRHTWpsQ0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQzODk1LUJBODVDRTBCOjJERDE2QzoyRDQxOUM6MkQ5MjExOjJEQzE1RUMwNkMyRjFFIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF6T0RrMUxVSkJPRFZEUlRCQ09qSkVSREUyUXpveVJEUXhPVU02TWtRNU1qRXhPakpFUXpFMVJVTXdOa015UmpGRklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -93,13 +93,13 @@
"11999"
],
"x-ms-request-id": [
- "c6ebf07d-6432-43b1-854b-47662cf104c4"
+ "3e323e4c-a0d8-43e3-8c2e-67e8e069e1e0"
],
"x-ms-correlation-request-id": [
- "c6ebf07d-6432-43b1-854b-47662cf104c4"
+ "3e323e4c-a0d8-43e3-8c2e-67e8e069e1e0"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T002618Z:c6ebf07d-6432-43b1-854b-47662cf104c4"
+ "WESTCENTRALUS:20201120T170338Z:3e323e4c-a0d8-43e3-8c2e-67e8e069e1e0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:26:17 GMT"
+ "Fri, 20 Nov 2020 17:03:38 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"ba85ce0b-d16c-419c-9211-c15ec06c2f1e\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5OTI5LURFMzEwRUQyOjJENDFCNToyRDQzNDY6MkRBQjkyOjJENTNFMDhCRDdGMjlCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVE1T1RJNUxVUkZNekV3UlVReU9qSkVOREZDTlRveVJEUXpORFk2TWtSQlFqa3lPakpFTlRORk1EaENSRGRHTWpsQ0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQzODk1LUJBODVDRTBCOjJERDE2QzoyRDQxOUM6MkQ5MjExOjJEQzE1RUMwNkMyRjFFIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF6T0RrMUxVSkJPRFZEUlRCQ09qSkVSREUyUXpveVJEUXhPVU02TWtRNU1qRXhPakpFUXpFMVJVTXdOa015UmpGRklpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -147,13 +147,13 @@
"11998"
],
"x-ms-request-id": [
- "a114e5cf-d97d-497d-96c9-ba9163081141"
+ "102aca5f-da48-4318-a5fe-f9fe8ee8bff5"
],
"x-ms-correlation-request-id": [
- "a114e5cf-d97d-497d-96c9-ba9163081141"
+ "102aca5f-da48-4318-a5fe-f9fe8ee8bff5"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T002618Z:a114e5cf-d97d-497d-96c9-ba9163081141"
+ "WESTCENTRALUS:20201120T170339Z:102aca5f-da48-4318-a5fe-f9fe8ee8bff5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:26:18 GMT"
+ "Fri, 20 Nov 2020 17:03:38 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,19 +171,19 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"ba85ce0b-d16c-419c-9211-c15ec06c2f1e\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd9929"
+ "csmd3895"
]
},
"Variables": {
- "SubscriptionId": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "SubscriptionId": "ce7f58b7-53c8-4806-ad09-18b516f85d4a"
}
}
\ No newline at end of file
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json
index 2e8f13f721fc..f7b70a127844 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_FullResourcePayloadMode_ReturnsChangesWithPayloads.json
@@ -1,28 +1,28 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csmd1779/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQxNzc5L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csmd9273/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ5MjczL3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"FullResourcePayloads\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a93e8c5c-63cb-4635-933f-6d166ac25187\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-app\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"FullResourcePayloads\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-role\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0fa74ccf-d314-49c0-adca-20e4aeb7cecb"
+ "b93395f4-f0bb-4837-9a5a-04e7e97bb6c0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "3861"
+ "3862"
]
},
"ResponseHeaders": {
@@ -33,7 +33,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQxNzc5LTk5N0U5NjNEOjJENDBDOToyRDRCMUQ6MkQ4NkEyOjJEOEQ5OTQzMkEzMDU4Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5MjczLTY4NUE1OTlEOjJEQzY2MDoyRDRBM0E6MkQ4NUQ2OjJEMTMxNDY5RDU5NTA3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -42,13 +42,13 @@
"1199"
],
"x-ms-request-id": [
- "997e963d-40c9-4b1d-86a2-8d99432a3058"
+ "685a599d-c660-4a3a-85d6-131469d59507"
],
"x-ms-correlation-request-id": [
- "997e963d-40c9-4b1d-86a2-8d99432a3058"
+ "685a599d-c660-4a3a-85d6-131469d59507"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T002014Z:997e963d-40c9-4b1d-86a2-8d99432a3058"
+ "WESTCENTRALUS:20201120T215101Z:685a599d-c660-4a3a-85d6-131469d59507"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:20:13 GMT"
+ "Fri, 20 Nov 2020 21:51:00 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQxNzc5LTk5N0U5NjNEOjJENDBDOToyRDRCMUQ6MkQ4NkEyOjJEOEQ5OTQzMkEzMDU4Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF4TnpjNUxUazVOMFU1TmpORU9qSkVOREJET1RveVJEUkNNVVE2TWtRNE5rRXlPakpFT0VRNU9UUXpNa0V6TURVNElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5MjczLTY4NUE1OTlEOjJEQzY2MDoyRDRBM0E6MkQ4NUQ2OjJEMTMxNDY5RDU5NTA3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVE1TWpjekxUWTROVUUxT1RsRU9qSkVRelkyTURveVJEUkJNMEU2TWtRNE5VUTJPakpFTVRNeE5EWTVSRFU1TlRBM0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -93,13 +93,13 @@
"11999"
],
"x-ms-request-id": [
- "1a7e6ca4-c5ad-47cc-ae81-670a2fab51c4"
+ "c077fe82-3218-4071-a4b8-60c205a135cc"
],
"x-ms-correlation-request-id": [
- "1a7e6ca4-c5ad-47cc-ae81-670a2fab51c4"
+ "c077fe82-3218-4071-a4b8-60c205a135cc"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T002029Z:1a7e6ca4-c5ad-47cc-ae81-670a2fab51c4"
+ "WESTCENTRALUS:20201120T215116Z:c077fe82-3218-4071-a4b8-60c205a135cc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:20:28 GMT"
+ "Fri, 20 Nov 2020 21:51:16 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "1481"
+ "1537"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-07-01\",\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"name\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"properties\": {\r\n \"assignableScopes\": [\r\n \"/providers/Microsoft.Management/managementGroups/gopremra-testmg\"\r\n ],\r\n \"description\": \"something\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ]\r\n }\r\n ],\r\n \"roleName\": \"test-app\",\r\n \"type\": \"CustomRole\"\r\n },\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2019-07-01\",\r\n \"id\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/sdk-testrg\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sdk-testrg\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"685a599d-c660-4a3a-85d6-131469d59507\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-07-01\",\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"name\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"properties\": {\r\n \"assignableScopes\": [\r\n \"/providers/Microsoft.Management/managementGroups/gopremra-testmg\"\r\n ],\r\n \"description\": \"something\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ]\r\n }\r\n ],\r\n \"roleName\": \"test-role\",\r\n \"type\": \"CustomRole\"\r\n },\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2019-07-01\",\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sdk-testrg\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQxNzc5LTk5N0U5NjNEOjJENDBDOToyRDRCMUQ6MkQ4NkEyOjJEOEQ5OTQzMkEzMDU4Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF4TnpjNUxUazVOMFU1TmpORU9qSkVOREJET1RveVJEUkNNVVE2TWtRNE5rRXlPakpFT0VRNU9UUXpNa0V6TURVNElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ5MjczLTY4NUE1OTlEOjJEQzY2MDoyRDRBM0E6MkQ4NUQ2OjJEMTMxNDY5RDU5NTA3Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVE1TWpjekxUWTROVUUxT1RsRU9qSkVRelkyTURveVJEUkJNMEU2TWtRNE5VUTJPakpFTVRNeE5EWTVSRFU1TlRBM0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -147,13 +147,13 @@
"11998"
],
"x-ms-request-id": [
- "f20d6601-49f6-455c-bb5b-68c646a198c9"
+ "474a1896-b03f-4313-95ec-503202201c6e"
],
"x-ms-correlation-request-id": [
- "f20d6601-49f6-455c-bb5b-68c646a198c9"
+ "474a1896-b03f-4313-95ec-503202201c6e"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T002030Z:f20d6601-49f6-455c-bb5b-68c646a198c9"
+ "WESTCENTRALUS:20201120T215117Z:474a1896-b03f-4313-95ec-503202201c6e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:20:29 GMT"
+ "Fri, 20 Nov 2020 21:51:17 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,19 +171,19 @@
"-1"
],
"Content-Length": [
- "1481"
+ "1537"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-07-01\",\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"name\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"properties\": {\r\n \"assignableScopes\": [\r\n \"/providers/Microsoft.Management/managementGroups/gopremra-testmg\"\r\n ],\r\n \"description\": \"something\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ]\r\n }\r\n ],\r\n \"roleName\": \"test-app\",\r\n \"type\": \"CustomRole\"\r\n },\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2019-07-01\",\r\n \"id\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/sdk-testrg\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sdk-testrg\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"685a599d-c660-4a3a-85d6-131469d59507\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2018-07-01\",\r\n \"id\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"name\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"properties\": {\r\n \"assignableScopes\": [\r\n \"/providers/Microsoft.Management/managementGroups/gopremra-testmg\"\r\n ],\r\n \"description\": \"something\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ]\r\n }\r\n ],\r\n \"roleName\": \"test-role\",\r\n \"type\": \"CustomRole\"\r\n },\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2016-12-01\",\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"name\": \"policy2\",\r\n \"properties\": {\r\n \"policyRule\": {\r\n \"if\": {\r\n \"equals\": \"northeurope\",\r\n \"field\": \"location\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n },\r\n \"policyType\": \"Custom\"\r\n },\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\"\r\n }\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Create\",\r\n \"after\": {\r\n \"apiVersion\": \"2019-07-01\",\r\n \"id\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sdk-testrg\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd1779"
+ "csmd9273"
]
},
"Variables": {
- "SubscriptionId": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "SubscriptionId": "ce7f58b7-53c8-4806-ad09-18b516f85d4a"
}
}
\ No newline at end of file
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
index 624421977a78..7717663b4494 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIfAtTenantScope_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/providers/Microsoft.Resources/deployments/csmd4718/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQ0NzE4L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/providers/Microsoft.Resources/deployments/csmd2659/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL2RlcGxveW1lbnRzL2NzbWQyNjU5L3doYXRJZj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"a93e8c5c-63cb-4635-933f-6d166ac25187\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-app\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"managementGroupId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"gopremra-testmg\"\r\n },\r\n \"subscriptionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ce7f58b7-53c8-4806-ad09-18b516f85d4a\"\r\n },\r\n \"roleDefinitionId\": {\r\n \"type\": \"string\",\r\n \"defaultValue\": \"3e2c15b3-905c-4b0f-8313-c48ae01ccdde\"\r\n }\r\n },\r\n \"variables\": {\r\n \"managementGroupScope\": \"[concat('Microsoft.Management/managementGroups/', parameters('managementGroupId'))]\",\r\n \"managementGroupFullyQualifiedId\": \"[concat('/providers/', variables('managementGroupScope'))]\"\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/roleDefinitions\",\r\n \"name\": \"[parameters('roleDefinitionId')]\",\r\n \"apiVersion\": \"2018-07-01\",\r\n \"properties\": {\r\n \"roleName\": \"test-app\",\r\n \"description\": \"something\",\r\n \"type\": \"CustomRole\",\r\n \"permissions\": [\r\n {\r\n \"actions\": [\r\n \"Microsoft.Storage/*/read\"\r\n ],\r\n \"notActions\": []\r\n }\r\n ],\r\n \"assignableScopes\": [\r\n \"[variables('managementGroupFullyQualifiedId')]\"\r\n ]\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"mg-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"scope\": \"[variables('managementGroupScope')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"policy2\",\r\n \"apiVersion\": \"2016-12-01\",\r\n \"properties\": {\r\n \"policyType\": \"Custom\",\r\n \"parameters\": {},\r\n \"policyRule\": {\r\n \"if\": {\r\n \"field\": \"location\",\r\n \"equals\": \"northeurope\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"name\": \"sub-nested\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US\",\r\n \"subscriptionId\": \"[parameters('subscriptionId')]\",\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"name\": \"sdk-testrg\",\r\n \"apiVersion\": \"2019-07-01\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {}\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n }\r\n ]\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4f6e188f-e841-4308-95a0-8bbcbf141013"
+ "73720a11-1f96-4e6e-bba2-93bf92fd2397"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -33,7 +33,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ0NzE4LTJEMERCRjhEOjJENDBFNzoyRDRFNkE6MkRCMTE4OjJEMDE5RTY5RkZEREQ4Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQyNjU5LTNDQUVENDk5OjJENDFENzoyRDRFQzY6MkRCREE3OjJENzY1NzA5OTU0OTdCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -42,13 +42,13 @@
"1199"
],
"x-ms-request-id": [
- "2d0dbf8d-40e7-4e6a-b118-019e69ffddd8"
+ "3caed499-41d7-4ec6-bda7-76570995497b"
],
"x-ms-correlation-request-id": [
- "2d0dbf8d-40e7-4e6a-b118-019e69ffddd8"
+ "3caed499-41d7-4ec6-bda7-76570995497b"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T001059Z:2d0dbf8d-40e7-4e6a-b118-019e69ffddd8"
+ "WESTCENTRALUS:20201120T170447Z:3caed499-41d7-4ec6-bda7-76570995497b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -57,7 +57,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:10:58 GMT"
+ "Fri, 20 Nov 2020 17:04:46 GMT"
],
"Expires": [
"-1"
@@ -70,16 +70,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ0NzE4LTJEMERCRjhEOjJENDBFNzoyRDRFNkE6MkRCMTE4OjJEMDE5RTY5RkZEREQ4Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEwTnpFNExUSkVNRVJDUmpoRU9qSkVOREJGTnpveVJEUkZOa0U2TWtSQ01URTRPakpFTURFNVJUWTVSa1pFUkVRNElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQyNjU5LTNDQUVENDk5OjJENDFENzoyRDRFQzY6MkRCREE3OjJENzY1NzA5OTU0OTdCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF5TmpVNUxUTkRRVVZFTkRrNU9qSkVOREZFTnpveVJEUkZRelk2TWtSQ1JFRTNPakpFTnpZMU56QTVPVFUwT1RkQ0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -93,13 +93,13 @@
"11999"
],
"x-ms-request-id": [
- "3eed9d52-6023-46cd-a923-cde85ddc6ae1"
+ "af5bc364-fe31-4412-a906-510c64c4de06"
],
"x-ms-correlation-request-id": [
- "3eed9d52-6023-46cd-a923-cde85ddc6ae1"
+ "af5bc364-fe31-4412-a906-510c64c4de06"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T001114Z:3eed9d52-6023-46cd-a923-cde85ddc6ae1"
+ "WESTCENTRALUS:20201120T170503Z:af5bc364-fe31-4412-a906-510c64c4de06"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -108,7 +108,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:11:14 GMT"
+ "Fri, 20 Nov 2020 17:05:02 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -117,23 +117,23 @@
"-1"
],
"Content-Length": [
- "457"
+ "512"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"3caed499-41d7-4ec6-bda7-76570995497b\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Deploy\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQ0NzE4LTJEMERCRjhEOjJENDBFNzoyRDRFNkE6MkRCMTE4OjJEMDE5RTY5RkZEREQ4Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVEwTnpFNExUSkVNRVJDUmpoRU9qSkVOREJGTnpveVJEUkZOa0U2TWtSQ01URTRPakpFTURFNVJUWTVSa1pFUkVRNElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/providers/Microsoft.Resources/operationResults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItLUNTTUQyNjU5LTNDQUVENDk5OjJENDFENzoyRDRFQzY6MkRCREE3OjJENzY1NzA5OTU0OTdCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVzb3VyY2VzL29wZXJhdGlvblJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdExVTlRUVVF5TmpVNUxUTkRRVVZFTkRrNU9qSkVOREZFTnpveVJEUkZRelk2TWtSQ1JFRTNPakpFTnpZMU56QTVPVFUwT1RkQ0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28928.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.19041.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -147,13 +147,13 @@
"11998"
],
"x-ms-request-id": [
- "64064fb7-9a70-4961-b752-de783315e6fd"
+ "90e5d2da-8a04-4b67-aa33-ba1396bc1de2"
],
"x-ms-correlation-request-id": [
- "64064fb7-9a70-4961-b752-de783315e6fd"
+ "90e5d2da-8a04-4b67-aa33-ba1396bc1de2"
],
"x-ms-routing-request-id": [
- "WESTUS2:20200711T001114Z:64064fb7-9a70-4961-b752-de783315e6fd"
+ "WESTCENTRALUS:20201120T170503Z:90e5d2da-8a04-4b67-aa33-ba1396bc1de2"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -162,7 +162,7 @@
"nosniff"
],
"Date": [
- "Sat, 11 Jul 2020 00:11:14 GMT"
+ "Fri, 20 Nov 2020 17:05:02 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -171,19 +171,19 @@
"-1"
],
"Content-Length": [
- "457"
+ "512"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Create\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/a93e8c5c-63cb-4635-933f-6d166ac25187/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"3caed499-41d7-4ec6-bda7-76570995497b\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Authorization/roleDefinitions/3e2c15b3-905c-4b0f-8313-c48ae01ccdde\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/providers/Microsoft.Management/managementGroups/gopremra-testmg/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"changeType\": \"Deploy\"\r\n },\r\n {\r\n \"resourceId\": \"/subscriptions/ce7f58b7-53c8-4806-ad09-18b516f85d4a/resourceGroups/sdk-testrg\",\r\n \"changeType\": \"Deploy\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewDeploymentName": [
- "csmd4718"
+ "csmd2659"
]
},
"Variables": {
- "SubscriptionId": "a93e8c5c-63cb-4635-933f-6d166ac25187"
+ "SubscriptionId": "ce7f58b7-53c8-4806-ad09-18b516f85d4a"
}
}
\ No newline at end of file
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_BlankTemplate_ReturnsNoChange.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_BlankTemplate_ReturnsNoChange.json
index 69430e413420..2204623ee1db 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_BlankTemplate_ReturnsNoChange.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_BlankTemplate_ReturnsNoChange.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6884?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8429?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODQyOT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "812d2653-c0da-47d8-a028-263893725b78"
+ "15e818ee-42b9-42de-8803-b7790bad80ec"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "3fe42296-d514-4525-9421-88bac50901d9"
+ "41669bde-8588-4b31-bfbd-b189fbf4eb2d"
],
"x-ms-correlation-request-id": [
- "3fe42296-d514-4525-9421-88bac50901d9"
+ "41669bde-8588-4b31-bfbd-b189fbf4eb2d"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234425Z:3fe42296-d514-4525-9421-88bac50901d9"
+ "WESTCENTRALUS:20201120T164254Z:41669bde-8588-4b31-bfbd-b189fbf4eb2d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:44:25 GMT"
+ "Fri, 20 Nov 2020 16:42:53 GMT"
],
"Content-Length": [
"215"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6884\",\r\n \"name\": \"csmrg6884\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg8429\",\r\n \"name\": \"csmrg8429\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6884/providers/Microsoft.Resources/deployments/csmd5556/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjg4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTU1Ni93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg8429/providers/Microsoft.Resources/deployments/csmd6690/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnODQyOS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjY5MC93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"FullResourcePayloads\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [],\r\n \"outputs\": {}\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f2621ebf-4395-4971-931a-1cf9d8f71bb7"
+ "1151e44e-b624-49a2-af21-06d0754e983c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,7 +99,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2ODg0LUNTTUQ1NTU2LUZFRTA4MTMyOjJEOTUyNzoyRDRDQzY6MkQ5QzcwOjJENEQxQTM3MzgzMTk5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc4NDI5LUNTTUQ2NjkwLTIzNENFNEJFOjJEM0Y0OToyRDREQTY6MkRBMDEzOjJERDY1QzM3RkIwRDEyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -108,13 +108,13 @@
"1199"
],
"x-ms-request-id": [
- "fee08132-9527-4cc6-9c70-4d1a37383199"
+ "234ce4be-3f49-4da6-a013-d65c37fb0d12"
],
"x-ms-correlation-request-id": [
- "fee08132-9527-4cc6-9c70-4d1a37383199"
+ "234ce4be-3f49-4da6-a013-d65c37fb0d12"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234426Z:fee08132-9527-4cc6-9c70-4d1a37383199"
+ "WESTCENTRALUS:20201120T164255Z:234ce4be-3f49-4da6-a013-d65c37fb0d12"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -123,7 +123,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:44:26 GMT"
+ "Fri, 20 Nov 2020 16:42:55 GMT"
],
"Expires": [
"-1"
@@ -136,16 +136,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2ODg0LUNTTUQ1NTU2LUZFRTA4MTMyOjJEOTUyNzoyRDRDQzY6MkQ5QzcwOjJENEQxQTM3MzgzMTk5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MyT0RnMExVTlRUVVExTlRVMkxVWkZSVEE0TVRNeU9qSkVPVFV5TnpveVJEUkRRelk2TWtRNVF6Y3dPakpFTkVReFFUTTNNemd6TVRrNUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc4NDI5LUNTTUQ2NjkwLTIzNENFNEJFOjJEM0Y0OToyRDREQTY6MkRBMDEzOjJERDY1QzM3RkIwRDEyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2M0TkRJNUxVTlRUVVEyTmprd0xUSXpORU5GTkVKRk9qSkVNMFkwT1RveVJEUkVRVFk2TWtSQk1ERXpPakpFUkRZMVF6TTNSa0l3UkRFeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "ed16857a-894c-4a28-a4e7-732aa98f01f6"
+ "43ef913c-7bd2-421c-bdb0-9fbf9e073e2d"
],
"x-ms-correlation-request-id": [
- "ed16857a-894c-4a28-a4e7-732aa98f01f6"
+ "43ef913c-7bd2-421c-bdb0-9fbf9e073e2d"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234442Z:ed16857a-894c-4a28-a4e7-732aa98f01f6"
+ "WESTCENTRALUS:20201120T164311Z:43ef913c-7bd2-421c-bdb0-9fbf9e073e2d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:44:41 GMT"
+ "Fri, 20 Nov 2020 16:43:10 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -183,23 +183,23 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"234ce4be-3f49-4da6-a013-d65c37fb0d12\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2ODg0LUNTTUQ1NTU2LUZFRTA4MTMyOjJEOTUyNzoyRDRDQzY6MkQ5QzcwOjJENEQxQTM3MzgzMTk5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MyT0RnMExVTlRUVVExTlRVMkxVWkZSVEE0TVRNeU9qSkVPVFV5TnpveVJEUkRRelk2TWtRNVF6Y3dPakpFTkVReFFUTTNNemd6TVRrNUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc4NDI5LUNTTUQ2NjkwLTIzNENFNEJFOjJEM0Y0OToyRDREQTY6MkRBMDEzOjJERDY1QzM3RkIwRDEyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2M0TkRJNUxVTlRUVVEyTmprd0xUSXpORU5GTkVKRk9qSkVNMFkwT1RveVJEUkVRVFk2TWtSQk1ERXpPakpFUkRZMVF6TTNSa0l3UkRFeUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +213,13 @@
"11998"
],
"x-ms-request-id": [
- "5a640a4b-54ef-4741-adce-d5ff1d1a1ad9"
+ "9cc60efb-2950-4fe2-9786-6c34613583ae"
],
"x-ms-correlation-request-id": [
- "5a640a4b-54ef-4741-adce-d5ff1d1a1ad9"
+ "9cc60efb-2950-4fe2-9786-6c34613583ae"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234442Z:5a640a4b-54ef-4741-adce-d5ff1d1a1ad9"
+ "WESTCENTRALUS:20201120T164311Z:9cc60efb-2950-4fe2-9786-6c34613583ae"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:44:42 GMT"
+ "Fri, 20 Nov 2020 16:43:10 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -237,19 +237,19 @@
"-1"
],
"Content-Length": [
- "50"
+ "105"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"234ce4be-3f49-4da6-a013-d65c37fb0d12\",\r\n \"changes\": []\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewResourceGroupName": [
- "csmrg6884"
+ "csmrg8429"
],
"NewDeploymentName": [
- "csmd5556"
+ "csmd6690"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_CreateResources_ReturnsCreateChanges.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_CreateResources_ReturnsCreateChanges.json
index bf0bbab8d352..e5bf93a97798 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_CreateResources_ReturnsCreateChanges.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_CreateResources_ReturnsCreateChanges.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9378?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTM3OD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3904?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzkwND9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f81459d3-c941-44df-a077-c471b49aa489"
+ "a25cfc29-a042-4f9a-8e7f-05983ae50999"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "1aff3426-4e26-4e9e-9351-d23b80afe553"
+ "e4c55f67-3ce5-4b8c-b7eb-e024fa96ef7f"
],
"x-ms-correlation-request-id": [
- "1aff3426-4e26-4e9e-9351-d23b80afe553"
+ "e4c55f67-3ce5-4b8c-b7eb-e024fa96ef7f"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234658Z:1aff3426-4e26-4e9e-9351-d23b80afe553"
+ "WESTCENTRALUS:20201120T164325Z:e4c55f67-3ce5-4b8c-b7eb-e024fa96ef7f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:46:58 GMT"
+ "Fri, 20 Nov 2020 16:43:24 GMT"
],
"Content-Length": [
"215"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9378\",\r\n \"name\": \"csmrg9378\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3904\",\r\n \"name\": \"csmrg3904\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg9378/providers/Microsoft.Resources/deployments/csmd6817/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnOTM3OC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjgxNy93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3904/providers/Microsoft.Resources/deployments/csmd8278/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzkwNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kODI3OC93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f2a2e32b-f73b-43d1-ba93-37c9e04ef027"
+ "802ed7c3-fd03-41f3-ba49-594f9738f4d0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,7 +99,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc5Mzc4LUNTTUQ2ODE3LTE1OUIzMEU0OjJEQUQyRjoyRDQwOUY6MkRBNDY1OjJEQTlGNzM5M0FFRkQ1Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkczOTA0LUNTTUQ4Mjc4LTM0QkRERkQzOjJEMjU0MjoyRDQ4RkE6MkRBNjdGOjJERjk5QkQ0M0YyNEJDIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -108,13 +108,13 @@
"1199"
],
"x-ms-request-id": [
- "159b30e4-ad2f-409f-a465-a9f7393aefd5"
+ "34bddfd3-2542-48fa-a67f-f99bd43f24bc"
],
"x-ms-correlation-request-id": [
- "159b30e4-ad2f-409f-a465-a9f7393aefd5"
+ "34bddfd3-2542-48fa-a67f-f99bd43f24bc"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234700Z:159b30e4-ad2f-409f-a465-a9f7393aefd5"
+ "WESTCENTRALUS:20201120T164326Z:34bddfd3-2542-48fa-a67f-f99bd43f24bc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -123,7 +123,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:46:59 GMT"
+ "Fri, 20 Nov 2020 16:43:26 GMT"
],
"Expires": [
"-1"
@@ -136,16 +136,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc5Mzc4LUNTTUQ2ODE3LTE1OUIzMEU0OjJEQUQyRjoyRDQwOUY6MkRBNDY1OjJEQTlGNzM5M0FFRkQ1Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2M1TXpjNExVTlRUVVEyT0RFM0xURTFPVUl6TUVVME9qSkVRVVF5UmpveVJEUXdPVVk2TWtSQk5EWTFPakpFUVRsR056TTVNMEZGUmtRMUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkczOTA0LUNTTUQ4Mjc4LTM0QkRERkQzOjJEMjU0MjoyRDQ4RkE6MkRBNjdGOjJERjk5QkQ0M0YyNEJDIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2N6T1RBMExVTlRUVVE0TWpjNExUTTBRa1JFUmtRek9qSkVNalUwTWpveVJEUTRSa0U2TWtSQk5qZEdPakpFUmprNVFrUTBNMFl5TkVKRElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "880056b0-f779-4ae5-8cd3-475a4b313225"
+ "6c4db977-eb8d-4052-a72a-27dd3d9c893c"
],
"x-ms-correlation-request-id": [
- "880056b0-f779-4ae5-8cd3-475a4b313225"
+ "6c4db977-eb8d-4052-a72a-27dd3d9c893c"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234715Z:880056b0-f779-4ae5-8cd3-475a4b313225"
+ "WESTCENTRALUS:20201120T164342Z:6c4db977-eb8d-4052-a72a-27dd3d9c893c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:47:15 GMT"
+ "Fri, 20 Nov 2020 16:43:42 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -183,23 +183,23 @@
"-1"
],
"Content-Length": [
- "229"
+ "284"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9378/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"34bddfd3-2542-48fa-a67f-f99bd43f24bc\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3904/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc5Mzc4LUNTTUQ2ODE3LTE1OUIzMEU0OjJEQUQyRjoyRDQwOUY6MkRBNDY1OjJEQTlGNzM5M0FFRkQ1Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2M1TXpjNExVTlRUVVEyT0RFM0xURTFPVUl6TUVVME9qSkVRVVF5UmpveVJEUXdPVVk2TWtSQk5EWTFPakpFUVRsR056TTVNMEZGUmtRMUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkczOTA0LUNTTUQ4Mjc4LTM0QkRERkQzOjJEMjU0MjoyRDQ4RkE6MkRBNjdGOjJERjk5QkQ0M0YyNEJDIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2N6T1RBMExVTlRUVVE0TWpjNExUTTBRa1JFUmtRek9qSkVNalUwTWpveVJEUTRSa0U2TWtSQk5qZEdPakpFUmprNVFrUTBNMFl5TkVKRElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +213,13 @@
"11998"
],
"x-ms-request-id": [
- "5042b905-0e76-4efe-aa84-bc96560ea671"
+ "9c87aa48-7948-4abb-8d78-b964eac9dd0b"
],
"x-ms-correlation-request-id": [
- "5042b905-0e76-4efe-aa84-bc96560ea671"
+ "9c87aa48-7948-4abb-8d78-b964eac9dd0b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234715Z:5042b905-0e76-4efe-aa84-bc96560ea671"
+ "WESTCENTRALUS:20201120T164342Z:9c87aa48-7948-4abb-8d78-b964eac9dd0b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:47:15 GMT"
+ "Fri, 20 Nov 2020 16:43:42 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -237,19 +237,19 @@
"-1"
],
"Content-Length": [
- "229"
+ "284"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg9378/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"34bddfd3-2542-48fa-a67f-f99bd43f24bc\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3904/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewResourceGroupName": [
- "csmrg9378"
+ "csmrg3904"
],
"NewDeploymentName": [
- "csmd6817"
+ "csmd8278"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_DeleteResources_ReturnsDeleteChanges.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_DeleteResources_ReturnsDeleteChanges.json
index ae80f4e81c2b..cd7a32bf74d4 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_DeleteResources_ReturnsDeleteChanges.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_DeleteResources_ReturnsDeleteChanges.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTAzOD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6445?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ0NT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6e9a2b7e-36f4-4ed8-aa1b-188d95780b6c"
+ "a9bd92de-e3f1-4bce-b426-b92a6c8d9029"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "ca2438e0-d683-4a14-8352-b3311edc6ef0"
+ "d2f8f783-16a1-44d2-a8da-e47ad20f578b"
],
"x-ms-correlation-request-id": [
- "ca2438e0-d683-4a14-8352-b3311edc6ef0"
+ "d2f8f783-16a1-44d2-a8da-e47ad20f578b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234727Z:ca2438e0-d683-4a14-8352-b3311edc6ef0"
+ "WESTCENTRALUS:20201120T164356Z:d2f8f783-16a1-44d2-a8da-e47ad20f578b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:47:27 GMT"
+ "Fri, 20 Nov 2020 16:43:56 GMT"
],
"Content-Length": [
"215"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5038\",\r\n \"name\": \"csmrg5038\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6445\",\r\n \"name\": \"csmrg6445\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTAzOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6445/providers/Microsoft.Resources/deployments/csmd5439?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQzOT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6a7efc08-fb99-4a44-bf1a-61a9586127bf"
+ "2ec74bfa-bc01-400b-a5f4-8b1d8d764e0f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740/operationStatuses/08586084780373555970?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6445/providers/Microsoft.Resources/deployments/csmd5439/operationStatuses/08585957162483289595?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-request-id": [
- "d76481b8-9585-4ff8-93f0-286af2ba2c25"
+ "36529a5b-779e-49c3-9c54-0144e6daa80f"
],
"x-ms-correlation-request-id": [
- "d76481b8-9585-4ff8-93f0-286af2ba2c25"
+ "36529a5b-779e-49c3-9c54-0144e6daa80f"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234729Z:d76481b8-9585-4ff8-93f0-286af2ba2c25"
+ "WESTCENTRALUS:20201120T164357Z:36529a5b-779e-49c3-9c54-0144e6daa80f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:47:29 GMT"
+ "Fri, 20 Nov 2020 16:43:57 GMT"
],
"Content-Length": [
- "648"
+ "650"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740\",\r\n \"name\": \"csmd740\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-25T23:47:29.2695662Z\",\r\n \"duration\": \"PT1.1475571S\",\r\n \"correlationId\": \"d76481b8-9585-4ff8-93f0-286af2ba2c25\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6445/providers/Microsoft.Resources/deployments/csmd5439\",\r\n \"name\": \"csmd5439\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-20T16:43:57.6975762Z\",\r\n \"duration\": \"PT0.5489201S\",\r\n \"correlationId\": \"36529a5b-779e-49c3-9c54-0144e6daa80f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740/operationStatuses/08586084780373555970?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTAzOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzQwL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0NzgwMzczNTU1OTcwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6445/providers/Microsoft.Resources/deployments/csmd5439/operationStatuses/08585957162483289595?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQzOS9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1NzE2MjQ4MzI4OTU5NT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "df30f174-6ae1-434d-b27e-545f37dab5e5"
+ "10caacd6-9de7-45aa-be38-52f023914595"
],
"x-ms-correlation-request-id": [
- "df30f174-6ae1-434d-b27e-545f37dab5e5"
+ "10caacd6-9de7-45aa-be38-52f023914595"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234800Z:df30f174-6ae1-434d-b27e-545f37dab5e5"
+ "WESTCENTRALUS:20201120T164428Z:10caacd6-9de7-45aa-be38-52f023914595"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,115 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:48:00 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740/operationStatuses/08586084780373555970?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTAzOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzQwL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0NzgwMzczNTU1OTcwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-request-id": [
- "6780eb55-4d58-499e-8ee8-f1b5491b960e"
- ],
- "x-ms-correlation-request-id": [
- "6780eb55-4d58-499e-8ee8-f1b5491b960e"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234830Z:6780eb55-4d58-499e-8ee8-f1b5491b960e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Thu, 25 Jun 2020 23:48:29 GMT"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Content-Length": [
- "20"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740/operationStatuses/08586084780373555970?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTAzOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzQwL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0NzgwMzczNTU1OTcwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.28207.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
- ],
- "x-ms-request-id": [
- "0e0dfd19-3a76-4c73-b0e1-7a0f143200de"
- ],
- "x-ms-correlation-request-id": [
- "0e0dfd19-3a76-4c73-b0e1-7a0f143200de"
- ],
- "x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234900Z:0e0dfd19-3a76-4c73-b0e1-7a0f143200de"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Thu, 25 Jun 2020 23:49:00 GMT"
+ "Fri, 20 Nov 2020 16:44:27 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -298,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTAzOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6445/providers/Microsoft.Resources/deployments/csmd5439?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQzOT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -318,16 +210,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11998"
],
"x-ms-request-id": [
- "89a545b8-12e1-4e2f-859d-2ec8440220c9"
+ "d8d3babd-3faf-4f3c-af80-c904887f143a"
],
"x-ms-correlation-request-id": [
- "89a545b8-12e1-4e2f-859d-2ec8440220c9"
+ "d8d3babd-3faf-4f3c-af80-c904887f143a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234900Z:89a545b8-12e1-4e2f-859d-2ec8440220c9"
+ "WESTCENTRALUS:20201120T164428Z:d8d3babd-3faf-4f3c-af80-c904887f143a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -336,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:49:00 GMT"
+ "Fri, 20 Nov 2020 16:44:28 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -348,26 +240,26 @@
"835"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd740\",\r\n \"name\": \"csmd740\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:48:41.7424497Z\",\r\n \"duration\": \"PT1M13.6204406S\",\r\n \"correlationId\": \"d76481b8-9585-4ff8-93f0-286af2ba2c25\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5038/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6445/providers/Microsoft.Resources/deployments/csmd5439\",\r\n \"name\": \"csmd5439\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-20T16:44:22.2433276Z\",\r\n \"duration\": \"PT25.0946715S\",\r\n \"correlationId\": \"36529a5b-779e-49c3-9c54-0144e6daa80f\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6445/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5038/providers/Microsoft.Resources/deployments/csmd6916/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTAzOC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNjkxNi93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6445/providers/Microsoft.Resources/deployments/csmd5478/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjQ0NS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTQ3OC93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {},\r\n \"variables\": {},\r\n \"resources\": [],\r\n \"outputs\": {}\r\n },\r\n \"mode\": \"Complete\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2902b57f-ed58-4df0-965a-d246b7ffe93e"
+ "ef173b01-147d-4585-9f56-3e482f5494a5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -384,7 +276,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc1MDM4LUNTTUQ2OTE2LUFBMjc3QjNFOjJEM0QxNDoyRDREMzI6MkQ5NUMzOjJERUQ3RDlDNUFCOEJEIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2NDQ1LUNTTUQ1NDc4LTczMDFEREY4OjJEMjIwRToyRDRBMjA6MkRBRjExOjJEMzc2RThERDRCRUZEIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -393,13 +285,13 @@
"1199"
],
"x-ms-request-id": [
- "aa277b3e-3d14-4d32-95c3-ed7d9c5ab8bd"
+ "7301ddf8-220e-4a20-af11-376e8dd4befd"
],
"x-ms-correlation-request-id": [
- "aa277b3e-3d14-4d32-95c3-ed7d9c5ab8bd"
+ "7301ddf8-220e-4a20-af11-376e8dd4befd"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234902Z:aa277b3e-3d14-4d32-95c3-ed7d9c5ab8bd"
+ "WESTCENTRALUS:20201120T164429Z:7301ddf8-220e-4a20-af11-376e8dd4befd"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -408,7 +300,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:49:01 GMT"
+ "Fri, 20 Nov 2020 16:44:28 GMT"
],
"Expires": [
"-1"
@@ -421,16 +313,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc1MDM4LUNTTUQ2OTE2LUFBMjc3QjNFOjJEM0QxNDoyRDREMzI6MkQ5NUMzOjJERUQ3RDlDNUFCOEJEIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MxTURNNExVTlRUVVEyT1RFMkxVRkJNamMzUWpORk9qSkVNMFF4TkRveVJEUkVNekk2TWtRNU5VTXpPakpFUlVRM1JEbEROVUZDT0VKRUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2NDQ1LUNTTUQ1NDc4LTczMDFEREY4OjJEMjIwRToyRDRBMjA6MkRBRjExOjJEMzc2RThERDRCRUZEIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MyTkRRMUxVTlRUVVExTkRjNExUY3pNREZFUkVZNE9qSkVNakl3UlRveVJEUkJNakE2TWtSQlJqRXhPakpFTXpjMlJUaEVSRFJDUlVaRUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -441,16 +333,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11997"
],
"x-ms-request-id": [
- "79b9167a-6540-4045-8a94-f253d02a97af"
+ "4effff28-31cd-4d73-b45a-4d2a138eef21"
],
"x-ms-correlation-request-id": [
- "79b9167a-6540-4045-8a94-f253d02a97af"
+ "4effff28-31cd-4d73-b45a-4d2a138eef21"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234917Z:79b9167a-6540-4045-8a94-f253d02a97af"
+ "WESTCENTRALUS:20201120T164445Z:4effff28-31cd-4d73-b45a-4d2a138eef21"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -459,7 +351,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:49:16 GMT"
+ "Fri, 20 Nov 2020 16:44:44 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -468,23 +360,23 @@
"-1"
],
"Content-Length": [
- "229"
+ "284"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5038/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Delete\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"7301ddf8-220e-4a20-af11-376e8dd4befd\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6445/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Delete\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc1MDM4LUNTTUQ2OTE2LUFBMjc3QjNFOjJEM0QxNDoyRDREMzI6MkQ5NUMzOjJERUQ3RDlDNUFCOEJEIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MxTURNNExVTlRUVVEyT1RFMkxVRkJNamMzUWpORk9qSkVNMFF4TkRveVJEUkVNekk2TWtRNU5VTXpPakpFUlVRM1JEbEROVUZDT0VKRUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2NDQ1LUNTTUQ1NDc4LTczMDFEREY4OjJEMjIwRToyRDRBMjA6MkRBRjExOjJEMzc2RThERDRCRUZEIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MyTkRRMUxVTlRUVVExTkRjNExUY3pNREZFUkVZNE9qSkVNakl3UlRveVJEUkJNakE2TWtSQlJqRXhPakpFTXpjMlJUaEVSRFJDUlVaRUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -495,16 +387,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11996"
],
"x-ms-request-id": [
- "69cfd23d-9984-4f3c-80e7-c04217139c59"
+ "8a83d7d7-6cbf-49d9-a241-94c93bdd2ae3"
],
"x-ms-correlation-request-id": [
- "69cfd23d-9984-4f3c-80e7-c04217139c59"
+ "8a83d7d7-6cbf-49d9-a241-94c93bdd2ae3"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T234917Z:69cfd23d-9984-4f3c-80e7-c04217139c59"
+ "WESTCENTRALUS:20201120T164445Z:8a83d7d7-6cbf-49d9-a241-94c93bdd2ae3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -513,7 +405,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:49:17 GMT"
+ "Fri, 20 Nov 2020 16:44:44 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -522,20 +414,20 @@
"-1"
],
"Content-Length": [
- "229"
+ "284"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5038/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Delete\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"7301ddf8-220e-4a20-af11-376e8dd4befd\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6445/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Delete\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewResourceGroupName": [
- "csmrg5038"
+ "csmrg6445"
],
"NewDeploymentName": [
- "csmd740",
- "csmd6916"
+ "csmd5439",
+ "csmd5478"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ModifyResources_ReturnsModifyChanges.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ModifyResources_ReturnsModifyChanges.json
index 6b1c394af201..30e3611f8d45 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ModifyResources_ReturnsModifyChanges.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ModifyResources_ReturnsModifyChanges.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3924?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzkyND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1826?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTgyNj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6343971e-4cc4-42c0-9483-23abeafd28a8"
+ "9eec93e8-be49-48f9-b346-c7f9872584dc"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "5ed9695b-821b-457a-a075-8761d6fdfbc8"
+ "72ca4856-bdca-4f3a-bd7e-b45584139d55"
],
"x-ms-correlation-request-id": [
- "5ed9695b-821b-457a-a075-8761d6fdfbc8"
+ "72ca4856-bdca-4f3a-bd7e-b45584139d55"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235309Z:5ed9695b-821b-457a-a075-8761d6fdfbc8"
+ "WESTCENTRALUS:20201120T164654Z:72ca4856-bdca-4f3a-bd7e-b45584139d55"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:53:09 GMT"
+ "Fri, 20 Nov 2020 16:46:54 GMT"
],
"Content-Length": [
"215"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924\",\r\n \"name\": \"csmrg3924\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826\",\r\n \"name\": \"csmrg1826\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3924/providers/Microsoft.Resources/deployments/csmd300?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzkyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzAwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1826/providers/Microsoft.Resources/deployments/csmd3076?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTgyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzA3Nj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0eb3dc60-9f83-4bb3-8e36-49a3e028a5e6"
+ "35262dc6-0b08-4e47-bb58-860030323135"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3924/providers/Microsoft.Resources/deployments/csmd300/operationStatuses/08586084776949848942?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1826/providers/Microsoft.Resources/deployments/csmd3076/operationStatuses/08585957160707343800?api-version=2020-10-01"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-request-id": [
- "36696b34-6b10-4732-9fb6-bde3ed02760d"
+ "25283126-3f20-40f4-adeb-04e46ad3df31"
],
"x-ms-correlation-request-id": [
- "36696b34-6b10-4732-9fb6-bde3ed02760d"
+ "25283126-3f20-40f4-adeb-04e46ad3df31"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235312Z:36696b34-6b10-4732-9fb6-bde3ed02760d"
+ "WESTCENTRALUS:20201120T164655Z:25283126-3f20-40f4-adeb-04e46ad3df31"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -120,10 +120,10 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:53:11 GMT"
+ "Fri, 20 Nov 2020 16:46:55 GMT"
],
"Content-Length": [
- "648"
+ "650"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -132,20 +132,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Resources/deployments/csmd300\",\r\n \"name\": \"csmd300\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-06-25T23:53:11.8631798Z\",\r\n \"duration\": \"PT1.3704676S\",\r\n \"correlationId\": \"36696b34-6b10-4732-9fb6-bde3ed02760d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Resources/deployments/csmd3076\",\r\n \"name\": \"csmd3076\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Accepted\",\r\n \"timestamp\": \"2020-11-20T16:46:55.3834298Z\",\r\n \"duration\": \"PT0.6401911S\",\r\n \"correlationId\": \"25283126-3f20-40f4-adeb-04e46ad3df31\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": []\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3924/providers/Microsoft.Resources/deployments/csmd300/operationStatuses/08586084776949848942?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzkyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzAwL29wZXJhdGlvblN0YXR1c2VzLzA4NTg2MDg0Nzc2OTQ5ODQ4OTQyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1826/providers/Microsoft.Resources/deployments/csmd3076/operationStatuses/08585957160707343800?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTgyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzA3Ni9vcGVyYXRpb25TdGF0dXNlcy8wODU4NTk1NzE2MDcwNzM0MzgwMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "3f04705b-6fa7-4bb0-834d-394cae18653d"
+ "10230d47-2497-4aa9-b97e-9d0f58f67f46"
],
"x-ms-correlation-request-id": [
- "3f04705b-6fa7-4bb0-834d-394cae18653d"
+ "10230d47-2497-4aa9-b97e-9d0f58f67f46"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235342Z:3f04705b-6fa7-4bb0-834d-394cae18653d"
+ "WESTCENTRALUS:20201120T164731Z:10230d47-2497-4aa9-b97e-9d0f58f67f46"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:53:42 GMT"
+ "Fri, 20 Nov 2020 16:47:30 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -190,16 +190,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3924/providers/Microsoft.Resources/deployments/csmd300?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzkyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzAwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1826/providers/Microsoft.Resources/deployments/csmd3076?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTgyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMzA3Nj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +213,13 @@
"11998"
],
"x-ms-request-id": [
- "e469fb0e-1e5a-47b8-ba2c-935a31be067f"
+ "b460b679-e0c6-40fd-ad53-6bf024f7c602"
],
"x-ms-correlation-request-id": [
- "e469fb0e-1e5a-47b8-ba2c-935a31be067f"
+ "b460b679-e0c6-40fd-ad53-6bf024f7c602"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235342Z:e469fb0e-1e5a-47b8-ba2c-935a31be067f"
+ "WESTCENTRALUS:20201120T164731Z:b460b679-e0c6-40fd-ad53-6bf024f7c602"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:53:42 GMT"
+ "Fri, 20 Nov 2020 16:47:30 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -237,29 +237,29 @@
"-1"
],
"Content-Length": [
- "832"
+ "835"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Resources/deployments/csmd300\",\r\n \"name\": \"csmd300\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-06-25T23:53:37.4413102Z\",\r\n \"duration\": \"PT26.948598S\",\r\n \"correlationId\": \"36696b34-6b10-4732-9fb6-bde3ed02760d\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Resources/deployments/csmd3076\",\r\n \"name\": \"csmd3076\",\r\n \"type\": \"Microsoft.Resources/deployments\",\r\n \"properties\": {\r\n \"templateHash\": \"17146611848161502822\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"String\",\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"timestamp\": \"2020-11-20T16:47:17.6387208Z\",\r\n \"duration\": \"PT22.8954821S\",\r\n \"correlationId\": \"25283126-3f20-40f4-adeb-04e46ad3df31\",\r\n \"providers\": [\r\n {\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"westus\"\r\n ]\r\n }\r\n ]\r\n }\r\n ],\r\n \"dependencies\": [],\r\n \"outputs\": {},\r\n \"outputResources\": [\r\n {\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg3924/providers/Microsoft.Resources/deployments/csmd1691/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMzkyNC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kMTY5MS93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg1826/providers/Microsoft.Resources/deployments/csmd5917/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnMTgyNi9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNTkxNy93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"FullResourcePayloads\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a352be2f-14a7-42f2-93ce-ae78f639910a"
+ "49cf26ae-131f-44f6-9216-736f2c949c6e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -276,7 +276,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkczOTI0LUNTTUQxNjkxLTc1NjAxMzhBOjJEN0U5MDoyRDRBNzQ6MkRBNTdDOjJENUZDMkVEMUE4RUZGIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkcxODI2LUNTTUQ1OTE3LTFDM0U3QkUwOjJERTA1RjoyRDRGQkI6MkQ5NjgzOjJERDI0QTkwQUI3QUI5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -285,13 +285,13 @@
"1199"
],
"x-ms-request-id": [
- "7560138a-7e90-4a74-a57c-5fc2ed1a8eff"
+ "1c3e7be0-e05f-4fbb-9683-d24a90ab7ab9"
],
"x-ms-correlation-request-id": [
- "7560138a-7e90-4a74-a57c-5fc2ed1a8eff"
+ "1c3e7be0-e05f-4fbb-9683-d24a90ab7ab9"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235343Z:7560138a-7e90-4a74-a57c-5fc2ed1a8eff"
+ "WESTCENTRALUS:20201120T164732Z:1c3e7be0-e05f-4fbb-9683-d24a90ab7ab9"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -300,7 +300,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:53:43 GMT"
+ "Fri, 20 Nov 2020 16:47:31 GMT"
],
"Expires": [
"-1"
@@ -313,16 +313,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkczOTI0LUNTTUQxNjkxLTc1NjAxMzhBOjJEN0U5MDoyRDRBNzQ6MkRBNTdDOjJENUZDMkVEMUE4RUZGIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2N6T1RJMExVTlRUVVF4TmpreExUYzFOakF4TXpoQk9qSkVOMFU1TURveVJEUkJOelE2TWtSQk5UZERPakpFTlVaRE1rVkVNVUU0UlVaR0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkcxODI2LUNTTUQ1OTE3LTFDM0U3QkUwOjJERTA1RjoyRDRGQkI6MkQ5NjgzOjJERDI0QTkwQUI3QUI5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2N4T0RJMkxVTlRUVVExT1RFM0xURkRNMFUzUWtVd09qSkVSVEExUmpveVJEUkdRa0k2TWtRNU5qZ3pPakpFUkRJMFFUa3dRVUkzUVVJNUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -336,13 +336,13 @@
"11997"
],
"x-ms-request-id": [
- "a534e179-01f1-4959-a117-37b4a10819d0"
+ "4cf51675-3fce-4bcf-9d20-a2af1d28cc4b"
],
"x-ms-correlation-request-id": [
- "a534e179-01f1-4959-a117-37b4a10819d0"
+ "4cf51675-3fce-4bcf-9d20-a2af1d28cc4b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235358Z:a534e179-01f1-4959-a117-37b4a10819d0"
+ "WESTCENTRALUS:20201120T164747Z:4cf51675-3fce-4bcf-9d20-a2af1d28cc4b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -351,7 +351,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:53:58 GMT"
+ "Fri, 20 Nov 2020 16:47:47 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -360,23 +360,23 @@
"-1"
],
"Content-Length": [
- "991"
+ "1046"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.accountType\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"Standard_LRS\",\r\n \"after\": \"Standard_GRS\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"1c3e7be0-e05f-4fbb-9683-d24a90ab7ab9\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.accountType\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"Standard_LRS\",\r\n \"after\": \"Standard_GRS\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkczOTI0LUNTTUQxNjkxLTc1NjAxMzhBOjJEN0U5MDoyRDRBNzQ6MkRBNTdDOjJENUZDMkVEMUE4RUZGIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2N6T1RJMExVTlRUVVF4TmpreExUYzFOakF4TXpoQk9qSkVOMFU1TURveVJEUkJOelE2TWtSQk5UZERPakpFTlVaRE1rVkVNVUU0UlVaR0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkcxODI2LUNTTUQ1OTE3LTFDM0U3QkUwOjJERTA1RjoyRDRGQkI6MkQ5NjgzOjJERDI0QTkwQUI3QUI5Iiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2N4T0RJMkxVTlRUVVExT1RFM0xURkRNMFUzUWtVd09qSkVSVEExUmpveVJEUkdRa0k2TWtRNU5qZ3pPakpFUkRJMFFUa3dRVUkzUVVJNUlpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -390,13 +390,13 @@
"11996"
],
"x-ms-request-id": [
- "b9967ca6-fa93-460f-8ce6-7cf04ad533f8"
+ "234f5174-d008-4622-a43b-51c12ecf2e3b"
],
"x-ms-correlation-request-id": [
- "b9967ca6-fa93-460f-8ce6-7cf04ad533f8"
+ "234f5174-d008-4622-a43b-51c12ecf2e3b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235359Z:b9967ca6-fa93-460f-8ce6-7cf04ad533f8"
+ "WESTCENTRALUS:20201120T164748Z:234f5174-d008-4622-a43b-51c12ecf2e3b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -405,7 +405,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:53:58 GMT"
+ "Fri, 20 Nov 2020 16:47:47 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -414,20 +414,20 @@
"-1"
],
"Content-Length": [
- "991"
+ "1046"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg3924/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.accountType\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"Standard_LRS\",\r\n \"after\": \"Standard_GRS\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"1c3e7be0-e05f-4fbb-9683-d24a90ab7ab9\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Modify\",\r\n \"before\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"after\": {\r\n \"apiVersion\": \"2015-06-15\",\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg1826/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"location\": \"westus\",\r\n \"name\": \"ramokaSATestAnother\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n \"delta\": [\r\n {\r\n \"path\": \"properties.accountType\",\r\n \"propertyChangeType\": \"Modify\",\r\n \"before\": \"Standard_LRS\",\r\n \"after\": \"Standard_GRS\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewResourceGroupName": [
- "csmrg3924"
+ "csmrg1826"
],
"NewDeploymentName": [
- "csmd300",
- "csmd1691"
+ "csmd3076",
+ "csmd5917"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
index bb9f67f5f32a..5c7e43d007a7 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveDeploymentWhatIfTests/WhatIf_ResourceIdOnlyMode_ReturnsChangesWithResourceIdsOnly.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5464?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTQ2ND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6051?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjA1MT9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f9265c00-cb04-467c-9573-7dc226149d1e"
+ "288fae01-0535-4df0-a434-4b1c9df45a27"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "fbef92ed-e751-4b36-bc85-3758587decbe"
+ "5a12aede-b2bb-4edb-87f5-d98f8cff5e05"
],
"x-ms-correlation-request-id": [
- "fbef92ed-e751-4b36-bc85-3758587decbe"
+ "5a12aede-b2bb-4edb-87f5-d98f8cff5e05"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235414Z:fbef92ed-e751-4b36-bc85-3758587decbe"
+ "WESTCENTRALUS:20201120T164920Z:5a12aede-b2bb-4edb-87f5-d98f8cff5e05"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:54:14 GMT"
+ "Fri, 20 Nov 2020 16:49:19 GMT"
],
"Content-Length": [
"215"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5464\",\r\n \"name\": \"csmrg5464\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6051\",\r\n \"name\": \"csmrg6051\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg5464/providers/Microsoft.Resources/deployments/csmd4601/whatIf?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNTQ2NC9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNDYwMS93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/csmrg6051/providers/Microsoft.Resources/deployments/csmd7876/whatIf?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2NzbXJnNjA1MS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlc291cmNlcy9kZXBsb3ltZW50cy9jc21kNzg3Ni93aGF0SWY/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "POST",
"RequestBody": "{\r\n \"properties\": {\r\n \"whatIfSettings\": {\r\n \"resultFormat\": \"ResourceIdOnly\"\r\n },\r\n \"template\": {\r\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#\",\r\n \"contentVersion\": \"1.0.0.0\",\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"resources\": [\r\n {\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"name\": \"[parameters('storageAccountName')]\",\r\n \"apiVersion\": \"2015-06-15\",\r\n \"location\": \"[resourceGroup().location]\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n }\r\n ],\r\n \"outputs\": {}\r\n },\r\n \"parameters\": {\r\n \"storageAccountName\": {\r\n \"value\": \"ramokaSATestAnother\"\r\n }\r\n },\r\n \"mode\": \"Incremental\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1d86c97f-612a-44f5-ab7d-f7b964faa659"
+ "5b215c80-0d50-4f1d-b411-fb6dede9f473"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,7 +99,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc1NDY0LUNTTUQ0NjAxLTgxNTUyODlBOjJENDg0QToyRDRENkQ6MkRBMkJBOjJEOEY1MjM5QzA1MjBGIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2MDUxLUNTTUQ3ODc2LTk1RUUzN0EyOjJENUVCQzoyRDRDMEY6MkRCNjlFOjJENEIyODY4NzI1RTBCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -108,13 +108,13 @@
"1199"
],
"x-ms-request-id": [
- "8155289a-484a-4d6d-a2ba-8f5239c0520f"
+ "95ee37a2-5ebc-4c0f-b69e-4b2868725e0b"
],
"x-ms-correlation-request-id": [
- "8155289a-484a-4d6d-a2ba-8f5239c0520f"
+ "95ee37a2-5ebc-4c0f-b69e-4b2868725e0b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235415Z:8155289a-484a-4d6d-a2ba-8f5239c0520f"
+ "WESTCENTRALUS:20201120T164921Z:95ee37a2-5ebc-4c0f-b69e-4b2868725e0b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -123,7 +123,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:54:15 GMT"
+ "Fri, 20 Nov 2020 16:49:20 GMT"
],
"Expires": [
"-1"
@@ -136,16 +136,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc1NDY0LUNTTUQ0NjAxLTgxNTUyODlBOjJENDg0QToyRDRENkQ6MkRBMkJBOjJEOEY1MjM5QzA1MjBGIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MxTkRZMExVTlRUVVEwTmpBeExUZ3hOVFV5T0RsQk9qSkVORGcwUVRveVJEUkVOa1E2TWtSQk1rSkJPakpFT0VZMU1qTTVRekExTWpCR0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2MDUxLUNTTUQ3ODc2LTk1RUUzN0EyOjJENUVCQzoyRDRDMEY6MkRCNjlFOjJENEIyODY4NzI1RTBCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MyTURVeExVTlRUVVEzT0RjMkxUazFSVVV6TjBFeU9qSkVOVVZDUXpveVJEUkRNRVk2TWtSQ05qbEZPakpFTkVJeU9EWTROekkxUlRCQ0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -159,13 +159,13 @@
"11999"
],
"x-ms-request-id": [
- "12888dd7-47f1-41ad-941c-0e4b56e2f92e"
+ "32eb3c31-bc26-4773-9e42-13061bd1cb80"
],
"x-ms-correlation-request-id": [
- "12888dd7-47f1-41ad-941c-0e4b56e2f92e"
+ "32eb3c31-bc26-4773-9e42-13061bd1cb80"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235431Z:12888dd7-47f1-41ad-941c-0e4b56e2f92e"
+ "WESTCENTRALUS:20201120T164937Z:32eb3c31-bc26-4773-9e42-13061bd1cb80"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,7 +174,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:54:30 GMT"
+ "Fri, 20 Nov 2020 16:49:37 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -183,23 +183,23 @@
"-1"
],
"Content-Length": [
- "229"
+ "284"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5464/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"95ee37a2-5ebc-4c0f-b69e-4b2868725e0b\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6051/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc1NDY0LUNTTUQ0NjAxLTgxNTUyODlBOjJENDg0QToyRDRENkQ6MkRBMkJBOjJEOEY1MjM5QzA1MjBGIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MxTkRZMExVTlRUVVEwTmpBeExUZ3hOVFV5T0RsQk9qSkVORGcwUVRveVJEUkVOa1E2TWtSQk1rSkJPakpFT0VZMU1qTTVRekExTWpCR0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IkRlcGxveW1lbnRXaGF0SWZKb2ItQ1NNUkc2MDUxLUNTTUQ3ODc2LTk1RUUzN0EyOjJENUVCQzoyRDRDMEY6MkRCNjlFOjJENEIyODY4NzI1RTBCIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWtSbGNHeHZlVzFsYm5SWGFHRjBTV1pLYjJJdFExTk5Va2MyTURVeExVTlRUVVEzT0RjMkxUazFSVVV6TjBFeU9qSkVOVVZDUXpveVJEUkRNRVk2TWtSQ05qbEZPakpFTkVJeU9EWTROekkxUlRCQ0lpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -213,13 +213,13 @@
"11998"
],
"x-ms-request-id": [
- "3c2cf5b3-66d2-44cd-87bf-28f20bce95d8"
+ "97a1d68a-61d7-46f5-b96f-25a016e67d9a"
],
"x-ms-correlation-request-id": [
- "3c2cf5b3-66d2-44cd-87bf-28f20bce95d8"
+ "97a1d68a-61d7-46f5-b96f-25a016e67d9a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200625T235431Z:3c2cf5b3-66d2-44cd-87bf-28f20bce95d8"
+ "WESTCENTRALUS:20201120T164937Z:97a1d68a-61d7-46f5-b96f-25a016e67d9a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -228,7 +228,7 @@
"nosniff"
],
"Date": [
- "Thu, 25 Jun 2020 23:54:30 GMT"
+ "Fri, 20 Nov 2020 16:49:37 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -237,19 +237,19 @@
"-1"
],
"Content-Length": [
- "229"
+ "284"
]
},
- "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg5464/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"correlationId\": \"95ee37a2-5ebc-4c0f-b69e-4b2868725e0b\",\r\n \"changes\": [\r\n {\r\n \"resourceId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/csmrg6051/providers/Microsoft.Storage/storageAccounts/ramokaSATestAnother\",\r\n \"changeType\": \"Create\"\r\n }\r\n ]\r\n }\r\n}",
"StatusCode": 200
}
],
"Names": {
"NewResourceGroupName": [
- "csmrg5464"
+ "csmrg6051"
],
"NewDeploymentName": [
- "csmd4601"
+ "csmd7876"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResource.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResource.json
index 68aca1af99e7..3e36d663ff23 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResource.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResource.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9339?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzM5P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9301?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzAxP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fd2d424f-c005-4f39-b1f1-aba34965d20a"
+ "0b37abce-6e58-4e24-9806-e8b9f3d7ea6e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "166e4f9e-b256-469e-bb39-c0455be2a669"
+ "c5675ae1-de66-4801-a539-460462c7a442"
],
"x-ms-correlation-request-id": [
- "166e4f9e-b256-469e-bb39-c0455be2a669"
+ "c5675ae1-de66-4801-a539-460462c7a442"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185917Z:166e4f9e-b256-469e-bb39-c0455be2a669"
+ "WESTCENTRALUS:20201117T215820Z:c5675ae1-de66-4801-a539-460462c7a442"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:16 GMT"
+ "Tue, 17 Nov 2020 21:58:19 GMT"
],
"Content-Length": [
"220"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339\",\r\n \"name\": \"azsmnet9339\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301\",\r\n \"name\": \"azsmnet9301\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9339/providers/Microsoft.Web//serverFarms/azsmnet3219?api-version=2018-02-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzM5L3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViLy9zZXJ2ZXJGYXJtcy9henNtbmV0MzIxOT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9301/providers/Microsoft.Web//serverFarms/azsmnet6394?api-version=2018-02-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuV2ViLy9zZXJ2ZXJGYXJtcy9henNtbmV0NjM5ND9hcGktdmVyc2lvbj0yMDE4LTAyLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {},\r\n \"sku\": {\r\n \"name\": \"S1\"\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "071c657e-e531-4c92-9388-01ad56a784cd"
+ "a1382c04-36d4-4b47-bbba-7c0929b1f5b3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -102,7 +102,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "8daffe49-c89b-4822-8123-096e5365c22a"
+ "f059a4c0-8987-405d-a7ec-2c360fdcac06"
],
"Server": [
"Microsoft-IIS/10.0"
@@ -117,19 +117,19 @@
"1198"
],
"x-ms-correlation-request-id": [
- "3e51dc21-2a56-48f4-9283-097934d04169"
+ "4ba9116b-2e46-47d9-9dfb-5165c26c17c9"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185925Z:3e51dc21-2a56-48f4-9283-097934d04169"
+ "WESTCENTRALUS:20201117T215825Z:4ba9116b-2e46-47d9-9dfb-5165c26c17c9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:24 GMT"
+ "Tue, 17 Nov 2020 21:58:24 GMT"
],
"Content-Length": [
- "1454"
+ "1319"
],
"Content-Type": [
"application/json"
@@ -138,26 +138,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219\",\r\n \"name\": \"azsmnet3219\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Blah\": \"Tataaaa\",\r\n \"tag1\": \"tag2\",\r\n \"TagAlong\": \"TagOver\",\r\n \"tagname\": \"tagvalue\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": 30527,\r\n \"name\": \"azsmnet3219\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"azsmnet9339-EastUS2webspace\",\r\n \"subscription\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"East US 2\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": {\r\n \"Blah\": \"Tataaaa\",\r\n \"tag1\": \"tag2\",\r\n \"TagAlong\": \"TagOver\",\r\n \"tagname\": \"tagvalue\"\r\n },\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"azsmnet9339\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bn1-053_30527\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394\",\r\n \"name\": \"azsmnet6394\",\r\n \"type\": \"Microsoft.Web/serverfarms\",\r\n \"kind\": \"app\",\r\n \"location\": \"East US 2\",\r\n \"properties\": {\r\n \"serverFarmId\": 3323,\r\n \"name\": \"azsmnet6394\",\r\n \"workerSize\": \"Default\",\r\n \"workerSizeId\": 0,\r\n \"workerTierName\": null,\r\n \"numberOfWorkers\": 1,\r\n \"currentWorkerSize\": \"Default\",\r\n \"currentWorkerSizeId\": 0,\r\n \"currentNumberOfWorkers\": 1,\r\n \"status\": \"Ready\",\r\n \"webSpace\": \"azsmnet9301-EastUS2webspace\",\r\n \"subscription\": \"a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"adminSiteName\": null,\r\n \"hostingEnvironment\": null,\r\n \"hostingEnvironmentProfile\": null,\r\n \"maximumNumberOfWorkers\": 10,\r\n \"planName\": \"VirtualDedicatedPlan\",\r\n \"adminRuntimeSiteName\": null,\r\n \"computeMode\": \"Dedicated\",\r\n \"siteMode\": null,\r\n \"geoRegion\": \"East US 2\",\r\n \"perSiteScaling\": false,\r\n \"maximumElasticWorkerCount\": 1,\r\n \"numberOfSites\": 0,\r\n \"hostingEnvironmentId\": null,\r\n \"isSpot\": false,\r\n \"spotExpirationTime\": null,\r\n \"freeOfferExpirationTime\": null,\r\n \"tags\": null,\r\n \"kind\": \"app\",\r\n \"resourceGroup\": \"azsmnet9301\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"hyperV\": false,\r\n \"mdmId\": \"waws-prod-bn1-087_3323\",\r\n \"targetWorkerCount\": 0,\r\n \"targetWorkerSizeId\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"webSiteId\": null,\r\n \"existingServerFarmIds\": null,\r\n \"azBalancing\": null\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"size\": \"S1\",\r\n \"family\": \"S\",\r\n \"capacity\": 1\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0ODQzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0ODkwOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Definition\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "36bab6a4-f142-430b-896a-1268466f61a3"
+ "c186242c-facd-4909-addc-0267e02198d2"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -174,16 +174,16 @@
"no-cache"
],
"x-ms-request-id": [
- "northcentralus:7131fdc9-db7d-4501-a6be-163fb309dea9"
+ "centralus:10c13c5e-9921-472c-b442-16a313c40f49"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1199"
],
"x-ms-correlation-request-id": [
- "0e8fd69f-5c84-4c92-af48-19b16098e0c8"
+ "e2bc02dd-d997-4f57-839a-8c61db57762e"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185926Z:0e8fd69f-5c84-4c92-af48-19b16098e0c8"
+ "WESTCENTRALUS:20201117T215826Z:e2bc02dd-d997-4f57-839a-8c61db57762e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -192,7 +192,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:25 GMT"
+ "Tue, 17 Nov 2020 21:58:26 GMT"
],
"Content-Length": [
"609"
@@ -204,26 +204,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T18:59:25.7239501Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet8437\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T21:58:26.3584108Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet8908\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments/azsmnet6921?api-version=2019-09-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0OTMzOS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9henNtbmV0MzIxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDY5MjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments/azsmnet2286?api-version=2019-09-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0OTMwMS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9henNtbmV0NjM5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDIyODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219\"\r\n },\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394\"\r\n },\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a11a0519-d937-4490-afcd-90c6e821eed6"
+ "d08906b6-4191-4c8b-90d5-42285714485d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -240,16 +240,16 @@
"no-cache"
],
"x-ms-request-id": [
- "northcentralus:3351c9b9-52a1-4fe8-ba54-9a224c3bed17"
+ "centralus:c417a0e2-2954-45e5-8a7d-6ee9cc2757f6"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-correlation-request-id": [
- "9fa60e8b-3375-4fe5-9f1a-3fd580cb5424"
+ "9febc6c8-3a48-4ff6-82c8-37683779c072"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185926Z:9fa60e8b-3375-4fe5-9f1a-3fd580cb5424"
+ "WESTCENTRALUS:20201117T215827Z:9febc6c8-3a48-4ff6-82c8-37683779c072"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -258,7 +258,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:26 GMT"
+ "Tue, 17 Nov 2020 21:58:27 GMT"
],
"Content-Length": [
"833"
@@ -270,26 +270,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T18:59:26.7375731Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments/azsmnet6921\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet6921\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T21:58:26.9199597Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments/azsmnet2286\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2286\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9339/providers///Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzM5L3Byb3ZpZGVycy8vL01pY3Jvc29mdC5XZWIvc2VydmVyZmFybXMvYXpzbW5ldDMyMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3BvbGljeUFzc2lnbm1lbnRzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9301/providers///Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzAxL3Byb3ZpZGVycy8vL01pY3Jvc29mdC5XZWIvc2VydmVyZmFybXMvYXpzbW5ldDYzOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3BvbGljeUFzc2lnbm1lbnRzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "98e02bc1-cfdb-49e8-94bf-fc175ddb81d5"
+ "657008fb-21ec-4ef2-9b1b-d38e892ae2ff"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -303,16 +303,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:afd79198-6faf-401e-b3f8-b139340cb1f1"
+ "centralus:01738656-c47e-402c-88e2-54dd5bd832ff"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-correlation-request-id": [
- "e5ff7f19-77bc-45f7-8a5f-3c6d28a985df"
+ "ed16c5bd-cc2a-4780-9e9e-011306bedccf"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185927Z:e5ff7f19-77bc-45f7-8a5f-3c6d28a985df"
+ "WESTCENTRALUS:20201117T215827Z:ed16c5bd-cc2a-4780-9e9e-011306bedccf"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -321,10 +321,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:26 GMT"
+ "Tue, 17 Nov 2020 21:58:27 GMT"
],
"Content-Length": [
- "9336"
+ "6579"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -333,26 +333,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"tagname\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"tagvalue\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"31d0dce5-4d54-4655-88a4-4abeb7b965ae\",\r\n \"createdOn\": \"2019-03-20T19:50:15.7314497Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/07b2214e964c14fd1a6b219e13dd297d347b0a592f2b437170c20bc9ec9b03f4\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"07b2214e964c14fd1a6b219e13dd297d347b0a592f2b437170c20bc9ec9b03f4\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"tag1\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"tag2\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"ee3d2cb6-47eb-47c2-8923-3806f470c88f\",\r\n \"createdOn\": \"2019-02-25T01:18:33.4932987Z\",\r\n \"updatedBy\": \"47151ef7-d138-4e9d-b282-bb97ca100ac8\",\r\n \"updatedOn\": \"2019-02-25T02:30:07.6370888Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/5934c69688d0cc0cff17eff42fc0ece6c1e56d318c2b4bcff37737c5a1b28d0f\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"5934c69688d0cc0cff17eff42fc0ece6c1e56d318c2b4bcff37737c5a1b28d0f\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"b4c75c29-1df7-41be-896f-773b32c8f70d\",\r\n \"createdOn\": \"2019-02-22T21:37:00.5426433Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"Blah\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"Tataaaa\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"8b83255a-7c85-4a13-b489-98dd06f9598e\",\r\n \"createdOn\": \"2019-03-09T00:52:49.6417231Z\",\r\n \"updatedBy\": \"8b83255a-7c85-4a13-b489-98dd06f9598e\",\r\n \"updatedOn\": \"2019-03-09T00:58:46.603447Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/a4f0fbfaf847f88b87a5e27f45823f1638117ecd8236dd44f4e7d0d8dc72b036\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"a4f0fbfaf847f88b87a5e27f45823f1638117ecd8236dd44f4e7d0d8dc72b036\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"TagAlong\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"TagOver\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"6b866910-7ffb-4d75-9bca-500db3ee2555\",\r\n \"createdOn\": \"2019-02-25T02:42:02.9600137Z\",\r\n \"updatedBy\": \"3e7169f1-5500-43a2-8b37-5ac6f4848d54\",\r\n \"updatedOn\": \"2019-02-25T04:47:53.3822324Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/a7815fd275d907edf3298c0b1adb35498b95d5942f47a1e8ed40844a2508e59d\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"a7815fd275d907edf3298c0b1adb35498b95d5942f47a1e8ed40844a2508e59d\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"TagAlong\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"TagOver\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"7e884458-b120-46ff-baa7-7e006e1f1495\",\r\n \"createdOn\": \"2019-03-12T15:32:54.390662Z\",\r\n \"updatedBy\": \"7e884458-b120-46ff-baa7-7e006e1f1495\",\r\n \"updatedOn\": \"2019-03-12T15:36:36.2571187Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/f5483ff1409007ebd3305cd4f5885ffb6429520f36fa5d5bf10a0e61360791d7\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"f5483ff1409007ebd3305cd4f5885ffb6429520f36fa5d5bf10a0e61360791d7\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"metadata\": {\r\n \"createdBy\": \"bdef9655-c830-46d2-90d4-00f07352bf75\",\r\n \"createdOn\": \"2020-04-30T22:06:39.0823683Z\",\r\n \"updatedBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"updatedOn\": \"2020-06-19T17:48:18.8724914Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"ASC Default (subscription: a1bfa635-f2bf-42f1-86b5-848c674fc321)\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policySetDefinitions/1f3afdf9-d0c9-4c3d-847f-89da613e70a8\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"parameters\": {},\r\n \"description\": \"This is the default set of policies monitored by Azure Security Center. It was automatically assigned as part of onboarding to Security Center. The default assignment contains only audit policies. For more information please visit https://aka.ms/ascpolicies\",\r\n \"metadata\": {\r\n \"assignedBy\": \"Security Center\",\r\n \"createdBy\": \"6878917f-bc1d-4e4e-bb24-12924205b215\",\r\n \"createdOn\": \"2019-02-19T13:16:41.5447508Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/SecurityCenterBuiltIn\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"SecurityCenterBuiltIn\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T18:59:26.7375731Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments/azsmnet6921\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet6921\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit VMs that do not use managed disks\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/06a78e20-9358-41c9-923c-fb736d382a4d\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint\",\r\n \"notScopes\": [],\r\n \"parameters\": {},\r\n \"metadata\": {\r\n \"assignedBy\": \"Joseph Chan\",\r\n \"parameterScopes\": {},\r\n \"createdBy\": \"093cd807-9c05-4779-959d-4b8c5ed6b8bd\",\r\n \"createdOn\": \"2019-08-22T19:19:41.2448934Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyAssignments/4a05c6f6e8ed4068be699d81\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"4a05c6f6e8ed4068be699d81\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"b4c75c29-1df7-41be-896f-773b32c8f70d\",\r\n \"createdOn\": \"2019-02-22T21:37:00.5426433Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-07-14T22:15:48.2714701Z\",\r\n \"updatedBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"updatedOn\": \"2020-11-17T21:28:41.6181783Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"ASC Default (subscription: a1bfa635-f2bf-42f1-86b5-848c674fc321)\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policySetDefinitions/1f3afdf9-d0c9-4c3d-847f-89da613e70a8\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"parameters\": {},\r\n \"description\": \"This is the default set of policies monitored by Azure Security Center. It was automatically assigned as part of onboarding to Security Center. The default assignment contains only audit policies. For more information please visit https://aka.ms/ascpolicies\",\r\n \"metadata\": {\r\n \"assignedBy\": \"Security Center\",\r\n \"createdBy\": \"6878917f-bc1d-4e4e-bb24-12924205b215\",\r\n \"createdOn\": \"2019-02-19T13:16:41.5447508Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/SecurityCenterBuiltIn\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"SecurityCenterBuiltIn\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T21:58:26.9199597Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments/azsmnet2286\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2286\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit VMs that do not use managed disks\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/06a78e20-9358-41c9-923c-fb736d382a4d\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint\",\r\n \"notScopes\": [],\r\n \"parameters\": {},\r\n \"metadata\": {\r\n \"assignedBy\": \"Joseph Chan\",\r\n \"parameterScopes\": {},\r\n \"createdBy\": \"093cd807-9c05-4779-959d-4b8c5ed6b8bd\",\r\n \"createdOn\": \"2019-08-22T19:19:41.2448934Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyAssignments/4a05c6f6e8ed4068be699d81\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"4a05c6f6e8ed4068be699d81\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint\",\r\n \"metadata\": {\r\n \"createdBy\": \"414d10da-615f-49a7-90a0-a7008fb31cd3\",\r\n \"createdOn\": \"2020-07-06T15:37:15.2536846Z\",\r\n \"updatedBy\": \"414d10da-615f-49a7-90a0-a7008fb31cd3\",\r\n \"updatedOn\": \"2020-07-06T15:39:48.8368725Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CSEO Block WVD resource creation\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/policyDefinitions/Deny WVD creation\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"notScopes\": [\r\n \"/providers/Microsoft.Management/managementGroups/MSFT-DSRE-ISO-IAM\",\r\n \"/providers/Microsoft.Management/managementGroups/9ce3369a-545b-cfba-c329-3631400b552f\",\r\n \"/subscriptions/3ae2e9a4-54bd-459f-8211-6f920ecd52c4\"\r\n ],\r\n \"description\": \"IAMAADENG@microsoft.com\",\r\n \"metadata\": {\r\n \"createdBy\": \"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e\",\r\n \"createdOn\": \"2020-11-17T19:41:36.3082667Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/policyAssignments/Block WVD creation\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"Block WVD creation\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments/azsmnet6921?api-version=2019-09-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0OTMzOS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9henNtbmV0MzIxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDY5MjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments/azsmnet2286?api-version=2019-09-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0OTMwMS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9henNtbmV0NjM5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDIyODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b4cff04c-29e9-4e9a-9187-a06ce5960456"
+ "e1e82011-2854-4a78-91ab-779d827473ce"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -366,16 +366,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:bda24e5e-cb61-4c47-9b3f-0889b9872924"
+ "centralus:2da196e8-f777-47de-a83c-575f8d376e83"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11997"
],
"x-ms-correlation-request-id": [
- "d069a1e1-35b6-4da3-80ae-e17081d18b33"
+ "ffbb9f5c-0230-405b-8167-04ce5cc0fa3b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185929Z:d069a1e1-35b6-4da3-80ae-e17081d18b33"
+ "WESTCENTRALUS:20201117T215827Z:ffbb9f5c-0230-405b-8167-04ce5cc0fa3b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -384,7 +384,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:28 GMT"
+ "Tue, 17 Nov 2020 21:58:27 GMT"
],
"Content-Length": [
"833"
@@ -396,26 +396,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T18:59:26.7375731Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments/azsmnet6921\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet6921\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T21:58:26.9199597Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments/azsmnet2286\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2286\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments/azsmnet6921?api-version=2019-09-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0OTMzOS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9henNtbmV0MzIxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDY5MjE/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments/azsmnet2286?api-version=2019-09-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0OTMwMS9wcm92aWRlcnMvTWljcm9zb2Z0LldlYi9zZXJ2ZXJmYXJtcy9henNtbmV0NjM5NC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDIyODY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "873332ac-3b77-4076-a681-f05b51096c3e"
+ "284f84c3-7253-4876-b64b-bec814a5762e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -429,16 +429,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:461e7496-71f6-4284-824c-58b00acb34c9"
+ "centralus:cc349a0d-b357-4bdb-b782-d1fe4f4d9730"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
- "14999"
+ "14997"
],
"x-ms-correlation-request-id": [
- "8983901f-125b-429e-bb35-721ffc9cbd17"
+ "24a68805-fb2f-40e6-a8df-7c36f1433995"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185929Z:8983901f-125b-429e-bb35-721ffc9cbd17"
+ "WESTCENTRALUS:20201117T215827Z:24a68805-fb2f-40e6-a8df-7c36f1433995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -447,7 +447,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:28 GMT"
+ "Tue, 17 Nov 2020 21:58:27 GMT"
],
"Content-Length": [
"833"
@@ -459,26 +459,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T18:59:26.7375731Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9339/providers/Microsoft.Web/serverfarms/azsmnet3219/providers/Microsoft.Authorization/policyAssignments/azsmnet6921\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet6921\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T21:58:26.9199597Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet9301/providers/Microsoft.Web/serverfarms/azsmnet6394/providers/Microsoft.Authorization/policyAssignments/azsmnet2286\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2286\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0ODQzNz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0ODkwOD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "44bafc1d-1f3e-4c50-bbff-8ad5abc3da2e"
+ "827b9e19-9d9b-4223-9793-c276c079792c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -492,16 +492,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:22b100ae-748b-4ee3-9e12-018cb075bedf"
+ "centralus:ec367f89-040d-4ce5-8cf6-2b6bf51758ea"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
- "14998"
+ "14996"
],
"x-ms-correlation-request-id": [
- "bab8ab83-fd05-49de-94f4-7ecaf4dfb6f7"
+ "383c0612-3b04-47b0-b287-526b25c125a9"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185930Z:bab8ab83-fd05-49de-94f4-7ecaf4dfb6f7"
+ "WESTCENTRALUS:20201117T215827Z:383c0612-3b04-47b0-b287-526b25c125a9"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -510,7 +510,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:29 GMT"
+ "Tue, 17 Nov 2020 21:58:27 GMT"
],
"Content-Length": [
"609"
@@ -522,26 +522,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T18:59:25.7239501Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8437\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet8437\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResource Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T21:58:26.3584108Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet8908\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet8908\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9339?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzM5P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet9301?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5MzAxP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b0ef15c1-61db-4f9b-8dc8-ca4a3fd6f6bb"
+ "518c58f4-6ae0-4cb0-9122-c7dab1c6e720"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -552,7 +552,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -561,13 +561,13 @@
"14999"
],
"x-ms-request-id": [
- "d477d233-b478-47ec-8fe1-db2fa40367ae"
+ "f725176e-7d68-4697-a449-19f68dc24d88"
],
"x-ms-correlation-request-id": [
- "d477d233-b478-47ec-8fe1-db2fa40367ae"
+ "f725176e-7d68-4697-a449-19f68dc24d88"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185930Z:d477d233-b478-47ec-8fe1-db2fa40367ae"
+ "WESTCENTRALUS:20201117T215828Z:f725176e-7d68-4697-a449-19f68dc24d88"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -576,7 +576,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:30 GMT"
+ "Tue, 17 Nov 2020 21:58:27 GMT"
],
"Expires": [
"-1"
@@ -589,16 +589,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -609,7 +609,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -618,13 +618,13 @@
"11999"
],
"x-ms-request-id": [
- "9dc45461-c0a2-4305-8f53-8f8a48b62483"
+ "a7780dd6-4724-41e4-b6a4-e73015a90279"
],
"x-ms-correlation-request-id": [
- "9dc45461-c0a2-4305-8f53-8f8a48b62483"
+ "a7780dd6-4724-41e4-b6a4-e73015a90279"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T185945Z:9dc45461-c0a2-4305-8f53-8f8a48b62483"
+ "WESTCENTRALUS:20201117T215844Z:a7780dd6-4724-41e4-b6a4-e73015a90279"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -633,7 +633,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 18:59:45 GMT"
+ "Tue, 17 Nov 2020 21:58:43 GMT"
],
"Expires": [
"-1"
@@ -646,16 +646,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -666,7 +666,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -675,13 +675,13 @@
"11998"
],
"x-ms-request-id": [
- "cd506103-8858-49f5-a884-3740469bd4a1"
+ "f2095104-988a-4046-94bd-babf3d884d85"
],
"x-ms-correlation-request-id": [
- "cd506103-8858-49f5-a884-3740469bd4a1"
+ "f2095104-988a-4046-94bd-babf3d884d85"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190001Z:cd506103-8858-49f5-a884-3740469bd4a1"
+ "WESTCENTRALUS:20201117T215859Z:f2095104-988a-4046-94bd-babf3d884d85"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -690,7 +690,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:00:00 GMT"
+ "Tue, 17 Nov 2020 21:58:58 GMT"
],
"Expires": [
"-1"
@@ -703,16 +703,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -723,7 +723,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -732,13 +732,13 @@
"11997"
],
"x-ms-request-id": [
- "e70f1f7b-087d-4194-bb68-72a8d0219da4"
+ "e880c3cd-e368-439b-9b5f-dfac4029b04a"
],
"x-ms-correlation-request-id": [
- "e70f1f7b-087d-4194-bb68-72a8d0219da4"
+ "e880c3cd-e368-439b-9b5f-dfac4029b04a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190016Z:e70f1f7b-087d-4194-bb68-72a8d0219da4"
+ "WESTCENTRALUS:20201117T215914Z:e880c3cd-e368-439b-9b5f-dfac4029b04a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -747,7 +747,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:00:15 GMT"
+ "Tue, 17 Nov 2020 21:59:13 GMT"
],
"Expires": [
"-1"
@@ -760,16 +760,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -780,7 +780,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -789,13 +789,13 @@
"11996"
],
"x-ms-request-id": [
- "c5afd152-4017-4086-903e-eb291c247791"
+ "694d41b5-e676-41b7-9d7b-3fb9ff63542b"
],
"x-ms-correlation-request-id": [
- "c5afd152-4017-4086-903e-eb291c247791"
+ "694d41b5-e676-41b7-9d7b-3fb9ff63542b"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190031Z:c5afd152-4017-4086-903e-eb291c247791"
+ "WESTCENTRALUS:20201117T215929Z:694d41b5-e676-41b7-9d7b-3fb9ff63542b"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -804,7 +804,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:00:30 GMT"
+ "Tue, 17 Nov 2020 21:59:28 GMT"
],
"Expires": [
"-1"
@@ -817,16 +817,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -837,7 +837,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -846,13 +846,13 @@
"11995"
],
"x-ms-request-id": [
- "b876cd76-84e7-401e-ba95-d5693bbbf76a"
+ "6dcc50dd-92da-4248-86e2-7e04c5231aad"
],
"x-ms-correlation-request-id": [
- "b876cd76-84e7-401e-ba95-d5693bbbf76a"
+ "6dcc50dd-92da-4248-86e2-7e04c5231aad"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190046Z:b876cd76-84e7-401e-ba95-d5693bbbf76a"
+ "WESTCENTRALUS:20201117T215944Z:6dcc50dd-92da-4248-86e2-7e04c5231aad"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -861,7 +861,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:00:46 GMT"
+ "Tue, 17 Nov 2020 21:59:44 GMT"
],
"Expires": [
"-1"
@@ -874,16 +874,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -894,7 +894,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -903,13 +903,13 @@
"11994"
],
"x-ms-request-id": [
- "8e002ecc-e7db-42d7-9170-19377eef93ba"
+ "ef22cfac-3cd1-493a-8506-603263e0b405"
],
"x-ms-correlation-request-id": [
- "8e002ecc-e7db-42d7-9170-19377eef93ba"
+ "ef22cfac-3cd1-493a-8506-603263e0b405"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190101Z:8e002ecc-e7db-42d7-9170-19377eef93ba"
+ "WESTCENTRALUS:20201117T220000Z:ef22cfac-3cd1-493a-8506-603263e0b405"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -918,7 +918,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:01:01 GMT"
+ "Tue, 17 Nov 2020 21:59:59 GMT"
],
"Expires": [
"-1"
@@ -931,16 +931,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -954,13 +954,13 @@
"11993"
],
"x-ms-request-id": [
- "d43092b2-8c6c-47ea-adf6-b9d6152b7b5f"
+ "93fdd3db-4b3f-4892-bb99-7cb39cbde153"
],
"x-ms-correlation-request-id": [
- "d43092b2-8c6c-47ea-adf6-b9d6152b7b5f"
+ "93fdd3db-4b3f-4892-bb99-7cb39cbde153"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190116Z:d43092b2-8c6c-47ea-adf6-b9d6152b7b5f"
+ "WESTCENTRALUS:20201117T220015Z:93fdd3db-4b3f-4892-bb99-7cb39cbde153"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -969,7 +969,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:01:15 GMT"
+ "Tue, 17 Nov 2020 22:00:14 GMT"
],
"Expires": [
"-1"
@@ -982,16 +982,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMzOS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE16T1MxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTMwMS1FQVNUVVMyIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVE13TVMxRlFWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUpsWVhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -1005,13 +1005,13 @@
"11992"
],
"x-ms-request-id": [
- "c09a1ce6-cc0b-4e38-b604-85b98a62a0b9"
+ "0443e6bb-5107-4656-989a-578105bde880"
],
"x-ms-correlation-request-id": [
- "c09a1ce6-cc0b-4e38-b604-85b98a62a0b9"
+ "0443e6bb-5107-4656-989a-578105bde880"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190116Z:c09a1ce6-cc0b-4e38-b604-85b98a62a0b9"
+ "WESTCENTRALUS:20201117T220015Z:0443e6bb-5107-4656-989a-578105bde880"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1020,7 +1020,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:01:16 GMT"
+ "Tue, 17 Nov 2020 22:00:15 GMT"
],
"Expires": [
"-1"
@@ -1035,10 +1035,10 @@
],
"Names": {
"CanCrudPolicyAssignmentAtResource": [
- "azsmnet9339",
- "azsmnet3219",
- "azsmnet8437",
- "azsmnet6921"
+ "azsmnet9301",
+ "azsmnet6394",
+ "azsmnet8908",
+ "azsmnet2286"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResourceGroup.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResourceGroup.json
index 947f848c80b0..ac6941cc446a 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResourceGroup.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LivePolicyTests/CanCrudPolicyAssignmentAtResourceGroup.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet430?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet2861?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODYxP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"westus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "564ed022-928f-4d12-926f-45665e0568e2"
+ "11ce6aa2-5471-41f6-b748-24aee93bef93"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "d7236d13-f22b-4790-864d-391f361b3442"
+ "16edc426-f78b-4d4a-b2f0-0e20fbc4d5a9"
],
"x-ms-correlation-request-id": [
- "d7236d13-f22b-4790-864d-391f361b3442"
+ "16edc426-f78b-4d4a-b2f0-0e20fbc4d5a9"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190500Z:d7236d13-f22b-4790-864d-391f361b3442"
+ "WESTCENTRALUS:20201117T220426Z:16edc426-f78b-4d4a-b2f0-0e20fbc4d5a9"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,10 +51,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:04:59 GMT"
+ "Tue, 17 Nov 2020 22:04:25 GMT"
],
"Content-Length": [
- "218"
+ "220"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430\",\r\n \"name\": \"azsmnet430\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861\",\r\n \"name\": \"azsmnet2861\",\r\n \"type\": \"Microsoft.Resources/resourceGroups\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0NTc1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0OTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Definition\",\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e3999fe6-fc86-40bc-8f74-89b8e76522b6"
+ "846293ce-c358-4954-a66e-f5374490b414"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,16 +99,16 @@
"no-cache"
],
"x-ms-request-id": [
- "northcentralus:ff24ccc6-a72a-4158-999f-92cb87745f0b"
+ "centralus:ee614ba6-176a-4713-b54b-cec09e76bd83"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1199"
],
"x-ms-correlation-request-id": [
- "cbe1dc3d-32dd-48df-97e7-d80b8f742aae"
+ "f2a38c0b-300d-4f7a-8efa-1dce52e79f6f"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190501Z:cbe1dc3d-32dd-48df-97e7-d80b8f742aae"
+ "WESTCENTRALUS:20201117T220427Z:f2a38c0b-300d-4f7a-8efa-1dce52e79f6f"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -117,10 +117,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:00 GMT"
+ "Tue, 17 Nov 2020 22:04:26 GMT"
],
"Content-Length": [
- "614"
+ "612"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -129,26 +129,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T19:05:00.6426483Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet5752\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T22:04:26.7579321Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet925\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments/azsmnet9089?api-version=2019-09-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0NDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lBc3NpZ25tZW50cy9henNtbmV0OTA4OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments/azsmnet2120?api-version=2019-09-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0Mjg2MS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDIxMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430\"\r\n },\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861\"\r\n },\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ee311868-01ee-4802-a1b9-b8e0291ba1d2"
+ "968e57a3-d4ac-4a87-8915-876558d77b8e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -165,16 +165,16 @@
"no-cache"
],
"x-ms-request-id": [
- "northcentralus:0ac09705-78d5-40a2-b056-87e90d8020c5"
+ "centralus:dbcff0e0-c569-4a35-97d1-2fef0de83e86"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-correlation-request-id": [
- "0a230321-b25a-447b-85c3-9fecc262c1e8"
+ "ddb4493a-937a-405e-96f8-895929b333a0"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190501Z:0a230321-b25a-447b-85c3-9fecc262c1e8"
+ "WESTCENTRALUS:20201117T220427Z:ddb4493a-937a-405e-96f8-895929b333a0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -183,10 +183,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:00 GMT"
+ "Tue, 17 Nov 2020 22:04:27 GMT"
],
"Content-Length": [
- "740"
+ "741"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -195,26 +195,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T19:05:01.2383774Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments/azsmnet9089\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet9089\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T22:04:27.3698713Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments/azsmnet2120\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2120\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlR3JvdXBzL2F6c21uZXQ0MzAvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRob3JpemF0aW9uL3BvbGljeUFzc2lnbm1lbnRzP2FwaS12ZXJzaW9uPTIwMTktMDktMDE=",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlR3JvdXBzL2F6c21uZXQyODYxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lBc3NpZ25tZW50cz9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "84d9e305-3f04-4748-b992-d32e37cdbcdc"
+ "2a38b99b-bcc6-4bc9-9d30-c37d0e2248b7"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -228,16 +228,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:e5d479ff-4dea-4e6a-bab0-1ac6048f2d6c"
+ "centralus:209f3492-d5a9-44d7-9513-a30a7636d42e"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11999"
],
"x-ms-correlation-request-id": [
- "16f63d2b-6a9c-448b-9b95-4d0ee526f116"
+ "f2ad2e32-6a7a-4842-b6ce-dcab5ecbb365"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190501Z:16f63d2b-6a9c-448b-9b95-4d0ee526f116"
+ "WESTCENTRALUS:20201117T220427Z:f2ad2e32-6a7a-4842-b6ce-dcab5ecbb365"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -246,10 +246,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:00 GMT"
+ "Tue, 17 Nov 2020 22:04:27 GMT"
],
"Content-Length": [
- "9243"
+ "6487"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -258,26 +258,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"tagname\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"tagvalue\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"31d0dce5-4d54-4655-88a4-4abeb7b965ae\",\r\n \"createdOn\": \"2019-03-20T19:50:15.7314497Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/07b2214e964c14fd1a6b219e13dd297d347b0a592f2b437170c20bc9ec9b03f4\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"07b2214e964c14fd1a6b219e13dd297d347b0a592f2b437170c20bc9ec9b03f4\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"tag1\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"tag2\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"ee3d2cb6-47eb-47c2-8923-3806f470c88f\",\r\n \"createdOn\": \"2019-02-25T01:18:33.4932987Z\",\r\n \"updatedBy\": \"47151ef7-d138-4e9d-b282-bb97ca100ac8\",\r\n \"updatedOn\": \"2019-02-25T02:30:07.6370888Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/5934c69688d0cc0cff17eff42fc0ece6c1e56d318c2b4bcff37737c5a1b28d0f\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"5934c69688d0cc0cff17eff42fc0ece6c1e56d318c2b4bcff37737c5a1b28d0f\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"b4c75c29-1df7-41be-896f-773b32c8f70d\",\r\n \"createdOn\": \"2019-02-22T21:37:00.5426433Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"Blah\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"Tataaaa\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"8b83255a-7c85-4a13-b489-98dd06f9598e\",\r\n \"createdOn\": \"2019-03-09T00:52:49.6417231Z\",\r\n \"updatedBy\": \"8b83255a-7c85-4a13-b489-98dd06f9598e\",\r\n \"updatedOn\": \"2019-03-09T00:58:46.603447Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/a4f0fbfaf847f88b87a5e27f45823f1638117ecd8236dd44f4e7d0d8dc72b036\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"a4f0fbfaf847f88b87a5e27f45823f1638117ecd8236dd44f4e7d0d8dc72b036\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"TagAlong\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"TagOver\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"6b866910-7ffb-4d75-9bca-500db3ee2555\",\r\n \"createdOn\": \"2019-02-25T02:42:02.9600137Z\",\r\n \"updatedBy\": \"3e7169f1-5500-43a2-8b37-5ac6f4848d54\",\r\n \"updatedOn\": \"2019-02-25T04:47:53.3822324Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/a7815fd275d907edf3298c0b1adb35498b95d5942f47a1e8ed40844a2508e59d\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"a7815fd275d907edf3298c0b1adb35498b95d5942f47a1e8ed40844a2508e59d\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Apply tag and its default value\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/2a0e14a6-b0a6-4fab-991a-187a4f81c498\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"tagName\": {\r\n \"value\": \"TagAlong\"\r\n },\r\n \"tagValue\": {\r\n \"value\": \"TagOver\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"7e884458-b120-46ff-baa7-7e006e1f1495\",\r\n \"createdOn\": \"2019-03-12T15:32:54.390662Z\",\r\n \"updatedBy\": \"7e884458-b120-46ff-baa7-7e006e1f1495\",\r\n \"updatedOn\": \"2019-03-12T15:36:36.2571187Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/f5483ff1409007ebd3305cd4f5885ffb6429520f36fa5d5bf10a0e61360791d7\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"f5483ff1409007ebd3305cd4f5885ffb6429520f36fa5d5bf10a0e61360791d7\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"metadata\": {\r\n \"createdBy\": \"bdef9655-c830-46d2-90d4-00f07352bf75\",\r\n \"createdOn\": \"2020-04-30T22:06:39.0823683Z\",\r\n \"updatedBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"updatedOn\": \"2020-06-19T17:48:18.8724914Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"ASC Default (subscription: a1bfa635-f2bf-42f1-86b5-848c674fc321)\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policySetDefinitions/1f3afdf9-d0c9-4c3d-847f-89da613e70a8\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"parameters\": {},\r\n \"description\": \"This is the default set of policies monitored by Azure Security Center. It was automatically assigned as part of onboarding to Security Center. The default assignment contains only audit policies. For more information please visit https://aka.ms/ascpolicies\",\r\n \"metadata\": {\r\n \"assignedBy\": \"Security Center\",\r\n \"createdBy\": \"6878917f-bc1d-4e4e-bb24-12924205b215\",\r\n \"createdOn\": \"2019-02-19T13:16:41.5447508Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/SecurityCenterBuiltIn\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"SecurityCenterBuiltIn\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T19:05:01.2383774Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments/azsmnet9089\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet9089\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit VMs that do not use managed disks\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/06a78e20-9358-41c9-923c-fb736d382a4d\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint\",\r\n \"notScopes\": [],\r\n \"parameters\": {},\r\n \"metadata\": {\r\n \"assignedBy\": \"Joseph Chan\",\r\n \"parameterScopes\": {},\r\n \"createdBy\": \"093cd807-9c05-4779-959d-4b8c5ed6b8bd\",\r\n \"createdOn\": \"2019-08-22T19:19:41.2448934Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyAssignments/4a05c6f6e8ed4068be699d81\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"4a05c6f6e8ed4068be699d81\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"338bf87e905134b14372efdcc48b8421b18f324ebefa6d6c937328df8c7dbb10\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit use of classic virtual machines\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/1d84d5fb-01f6-4d12-ba4f-4a26081d403d\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"notScopes\": [],\r\n \"parameters\": {\r\n \"effect\": {\r\n \"value\": \"Audit\"\r\n }\r\n },\r\n \"description\": \"\",\r\n \"metadata\": {\r\n \"createdBy\": \"b4c75c29-1df7-41be-896f-773b32c8f70d\",\r\n \"createdOn\": \"2019-02-22T21:37:00.5426433Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"851f53cc022394a30023778de7d38061431d0df4449b79d103187acdb31259a2\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-07-14T22:15:48.2714701Z\",\r\n \"updatedBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"updatedOn\": \"2020-11-17T21:28:41.6181783Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"ASC Default (subscription: a1bfa635-f2bf-42f1-86b5-848c674fc321)\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policySetDefinitions/1f3afdf9-d0c9-4c3d-847f-89da613e70a8\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321\",\r\n \"parameters\": {},\r\n \"description\": \"This is the default set of policies monitored by Azure Security Center. It was automatically assigned as part of onboarding to Security Center. The default assignment contains only audit policies. For more information please visit https://aka.ms/ascpolicies\",\r\n \"metadata\": {\r\n \"assignedBy\": \"Security Center\",\r\n \"createdBy\": \"6878917f-bc1d-4e4e-bb24-12924205b215\",\r\n \"createdOn\": \"2019-02-19T13:16:41.5447508Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyAssignments/SecurityCenterBuiltIn\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"SecurityCenterBuiltIn\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T22:04:27.3698713Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments/azsmnet2120\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2120\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"Audit VMs that do not use managed disks\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Authorization/policyDefinitions/06a78e20-9358-41c9-923c-fb736d382a4d\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint\",\r\n \"notScopes\": [],\r\n \"parameters\": {},\r\n \"metadata\": {\r\n \"assignedBy\": \"Joseph Chan\",\r\n \"parameterScopes\": {},\r\n \"createdBy\": \"093cd807-9c05-4779-959d-4b8c5ed6b8bd\",\r\n \"createdOn\": \"2019-08-22T19:19:41.2448934Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyAssignments/4a05c6f6e8ed4068be699d81\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"4a05c6f6e8ed4068be699d81\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyDefinitions/policy2\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint\",\r\n \"metadata\": {\r\n \"createdBy\": \"414d10da-615f-49a7-90a0-a7008fb31cd3\",\r\n \"createdOn\": \"2020-07-06T15:37:15.2536846Z\",\r\n \"updatedBy\": \"414d10da-615f-49a7-90a0-a7008fb31cd3\",\r\n \"updatedOn\": \"2020-07-06T15:39:48.8368725Z\"\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/AzBlueprint/providers/Microsoft.Authorization/policyAssignments/location-lock\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"location-lock\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CSEO Block WVD resource creation\",\r\n \"policyDefinitionId\": \"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/policyDefinitions/Deny WVD creation\",\r\n \"scope\": \"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"notScopes\": [\r\n \"/providers/Microsoft.Management/managementGroups/MSFT-DSRE-ISO-IAM\",\r\n \"/providers/Microsoft.Management/managementGroups/9ce3369a-545b-cfba-c329-3631400b552f\",\r\n \"/subscriptions/3ae2e9a4-54bd-459f-8211-6f920ecd52c4\"\r\n ],\r\n \"description\": \"IAMAADENG@microsoft.com\",\r\n \"metadata\": {\r\n \"createdBy\": \"7f1579a6-c648-43a1-ac1e-0c3020dd9b8e\",\r\n \"createdOn\": \"2020-11-17T19:41:36.3082667Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/providers/Microsoft.Management/managementGroups/72f988bf-86f1-41af-91ab-2d7cd011db47/providers/Microsoft.Authorization/policyAssignments/Block WVD creation\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"Block WVD creation\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments/azsmnet9089?api-version=2019-09-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0NDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lBc3NpZ25tZW50cy9henNtbmV0OTA4OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments/azsmnet2120?api-version=2019-09-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0Mjg2MS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDIxMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c74a7ed0-974f-4f5a-89ce-06450958483a"
+ "f19cc265-0164-4329-8fd2-1ec902068f28"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -291,16 +291,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:7205aef2-3eeb-41c7-bb7a-2eed76183fdf"
+ "centralus:5a219fc1-c777-48a2-96f9-f71dbc37a946"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11998"
],
"x-ms-correlation-request-id": [
- "92ca2567-4e1e-4351-8e3d-07f48f3deacc"
+ "c2c41693-9b8d-4732-86a7-a7c9386f7da8"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190501Z:92ca2567-4e1e-4351-8e3d-07f48f3deacc"
+ "WESTCENTRALUS:20201117T220428Z:c2c41693-9b8d-4732-86a7-a7c9386f7da8"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -309,10 +309,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:00 GMT"
+ "Tue, 17 Nov 2020 22:04:27 GMT"
],
"Content-Length": [
- "740"
+ "741"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -321,26 +321,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T19:05:01.2383774Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments/azsmnet9089\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet9089\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T22:04:27.3698713Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments/azsmnet2120\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2120\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments/azsmnet9089?api-version=2019-09-01",
- "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0NDMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lBc3NpZ25tZW50cy9henNtbmV0OTA4OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "//subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments/azsmnet2120?api-version=2019-09-01",
+ "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zL2ExYmZhNjM1LWYyYmYtNDJmMS04NmI1LTg0OGM2NzRmYzMyMS9yZXNvdXJjZUdyb3Vwcy9henNtbmV0Mjg2MS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dGhvcml6YXRpb24vcG9saWN5QXNzaWdubWVudHMvYXpzbW5ldDIxMjA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "baad4776-49de-4fb2-a3c2-4c08b3537d57"
+ "47c18f3f-ec61-444f-a79d-ee88184aa6b5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -354,16 +354,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:8561ec51-8599-4c8c-9145-0c9b79be58d0"
+ "centralus:15813e3e-1ab5-4d33-8f8b-a07ba9c0a00f"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
"14999"
],
"x-ms-correlation-request-id": [
- "733e7a93-838d-4e17-bfc9-a9f45bf22d3f"
+ "64cfa142-cf6b-4fb0-8f74-3d9eb707155a"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190502Z:733e7a93-838d-4e17-bfc9-a9f45bf22d3f"
+ "WESTCENTRALUS:20201117T220428Z:64cfa142-cf6b-4fb0-8f74-3d9eb707155a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -372,10 +372,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:01 GMT"
+ "Tue, 17 Nov 2020 22:04:27 GMT"
],
"Content-Length": [
- "740"
+ "741"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -384,26 +384,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T19:05:01.2383774Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet430/providers/Microsoft.Authorization/policyAssignments/azsmnet9089\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet9089\"\r\n}",
+ "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"A0\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Assignment\",\r\n \"policyDefinitionId\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925\",\r\n \"scope\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T22:04:27.3698713Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"enforcementMode\": \"Default\"\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourceGroups/azsmnet2861/providers/Microsoft.Authorization/policyAssignments/azsmnet2120\",\r\n \"type\": \"Microsoft.Authorization/policyAssignments\",\r\n \"name\": \"azsmnet2120\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0NTc1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0aG9yaXphdGlvbi9wb2xpY3lEZWZpbml0aW9ucy9henNtbmV0OTI1P2FwaS12ZXJzaW9uPTIwMTktMDktMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "83018f97-4c33-4555-a81f-6ce905dba84e"
+ "88d2bb9a-4f47-41ec-a0bf-664223d984b2"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.PolicyClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.PolicyClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -417,16 +417,16 @@
"Accept-Encoding"
],
"x-ms-request-id": [
- "northcentralus:fcac78f6-3735-4c5b-9d4c-e588ec8a04fa"
+ "centralus:fedc8911-cb44-4739-9684-db28552ebdf7"
],
"x-ms-ratelimit-remaining-subscription-deletes": [
"14998"
],
"x-ms-correlation-request-id": [
- "d525274f-f28a-440b-bb4d-4598005b9914"
+ "c333a7a1-a2e7-46bb-a349-52322a3cca52"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190502Z:d525274f-f28a-440b-bb4d-4598005b9914"
+ "WESTCENTRALUS:20201117T220428Z:c333a7a1-a2e7-46bb-a349-52322a3cca52"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -435,10 +435,10 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:01 GMT"
+ "Tue, 17 Nov 2020 22:04:28 GMT"
],
"Content-Length": [
- "614"
+ "612"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -447,26 +447,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-06-19T19:05:00.6426483Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet5752\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet5752\"\r\n}",
+ "ResponseBody": "{\r\n \"properties\": {\r\n \"displayName\": \"CanCrudPolicyAssignmentAtResourceGroup Policy Definition\",\r\n \"policyType\": \"Custom\",\r\n \"mode\": \"Indexed\",\r\n \"metadata\": {\r\n \"createdBy\": \"1552e634-7535-403f-b28d-1de5d2e9b076\",\r\n \"createdOn\": \"2020-11-17T22:04:26.7579321Z\",\r\n \"updatedBy\": null,\r\n \"updatedOn\": null\r\n },\r\n \"policyRule\": {\r\n \"if\": {\r\n \"source\": \"action\",\r\n \"equals\": \"ResourceProviderTestHost/TestResourceType/TestResourceTypeNestedOne/write\"\r\n },\r\n \"then\": {\r\n \"effect\": \"deny\"\r\n }\r\n }\r\n },\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Authorization/policyDefinitions/azsmnet925\",\r\n \"type\": \"Microsoft.Authorization/policyDefinitions\",\r\n \"name\": \"azsmnet925\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet430?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ0MzA/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/resourcegroups/azsmnet2861?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyODYxP2FwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8a3d0588-6dc3-4cef-9a4d-6cbc6207765e"
+ "b931b49a-07d4-4cdd-9ee3-f6347b171632"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -477,7 +477,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDMwLVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjg2MS1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -486,13 +486,13 @@
"14999"
],
"x-ms-request-id": [
- "08370c3d-5cd0-4ae1-aaeb-f5ca220cb052"
+ "a1ec0432-2277-452d-a3ee-86a4cf27c410"
],
"x-ms-correlation-request-id": [
- "08370c3d-5cd0-4ae1-aaeb-f5ca220cb052"
+ "a1ec0432-2277-452d-a3ee-86a4cf27c410"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190503Z:08370c3d-5cd0-4ae1-aaeb-f5ca220cb052"
+ "WESTCENTRALUS:20201117T220429Z:a1ec0432-2277-452d-a3ee-86a4cf27c410"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -501,7 +501,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:02 GMT"
+ "Tue, 17 Nov 2020 22:04:28 GMT"
],
"Expires": [
"-1"
@@ -514,16 +514,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDMwLVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVORE13TFZkRlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjg2MS1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNamcyTVMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -534,7 +534,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDMwLVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjg2MS1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -543,13 +543,13 @@
"11999"
],
"x-ms-request-id": [
- "d0c70c15-cd70-4ba0-81e5-9e41a504fb7f"
+ "bcf26085-ae61-447e-a6f3-3bf064be05d0"
],
"x-ms-correlation-request-id": [
- "d0c70c15-cd70-4ba0-81e5-9e41a504fb7f"
+ "bcf26085-ae61-447e-a6f3-3bf064be05d0"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190519Z:d0c70c15-cd70-4ba0-81e5-9e41a504fb7f"
+ "WESTCENTRALUS:20201117T220444Z:bcf26085-ae61-447e-a6f3-3bf064be05d0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -558,7 +558,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:18 GMT"
+ "Tue, 17 Nov 2020 22:04:44 GMT"
],
"Expires": [
"-1"
@@ -571,16 +571,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDMwLVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVORE13TFZkRlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjg2MS1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNamcyTVMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -591,7 +591,7 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDMwLVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2020-06-01"
+ "https://management.azure.com/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjg2MS1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01"
],
"Retry-After": [
"15"
@@ -600,13 +600,13 @@
"11998"
],
"x-ms-request-id": [
- "73ca9763-fe4a-45c9-ab6a-0e124d13a691"
+ "29752201-3a9c-4709-8435-dd34fb98458c"
],
"x-ms-correlation-request-id": [
- "73ca9763-fe4a-45c9-ab6a-0e124d13a691"
+ "29752201-3a9c-4709-8435-dd34fb98458c"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190534Z:73ca9763-fe4a-45c9-ab6a-0e124d13a691"
+ "WESTCENTRALUS:20201117T220459Z:29752201-3a9c-4709-8435-dd34fb98458c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -615,7 +615,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:33 GMT"
+ "Tue, 17 Nov 2020 22:04:59 GMT"
],
"Expires": [
"-1"
@@ -628,16 +628,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDMwLVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVORE13TFZkRlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjg2MS1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNamcyTVMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -651,13 +651,13 @@
"11997"
],
"x-ms-request-id": [
- "2887d152-3dac-4980-b48a-8a773548f9fe"
+ "ffbd7b5f-ed44-4bff-89d1-59df6a642bd0"
],
"x-ms-correlation-request-id": [
- "2887d152-3dac-4980-b48a-8a773548f9fe"
+ "ffbd7b5f-ed44-4bff-89d1-59df6a642bd0"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190549Z:2887d152-3dac-4980-b48a-8a773548f9fe"
+ "WESTCENTRALUS:20201117T220514Z:ffbd7b5f-ed44-4bff-89d1-59df6a642bd0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -666,7 +666,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:48 GMT"
+ "Tue, 17 Nov 2020 22:05:14 GMT"
],
"Expires": [
"-1"
@@ -679,16 +679,16 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNDMwLVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVORE13TFZkRlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbmRsYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjg2MS1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNamcyTVMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAyMC0xMC0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.28207.03",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/4.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
@@ -702,13 +702,13 @@
"11996"
],
"x-ms-request-id": [
- "cf645062-e0ef-4154-854d-e39003dc1947"
+ "43e0d243-ff1e-487c-a828-bd8f9161c502"
],
"x-ms-correlation-request-id": [
- "cf645062-e0ef-4154-854d-e39003dc1947"
+ "43e0d243-ff1e-487c-a828-bd8f9161c502"
],
"x-ms-routing-request-id": [
- "NORTHCENTRALUS:20200619T190549Z:cf645062-e0ef-4154-854d-e39003dc1947"
+ "WESTCENTRALUS:20201117T220514Z:43e0d243-ff1e-487c-a828-bd8f9161c502"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -717,7 +717,7 @@
"nosniff"
],
"Date": [
- "Fri, 19 Jun 2020 19:05:48 GMT"
+ "Tue, 17 Nov 2020 22:05:14 GMT"
],
"Expires": [
"-1"
@@ -732,9 +732,9 @@
],
"Names": {
"CanCrudPolicyAssignmentAtResourceGroup": [
- "azsmnet430",
- "azsmnet5752",
- "azsmnet9089"
+ "azsmnet2861",
+ "azsmnet925",
+ "azsmnet2120"
]
},
"Variables": {
diff --git a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveProviderTests/GetProviderWithAliases.json b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveProviderTests/GetProviderWithAliases.json
index cf7adcd3b4e1..864ff6c54616 100644
--- a/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveProviderTests/GetProviderWithAliases.json
+++ b/sdk/resources/Microsoft.Azure.Management.Resource/tests/SessionRecords/LiveProviderTests/GetProviderWithAliases.json
@@ -1,31 +1,28 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/086aecf4-23d6-4dfd-99a8-a5c6299f0322/providers/Microsoft.Storage/register?api-version=2020-06-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDg2YWVjZjQtMjNkNi00ZGZkLTk5YTgtYTVjNjI5OWYwMzIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx",
+ "RequestUri": "/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Storage/register?api-version=2020-10-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTFiZmE2MzUtZjJiZi00MmYxLTg2YjUtODQ4YzY3NGZjMzIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9yZWdpc3Rlcj9hcGktdmVyc2lvbj0yMDIwLTEwLTAx",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4060e915-68ad-481c-8c09-71613d5a36df"
+ "19e1164e-335a-43af-a7ea-88344476223c"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.9.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-cache"
],
- "Date": [
- "Mon, 03 Aug 2020 21:44:16 GMT"
- ],
"Pragma": [
"no-cache"
],
@@ -33,13 +30,13 @@
"1199"
],
"x-ms-request-id": [
- "da3b182c-9344-44ff-9c31-2a7b8c7ca727"
+ "0129786d-f904-4a1d-a7e3-35f0c5686487"
],
"x-ms-correlation-request-id": [
- "da3b182c-9344-44ff-9c31-2a7b8c7ca727"
+ "0129786d-f904-4a1d-a7e3-35f0c5686487"
],
"x-ms-routing-request-id": [
- "WESTUS:20200803T214417Z:da3b182c-9344-44ff-9c31-2a7b8c7ca727"
+ "WESTCENTRALUS:20201117T203844Z:0129786d-f904-4a1d-a7e3-35f0c5686487"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -47,8 +44,11 @@
"X-Content-Type-Options": [
"nosniff"
],
+ "Date": [
+ "Tue, 17 Nov 2020 20:38:44 GMT"
+ ],
"Content-Length": [
- "14499"
+ "17474"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -57,35 +57,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/086aecf4-23d6-4dfd-99a8-a5c6299f0322/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n {\r\n \"applicationId\": \"e406a681-f3d4-42a8-90b6-c2b029497af1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\",\r\n \"registrationPolicy\": \"RegistrationRequired\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/a1bfa635-f2bf-42f1-86b5-848c674fc321/providers/Microsoft.Storage\",\r\n \"namespace\": \"Microsoft.Storage\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\r\n \"roleDefinitionId\": \"070ab87f-0efc-4423-b18b-756f3bdb0236\"\r\n },\r\n {\r\n \"applicationId\": \"e406a681-f3d4-42a8-90b6-c2b029497af1\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"deletedAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"2\",\r\n \"1\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listAccountSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/listServiceSas\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\",\r\n \"2016-05-01\",\r\n \"2016-01-01\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-01-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2018-11-01\",\r\n \"2018-07-01\",\r\n \"2018-02-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01\",\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2 (Stage)\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"capabilities\": \"None\"\r\n }\r\n ],\r\n \"registrationState\": \"Registered\",\r\n \"registrationPolicy\": \"RegistrationRequired\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/providers?$expand=resourceTypes%2Faliases&api-version=2020-06-01",
- "EncodedRequestUri": "L3Byb3ZpZGVycz8kZXhwYW5kPXJlc291cmNlVHlwZXMlMkZhbGlhc2VzJmFwaS12ZXJzaW9uPTIwMjAtMDYtMDE=",
+ "RequestUri": "/providers?$expand=resourceTypes%2Faliases&api-version=2020-10-01",
+ "EncodedRequestUri": "L3Byb3ZpZGVycz8kZXhwYW5kPXJlc291cmNlVHlwZXMlMkZhbGlhc2VzJmFwaS12ZXJzaW9uPTIwMjAtMTAtMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "47101d53-b64b-430f-b028-e26a41510155"
+ "20e76f92-aaac-421d-9833-3dd460aee1fe"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.9.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/3.11.0.0"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-cache"
],
- "Date": [
- "Mon, 03 Aug 2020 21:44:18 GMT"
- ],
"Pragma": [
"no-cache"
],
@@ -93,13 +90,13 @@
"11999"
],
"x-ms-request-id": [
- "bd0c7fc8-bf29-47e2-ab40-8997baabdf53"
+ "c17320c7-9fdf-4fd8-91c0-4e33f789bd11"
],
"x-ms-correlation-request-id": [
- "bd0c7fc8-bf29-47e2-ab40-8997baabdf53"
+ "c17320c7-9fdf-4fd8-91c0-4e33f789bd11"
],
"x-ms-routing-request-id": [
- "WESTUS:20200803T214419Z:bd0c7fc8-bf29-47e2-ab40-8997baabdf53"
+ "WESTCENTRALUS:20201117T203847Z:c17320c7-9fdf-4fd8-91c0-4e33f789bd11"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -107,22 +104,25 @@
"X-Content-Type-Options": [
"nosniff"
],
- "Content-Length": [
- "7612967"
+ "Date": [
+ "Tue, 17 Nov 2020 20:38:46 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Expires": [
"-1"
+ ],
+ "Content-Length": [
+ "8276270"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"namespace\": \"84codes.CloudAMQP\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-08-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Conexlink.MyCloudIT\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"LiveArena.Broadcast\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Mailjet.Email\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2017-10-01\",\r\n \"2017-05-29\",\r\n \"2017-02-03\",\r\n \"2016-11-01\",\r\n \"2016-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\",\r\n \"2017-02-03\",\r\n \"2016-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AAD\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DomainServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"DomainServices/oucontainer\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2017-06-01\",\r\n \"2017-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"microsoft.aadiam\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"azureADMetrics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01-preview\",\r\n \"2020-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkForAzureAD\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-03-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-01\",\r\n \"2016-02-01\",\r\n \"2015-11-01\",\r\n \"2015-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\",\r\n \"2017-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\",\r\n \"2017-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Addons\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"supportProviders\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-05-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ADHybridHealthService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"addsservices\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"configuration\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"agents\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"aadsupportcases\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reports\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servicehealthmetrics\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"anonymousapiusers\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Advisor\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"suppressions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\",\r\n \"2020-01-01\",\r\n \"2017-04-19-rc\",\r\n \"2017-04-19-alpha\",\r\n \"2017-04-19\",\r\n \"2017-03-31-alpha\",\r\n \"2017-03-31\",\r\n \"2016-07-12-rc\",\r\n \"2016-07-12-preview\",\r\n \"2016-07-12-alpha\",\r\n \"2016-05-09-preview\",\r\n \"2016-05-09-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\",\r\n \"2020-01-01\",\r\n \"2017-04-19-rc\",\r\n \"2017-04-19-alpha\",\r\n \"2017-04-19\",\r\n \"2017-03-31-alpha\",\r\n \"2017-03-31\",\r\n \"2016-07-12-rc\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metadata\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\",\r\n \"2020-01-01\",\r\n \"2017-04-19-rc\",\r\n \"2017-04-19-alpha\",\r\n \"2017-04-19\",\r\n \"2017-03-31-alpha\",\r\n \"2017-03-31\",\r\n \"2016-07-12-rc\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"recommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\",\r\n \"2020-01-01\",\r\n \"2017-04-19-rc\",\r\n \"2017-04-19-alpha\",\r\n \"2017-04-19\",\r\n \"2017-03-31-alpha\",\r\n \"2017-03-31\",\r\n \"2016-07-12-rc\",\r\n \"2016-07-12-preview\",\r\n \"2016-07-12-alpha\",\r\n \"2016-05-09-preview\",\r\n \"2016-05-09-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"generateRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\",\r\n \"2020-01-01\",\r\n \"2017-04-19-rc\",\r\n \"2017-04-19-alpha\",\r\n \"2017-04-19\",\r\n \"2017-03-31-alpha\",\r\n \"2017-03-31\",\r\n \"2016-07-12-rc\",\r\n \"2016-07-12-preview\",\r\n \"2016-07-12-alpha\",\r\n \"2016-05-09-preview\",\r\n \"2016-05-09-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\",\r\n \"2020-01-01\",\r\n \"2017-04-19-rc\",\r\n \"2017-04-19-alpha\",\r\n \"2017-04-19\",\r\n \"2017-03-31-alpha\",\r\n \"2017-03-31\",\r\n \"2016-07-12-rc\",\r\n \"2016-07-12-preview\",\r\n \"2016-07-12-alpha\",\r\n \"2016-05-09-preview\",\r\n \"2016-05-09-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AISupercomputer\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageContainers\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/accountQuotaPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/computeGroupQuotaPolicies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/computeGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/computeGroups/jobs\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AlertsManagement\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-11-02-privatepreview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"alertsSummary\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"smartGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"smartDetectorAlertRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-02-01-privatepreview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/severity\",\r\n \"defaultPath\": \"properties.severity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/frequency\",\r\n \"defaultPath\": \"properties.frequency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.id\",\r\n \"defaultPath\": \"properties.detector.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.parameters\",\r\n \"defaultPath\": \"properties.detector.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.name\",\r\n \"defaultPath\": \"properties.detector.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.description\",\r\n \"defaultPath\": \"properties.detector.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.supportedResourceTypes[*]\",\r\n \"defaultPath\": \"properties.detector.supportedResourceTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.supportedResourceTypes\",\r\n \"defaultPath\": \"properties.detector.supportedResourceTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.imagePaths[*]\",\r\n \"defaultPath\": \"properties.detector.imagePaths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector.imagePaths\",\r\n \"defaultPath\": \"properties.detector.imagePaths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/detector\",\r\n \"defaultPath\": \"properties.detector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/scope[*]\",\r\n \"defaultPath\": \"properties.scope[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/scope\",\r\n \"defaultPath\": \"properties.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/actionGroups.customEmailSubject\",\r\n \"defaultPath\": \"properties.actionGroups.customEmailSubject\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/actionGroups.customWebhookPayload\",\r\n \"defaultPath\": \"properties.actionGroups.customWebhookPayload\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/actionGroups.groupIds[*]\",\r\n \"defaultPath\": \"properties.actionGroups.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/actionGroups.groupIds\",\r\n \"defaultPath\": \"properties.actionGroups.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/actionGroups\",\r\n \"defaultPath\": \"properties.actionGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/throttling.duration\",\r\n \"defaultPath\": \"properties.throttling.duration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/smartDetectorAlertRules/throttling\",\r\n \"defaultPath\": \"properties.throttling\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"actionRules\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2018-11-02-privatepreview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/scope.type\",\r\n \"defaultPath\": \"properties.scope.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/scope.values[*]\",\r\n \"defaultPath\": \"properties.scope.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/scope.values\",\r\n \"defaultPath\": \"properties.scope.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/scope\",\r\n \"defaultPath\": \"properties.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.severity.operator\",\r\n \"defaultPath\": \"properties.conditions.severity.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.severity.values[*]\",\r\n \"defaultPath\": \"properties.conditions.severity.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.severity.values\",\r\n \"defaultPath\": \"properties.conditions.severity.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.severity\",\r\n \"defaultPath\": \"properties.conditions.severity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorService.operator\",\r\n \"defaultPath\": \"properties.conditions.monitorService.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorService.values[*]\",\r\n \"defaultPath\": \"properties.conditions.monitorService.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorService.values\",\r\n \"defaultPath\": \"properties.conditions.monitorService.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorService\",\r\n \"defaultPath\": \"properties.conditions.monitorService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorCondition.operator\",\r\n \"defaultPath\": \"properties.conditions.monitorCondition.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorCondition.values[*]\",\r\n \"defaultPath\": \"properties.conditions.monitorCondition.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorCondition.values\",\r\n \"defaultPath\": \"properties.conditions.monitorCondition.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.monitorCondition\",\r\n \"defaultPath\": \"properties.conditions.monitorCondition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.signalType.operator\",\r\n \"defaultPath\": \"properties.conditions.signalType.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.signalType.values[*]\",\r\n \"defaultPath\": \"properties.conditions.signalType.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.signalType.values\",\r\n \"defaultPath\": \"properties.conditions.signalType.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.signalType\",\r\n \"defaultPath\": \"properties.conditions.signalType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResource.operator\",\r\n \"defaultPath\": \"properties.conditions.targetResource.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResource.values[*]\",\r\n \"defaultPath\": \"properties.conditions.targetResource.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResource.values\",\r\n \"defaultPath\": \"properties.conditions.targetResource.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResource\",\r\n \"defaultPath\": \"properties.conditions.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceGroup.operator\",\r\n \"defaultPath\": \"properties.conditions.targetResourceGroup.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceGroup.values[*]\",\r\n \"defaultPath\": \"properties.conditions.targetResourceGroup.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceGroup.values\",\r\n \"defaultPath\": \"properties.conditions.targetResourceGroup.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceGroup\",\r\n \"defaultPath\": \"properties.conditions.targetResourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceType.operator\",\r\n \"defaultPath\": \"properties.conditions.targetResourceType.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceType.values[*]\",\r\n \"defaultPath\": \"properties.conditions.targetResourceType.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceType.values\",\r\n \"defaultPath\": \"properties.conditions.targetResourceType.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.targetResourceType\",\r\n \"defaultPath\": \"properties.conditions.targetResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertRuleId.operator\",\r\n \"defaultPath\": \"properties.conditions.alertRuleId.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertRuleId.values[*]\",\r\n \"defaultPath\": \"properties.conditions.alertRuleId.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertRuleId.values\",\r\n \"defaultPath\": \"properties.conditions.alertRuleId.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertRuleId\",\r\n \"defaultPath\": \"properties.conditions.alertRuleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.description.operator\",\r\n \"defaultPath\": \"properties.conditions.description.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.description.values[*]\",\r\n \"defaultPath\": \"properties.conditions.description.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.description.values\",\r\n \"defaultPath\": \"properties.conditions.description.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.description\",\r\n \"defaultPath\": \"properties.conditions.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.logAnalyticsSearchResults.operator\",\r\n \"defaultPath\": \"properties.conditions.logAnalyticsSearchResults.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.logAnalyticsSearchResults.values[*]\",\r\n \"defaultPath\": \"properties.conditions.logAnalyticsSearchResults.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.logAnalyticsSearchResults.values\",\r\n \"defaultPath\": \"properties.conditions.logAnalyticsSearchResults.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.logAnalyticsSearchResults\",\r\n \"defaultPath\": \"properties.conditions.logAnalyticsSearchResults\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.applicationInsightsSearchResults.operator\",\r\n \"defaultPath\": \"properties.conditions.applicationInsightsSearchResults.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.applicationInsightsSearchResults.values[*]\",\r\n \"defaultPath\": \"properties.conditions.applicationInsightsSearchResults.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.applicationInsightsSearchResults.values\",\r\n \"defaultPath\": \"properties.conditions.applicationInsightsSearchResults.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.applicationInsightsSearchResults\",\r\n \"defaultPath\": \"properties.conditions.applicationInsightsSearchResults\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions\",\r\n \"defaultPath\": \"properties.conditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.recurrenceType\",\r\n \"defaultPath\": \"properties.suppressionConfig.recurrenceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.schedule.startDate\",\r\n \"defaultPath\": \"properties.suppressionConfig.schedule.startDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.schedule.endDate\",\r\n \"defaultPath\": \"properties.suppressionConfig.schedule.endDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.schedule.startTime\",\r\n \"defaultPath\": \"properties.suppressionConfig.schedule.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.schedule.endTime\",\r\n \"defaultPath\": \"properties.suppressionConfig.schedule.endTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.schedule.recurrenceValues[*]\",\r\n \"defaultPath\": \"properties.suppressionConfig.schedule.recurrenceValues[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.schedule.recurrenceValues\",\r\n \"defaultPath\": \"properties.suppressionConfig.schedule.recurrenceValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig.schedule\",\r\n \"defaultPath\": \"properties.suppressionConfig.schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/suppressionConfig\",\r\n \"defaultPath\": \"properties.suppressionConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/resourceGroup\",\r\n \"defaultPath\": \"properties.resourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/createdAt\",\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/lastModifiedAt\",\r\n \"defaultPath\": \"properties.lastModifiedAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/createdBy\",\r\n \"defaultPath\": \"properties.createdBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/lastModifiedBy\",\r\n \"defaultPath\": \"properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/scope.scopeType\",\r\n \"defaultPath\": \"properties.scope.scopeType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertContext.operator\",\r\n \"defaultPath\": \"properties.conditions.alertContext.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertContext.values[*]\",\r\n \"defaultPath\": \"properties.conditions.alertContext.values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertContext.values\",\r\n \"defaultPath\": \"properties.conditions.alertContext.values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/conditions.alertContext\",\r\n \"defaultPath\": \"properties.conditions.alertContext\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AlertsManagement/actionRules/type\",\r\n \"defaultPath\": \"properties.type\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"alertsList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"alertsSummaryList\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-02-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"alertsMetaData\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-05-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-05-preview\",\r\n \"2018-05-05\",\r\n \"2017-11-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AnalysisServices\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"defaultApiVersion\": \"2017-08-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-08-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/state\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.state\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/serverFullName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serverFullName\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serverFullName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/managedMode\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.managedMode\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.managedMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/asAdministrators\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.asAdministrators\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.asAdministrators\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/asAdministrators.members\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.asAdministrators.members\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.asAdministrators.members\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/asAdministrators.members[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.asAdministrators.members[*]\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.asAdministrators.members[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/backupBlobContainerUri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.backupBlobContainerUri\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.backupBlobContainerUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/serverMonitorMode\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serverMonitorMode\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serverMonitorMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/querypoolConnectionMode\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.querypoolConnectionMode\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.querypoolConnectionMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/ipV4FirewallSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipV4FirewallSettings\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipV4FirewallSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/ipV4FirewallSettings.firewallRules\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipV4FirewallSettings.firewallRules\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipV4FirewallSettings.firewallRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/ipV4FirewallSettings.firewallRules[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipV4FirewallSettings.firewallRules[*]\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipV4FirewallSettings.firewallRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/ipV4FirewallSettings.firewallRules[*].firewallRuleName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipV4FirewallSettings.firewallRules[*].firewallRuleName\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipV4FirewallSettings.firewallRules[*].firewallRuleName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/ipV4FirewallSettings.firewallRules[*].rangeStart\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipV4FirewallSettings.firewallRules[*].rangeStart\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipV4FirewallSettings.firewallRules[*].rangeStart\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/ipV4FirewallSettings.firewallRules[*].rangeEnd\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipV4FirewallSettings.firewallRules[*].rangeEnd\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipV4FirewallSettings.firewallRules[*].rangeEnd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/ipV4FirewallSettings.enablePowerBIService\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipV4FirewallSettings.enablePowerBIService\",\r\n \"apiVersions\": [\r\n \"2016-05-16\",\r\n \"2017-07-14\",\r\n \"2017-08-01\",\r\n \"2017-08-01-beta\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipV4FirewallSettings.enablePowerBIService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/gatewayDetails.gatewayResourceId\",\r\n \"defaultPath\": \"properties.gatewayDetails.gatewayResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/gatewayDetails.gatewayObjectId\",\r\n \"defaultPath\": \"properties.gatewayDetails.gatewayObjectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/gatewayDetails.dmtsClusterUri\",\r\n \"defaultPath\": \"properties.gatewayDetails.dmtsClusterUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/gatewayDetails\",\r\n \"defaultPath\": \"properties.gatewayDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AnalysisServices/servers/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"defaultApiVersion\": \"2017-08-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-08-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"defaultApiVersion\": \"2017-08-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-08-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"defaultApiVersion\": \"2017-08-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-08-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"UK South\",\r\n \"West India\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"defaultApiVersion\": \"2017-08-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-08-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-01-beta\",\r\n \"2017-08-01\",\r\n \"2017-07-14\",\r\n \"2016-05-16\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-08-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets.displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets.versioningScheme\",\r\n \"defaultPath\": \"properties.versioningScheme\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/caches.description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/caches.connectionString\",\r\n \"defaultPath\": \"properties.connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/caches.resourceId\",\r\n \"defaultPath\": \"properties.resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/publisherEmail\",\r\n \"defaultPath\": \"properties.publisherEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/publisherName\",\r\n \"defaultPath\": \"properties.publisherName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/sku.name.externalDocs\",\r\n \"defaultPath\": \"sku.name.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/targetProvisioningState\",\r\n \"defaultPath\": \"properties.targetProvisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/createdAtUtc\",\r\n \"defaultPath\": \"properties.createdAtUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/runtimeUrl\",\r\n \"defaultPath\": \"properties.runtimeUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalUrl\",\r\n \"defaultPath\": \"properties.portalUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/managementApiUrl\",\r\n \"defaultPath\": \"properties.managementApiUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/scmUrl\",\r\n \"defaultPath\": \"properties.scmUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/addresserEmail\",\r\n \"defaultPath\": \"properties.addresserEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].type\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].hostname\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].certificate.expiry\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].certificate.expiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].certificate.thumbprint\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].certificate.thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].certificate.subject\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].certificate.subject\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].certificate\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].certificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*]\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations\",\r\n \"defaultPath\": \"properties.hostnameConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/staticIPs[*]\",\r\n \"defaultPath\": \"properties.staticIPs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/staticIPs\",\r\n \"defaultPath\": \"properties.staticIPs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/vpnconfiguration.vnetid\",\r\n \"defaultPath\": \"properties.vpnconfiguration.vnetid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/vpnconfiguration.subnetname\",\r\n \"defaultPath\": \"properties.vpnconfiguration.subnetname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/vpnconfiguration.subnetResourceId\",\r\n \"defaultPath\": \"properties.vpnconfiguration.subnetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/vpnconfiguration.location\",\r\n \"defaultPath\": \"properties.vpnconfiguration.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/vpnconfiguration\",\r\n \"defaultPath\": \"properties.vpnconfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].location\",\r\n \"defaultPath\": \"properties.additionalLocations[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].skuType\",\r\n \"defaultPath\": \"properties.additionalLocations[*].skuType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].skuUnitCount\",\r\n \"defaultPath\": \"properties.additionalLocations[*].skuUnitCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].staticIPs[*]\",\r\n \"defaultPath\": \"properties.additionalLocations[*].staticIPs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].staticIPs\",\r\n \"defaultPath\": \"properties.additionalLocations[*].staticIPs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].vpnconfiguration.vnetid\",\r\n \"defaultPath\": \"properties.additionalLocations[*].vpnconfiguration.vnetid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].vpnconfiguration.subnetname\",\r\n \"defaultPath\": \"properties.additionalLocations[*].vpnconfiguration.subnetname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].vpnconfiguration.subnetResourceId\",\r\n \"defaultPath\": \"properties.additionalLocations[*].vpnconfiguration.subnetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].vpnconfiguration.location\",\r\n \"defaultPath\": \"properties.additionalLocations[*].vpnconfiguration.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].vpnconfiguration\",\r\n \"defaultPath\": \"properties.additionalLocations[*].vpnconfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*]\",\r\n \"defaultPath\": \"properties.additionalLocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations\",\r\n \"defaultPath\": \"properties.additionalLocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/customProperties\",\r\n \"defaultPath\": \"properties.customProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/vpnType\",\r\n \"defaultPath\": \"properties.vpnType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets.description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets.versionQueryName\",\r\n \"defaultPath\": \"properties.versionQueryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/api-version-sets.versionHeaderName\",\r\n \"defaultPath\": \"properties.versionHeaderName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notificationSenderEmail\",\r\n \"defaultPath\": \"properties.notificationSenderEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gatewayUrl\",\r\n \"defaultPath\": \"properties.gatewayUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gatewayRegionalUrl\",\r\n \"defaultPath\": \"properties.gatewayRegionalUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].keyVaultId\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].keyVaultId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].encodedCertificate\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].encodedCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].certificatePassword\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].certificatePassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].defaultSslBinding\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].defaultSslBinding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/hostnameConfigurations[*].negotiateClientCertificate\",\r\n \"defaultPath\": \"properties.hostnameConfigurations[*].negotiateClientCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/publicIPAddresses[*]\",\r\n \"defaultPath\": \"properties.publicIPAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/publicIPAddresses\",\r\n \"defaultPath\": \"properties.publicIPAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/privateIPAddresses[*]\",\r\n \"defaultPath\": \"properties.privateIPAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/privateIPAddresses\",\r\n \"defaultPath\": \"properties.privateIPAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/virtualNetworkConfiguration.vnetid\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration.vnetid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/virtualNetworkConfiguration.subnetname\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration.subnetname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/virtualNetworkConfiguration.subnetResourceId\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration.subnetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/virtualNetworkConfiguration\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].sku.name.externalDocs\",\r\n \"defaultPath\": \"properties.additionalLocations[*].sku.name.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].sku.name\",\r\n \"defaultPath\": \"properties.additionalLocations[*].sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].sku.capacity\",\r\n \"defaultPath\": \"properties.additionalLocations[*].sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].sku\",\r\n \"defaultPath\": \"properties.additionalLocations[*].sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].publicIPAddresses[*]\",\r\n \"defaultPath\": \"properties.additionalLocations[*].publicIPAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].publicIPAddresses\",\r\n \"defaultPath\": \"properties.additionalLocations[*].publicIPAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].privateIPAddresses[*]\",\r\n \"defaultPath\": \"properties.additionalLocations[*].privateIPAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].privateIPAddresses\",\r\n \"defaultPath\": \"properties.additionalLocations[*].privateIPAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].virtualNetworkConfiguration.vnetid\",\r\n \"defaultPath\": \"properties.additionalLocations[*].virtualNetworkConfiguration.vnetid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].virtualNetworkConfiguration.subnetname\",\r\n \"defaultPath\": \"properties.additionalLocations[*].virtualNetworkConfiguration.subnetname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].virtualNetworkConfiguration.subnetResourceId\",\r\n \"defaultPath\": \"properties.additionalLocations[*].virtualNetworkConfiguration.subnetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].virtualNetworkConfiguration\",\r\n \"defaultPath\": \"properties.additionalLocations[*].virtualNetworkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].gatewayRegionalUrl\",\r\n \"defaultPath\": \"properties.additionalLocations[*].gatewayRegionalUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*].encodedCertificate\",\r\n \"defaultPath\": \"properties.certificates[*].encodedCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*].certificatePassword\",\r\n \"defaultPath\": \"properties.certificates[*].certificatePassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*].storeName\",\r\n \"defaultPath\": \"properties.certificates[*].storeName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*].certificate.expiry\",\r\n \"defaultPath\": \"properties.certificates[*].certificate.expiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*].certificate.thumbprint\",\r\n \"defaultPath\": \"properties.certificates[*].certificate.thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*].certificate.subject\",\r\n \"defaultPath\": \"properties.certificates[*].certificate.subject\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*].certificate\",\r\n \"defaultPath\": \"properties.certificates[*].certificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates[*]\",\r\n \"defaultPath\": \"properties.certificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"defaultPath\": \"properties.certificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/virtualNetworkType\",\r\n \"defaultPath\": \"properties.virtualNetworkType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/enableClientCertificate\",\r\n \"defaultPath\": \"properties.enableClientCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/developerPortalUrl\",\r\n \"defaultPath\": \"properties.developerPortalUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/additionalLocations[*].disableGateway\",\r\n \"defaultPath\": \"properties.additionalLocations[*].disableGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/disableGateway\",\r\n \"defaultPath\": \"properties.disableGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apiVersionConstraint.minApiVersion\",\r\n \"defaultPath\": \"properties.apiVersionConstraint.minApiVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apiVersionConstraint\",\r\n \"defaultPath\": \"properties.apiVersionConstraint\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"service/apis/diagnostics\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/alwaysLog\",\r\n \"defaultPath\": \"properties.alwaysLog\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/loggerId\",\r\n \"defaultPath\": \"properties.loggerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/sampling.samplingType\",\r\n \"defaultPath\": \"properties.sampling.samplingType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/sampling.percentage\",\r\n \"defaultPath\": \"properties.sampling.percentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/sampling\",\r\n \"defaultPath\": \"properties.sampling\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.request.headers[*]\",\r\n \"defaultPath\": \"properties.frontend.request.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.request.headers\",\r\n \"defaultPath\": \"properties.frontend.request.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.request.body.bytes\",\r\n \"defaultPath\": \"properties.frontend.request.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.request.body\",\r\n \"defaultPath\": \"properties.frontend.request.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.request\",\r\n \"defaultPath\": \"properties.frontend.request\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.response.headers[*]\",\r\n \"defaultPath\": \"properties.frontend.response.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.response.headers\",\r\n \"defaultPath\": \"properties.frontend.response.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.response.body.bytes\",\r\n \"defaultPath\": \"properties.frontend.response.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.response.body\",\r\n \"defaultPath\": \"properties.frontend.response.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend.response\",\r\n \"defaultPath\": \"properties.frontend.response\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/frontend\",\r\n \"defaultPath\": \"properties.frontend\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.request.headers[*]\",\r\n \"defaultPath\": \"properties.backend.request.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.request.headers\",\r\n \"defaultPath\": \"properties.backend.request.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.request.body.bytes\",\r\n \"defaultPath\": \"properties.backend.request.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.request.body\",\r\n \"defaultPath\": \"properties.backend.request.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.request\",\r\n \"defaultPath\": \"properties.backend.request\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.response.headers[*]\",\r\n \"defaultPath\": \"properties.backend.response.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.response.headers\",\r\n \"defaultPath\": \"properties.backend.response.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.response.body.bytes\",\r\n \"defaultPath\": \"properties.backend.response.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.response.body\",\r\n \"defaultPath\": \"properties.backend.response.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend.response\",\r\n \"defaultPath\": \"properties.backend.response\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/backend\",\r\n \"defaultPath\": \"properties.backend\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/enableHttpCorrelationHeaders\",\r\n \"defaultPath\": \"properties.enableHttpCorrelationHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/logClientIp\",\r\n \"defaultPath\": \"properties.logClientIp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/httpCorrelationProtocol\",\r\n \"defaultPath\": \"properties.httpCorrelationProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/diagnostics/verbosity\",\r\n \"defaultPath\": \"properties.verbosity\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/issues\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/userId\",\r\n \"defaultPath\": \"properties.userId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/apiId\",\r\n \"defaultPath\": \"properties.apiId\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/issues/attachments\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/attachments/title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/attachments/contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/attachments/content\",\r\n \"defaultPath\": \"properties.content\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/issues/comments\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/comments/text\",\r\n \"defaultPath\": \"properties.text\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/comments/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/issues/comments/userId\",\r\n \"defaultPath\": \"properties.userId\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/operations\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/method.externalDocs\",\r\n \"defaultPath\": \"properties.method.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/method\",\r\n \"defaultPath\": \"properties.method\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/urlTemplate\",\r\n \"defaultPath\": \"properties.urlTemplate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters[*].name\",\r\n \"defaultPath\": \"properties.templateParameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters[*].description\",\r\n \"defaultPath\": \"properties.templateParameters[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters[*].type\",\r\n \"defaultPath\": \"properties.templateParameters[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters[*].defaultValue\",\r\n \"defaultPath\": \"properties.templateParameters[*].defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters[*].values[*]\",\r\n \"defaultPath\": \"properties.templateParameters[*].values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters[*].values\",\r\n \"defaultPath\": \"properties.templateParameters[*].values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters[*]\",\r\n \"defaultPath\": \"properties.templateParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/templateParameters\",\r\n \"defaultPath\": \"properties.templateParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.description\",\r\n \"defaultPath\": \"properties.request.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters[*].name\",\r\n \"defaultPath\": \"properties.request.queryParameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters[*].description\",\r\n \"defaultPath\": \"properties.request.queryParameters[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters[*].type\",\r\n \"defaultPath\": \"properties.request.queryParameters[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters[*].defaultValue\",\r\n \"defaultPath\": \"properties.request.queryParameters[*].defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters[*].values[*]\",\r\n \"defaultPath\": \"properties.request.queryParameters[*].values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters[*].values\",\r\n \"defaultPath\": \"properties.request.queryParameters[*].values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters[*]\",\r\n \"defaultPath\": \"properties.request.queryParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.queryParameters\",\r\n \"defaultPath\": \"properties.request.queryParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers[*].name\",\r\n \"defaultPath\": \"properties.request.headers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers[*].description\",\r\n \"defaultPath\": \"properties.request.headers[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers[*].type\",\r\n \"defaultPath\": \"properties.request.headers[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers[*].defaultValue\",\r\n \"defaultPath\": \"properties.request.headers[*].defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers[*].values[*]\",\r\n \"defaultPath\": \"properties.request.headers[*].values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers[*].values\",\r\n \"defaultPath\": \"properties.request.headers[*].values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers[*]\",\r\n \"defaultPath\": \"properties.request.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.headers\",\r\n \"defaultPath\": \"properties.request.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].contentType\",\r\n \"defaultPath\": \"properties.request.representations[*].contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].sample\",\r\n \"defaultPath\": \"properties.request.representations[*].sample\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].schemaId\",\r\n \"defaultPath\": \"properties.request.representations[*].schemaId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].typeName\",\r\n \"defaultPath\": \"properties.request.representations[*].typeName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters[*].name\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters[*].description\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters[*].type\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters[*].defaultValue\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters[*].defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters[*].values[*]\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters[*].values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters[*].values\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters[*].values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters[*]\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*].formParameters\",\r\n \"defaultPath\": \"properties.request.representations[*].formParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations[*]\",\r\n \"defaultPath\": \"properties.request.representations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request.representations\",\r\n \"defaultPath\": \"properties.request.representations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/request\",\r\n \"defaultPath\": \"properties.request\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].statusCode\",\r\n \"defaultPath\": \"properties.responses[*].statusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].description\",\r\n \"defaultPath\": \"properties.responses[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].contentType\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].sample\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].sample\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].schemaId\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].schemaId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].typeName\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].typeName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters[*].name\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters[*].description\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters[*].type\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters[*].defaultValue\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters[*].defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters[*].values[*]\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters[*].values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters[*].values\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters[*].values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters[*]\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*].formParameters\",\r\n \"defaultPath\": \"properties.responses[*].representations[*].formParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations[*]\",\r\n \"defaultPath\": \"properties.responses[*].representations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].representations\",\r\n \"defaultPath\": \"properties.responses[*].representations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers[*].name\",\r\n \"defaultPath\": \"properties.responses[*].headers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers[*].description\",\r\n \"defaultPath\": \"properties.responses[*].headers[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers[*].type\",\r\n \"defaultPath\": \"properties.responses[*].headers[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers[*].defaultValue\",\r\n \"defaultPath\": \"properties.responses[*].headers[*].defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers[*].values[*]\",\r\n \"defaultPath\": \"properties.responses[*].headers[*].values[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers[*].values\",\r\n \"defaultPath\": \"properties.responses[*].headers[*].values\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers[*]\",\r\n \"defaultPath\": \"properties.responses[*].headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*].headers\",\r\n \"defaultPath\": \"properties.responses[*].headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses[*]\",\r\n \"defaultPath\": \"properties.responses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/responses\",\r\n \"defaultPath\": \"properties.responses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies\",\r\n \"defaultPath\": \"properties.policies\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/operations/policies\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies/policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies/contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies/format\",\r\n \"defaultPath\": \"properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies/policy.policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies/policy.contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies/policy.value\",\r\n \"defaultPath\": \"properties.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/policies/policy.format\",\r\n \"defaultPath\": \"properties.format\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/operations/tags\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/operations/tags/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/policies\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/format\",\r\n \"defaultPath\": \"properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/policy.policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/policy.contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/policy.value\",\r\n \"defaultPath\": \"properties.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/policies/policy.format\",\r\n \"defaultPath\": \"properties.format\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/releases\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/releases/apiId\",\r\n \"defaultPath\": \"properties.apiId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/releases/createdDateTime\",\r\n \"defaultPath\": \"properties.createdDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/releases/updatedDateTime\",\r\n \"defaultPath\": \"properties.updatedDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/releases/notes\",\r\n \"defaultPath\": \"properties.notes\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/schemas\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/schemas/contentType\",\r\n \"defaultPath\": \"properties.contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/schemas/document\",\r\n \"defaultPath\": \"properties.document\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/schemas/document.value\",\r\n \"defaultPath\": \"properties.document.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/schemas/document.definitions\",\r\n \"defaultPath\": \"properties.document.definitions\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/tags\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/tags/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/authorizationServers\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/clientRegistrationEndpoint\",\r\n \"defaultPath\": \"properties.clientRegistrationEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/authorizationEndpoint\",\r\n \"defaultPath\": \"properties.authorizationEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/grantTypes[*]\",\r\n \"defaultPath\": \"properties.grantTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/grantTypes\",\r\n \"defaultPath\": \"properties.grantTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/grantTypes[*].externalDocs\",\r\n \"defaultPath\": \"properties.grantTypes[*].externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/clientId\",\r\n \"defaultPath\": \"properties.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/authorizationMethods[*]\",\r\n \"defaultPath\": \"properties.authorizationMethods[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/authorizationMethods\",\r\n \"defaultPath\": \"properties.authorizationMethods\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/clientAuthenticationMethod[*]\",\r\n \"defaultPath\": \"properties.clientAuthenticationMethod[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/clientAuthenticationMethod\",\r\n \"defaultPath\": \"properties.clientAuthenticationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/tokenBodyParameters[*].name\",\r\n \"defaultPath\": \"properties.tokenBodyParameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/tokenBodyParameters[*]\",\r\n \"defaultPath\": \"properties.tokenBodyParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/tokenBodyParameters\",\r\n \"defaultPath\": \"properties.tokenBodyParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/tokenEndpoint.externalDocs\",\r\n \"defaultPath\": \"properties.tokenEndpoint.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/tokenEndpoint\",\r\n \"defaultPath\": \"properties.tokenEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/supportState.externalDocs\",\r\n \"defaultPath\": \"properties.supportState.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/supportState\",\r\n \"defaultPath\": \"properties.supportState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/defaultScope.externalDocs\",\r\n \"defaultPath\": \"properties.defaultScope.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/defaultScope\",\r\n \"defaultPath\": \"properties.defaultScope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/bearerTokenSendingMethods[*]\",\r\n \"defaultPath\": \"properties.bearerTokenSendingMethods[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/bearerTokenSendingMethods\",\r\n \"defaultPath\": \"properties.bearerTokenSendingMethods\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/bearerTokenSendingMethods[*].externalDocs\",\r\n \"defaultPath\": \"properties.bearerTokenSendingMethods[*].externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/clientSecret\",\r\n \"defaultPath\": \"properties.clientSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/resourceOwnerUsername\",\r\n \"defaultPath\": \"properties.resourceOwnerUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/resourceOwnerPassword\",\r\n \"defaultPath\": \"properties.resourceOwnerPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/authorizationServers/tokenBodyParameters[*].value\",\r\n \"defaultPath\": \"properties.tokenBodyParameters[*].value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/backends\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/url\",\r\n \"defaultPath\": \"properties.url\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/protocol\",\r\n \"defaultPath\": \"properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/resourceId\",\r\n \"defaultPath\": \"properties.resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.clientCertificatethumbprint\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.clientCertificatethumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.maxPartitionResolutionRetries\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.maxPartitionResolutionRetries\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.managementEndpoints[*]\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.managementEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.managementEndpoints\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.managementEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.serverCertificateThumbprints[*]\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.serverCertificateThumbprints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.serverCertificateThumbprints\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.serverCertificateThumbprints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.serverX509Names[*].name\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.serverX509Names[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.serverX509Names[*].issuerCertificateThumbprint\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.serverX509Names[*].issuerCertificateThumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.serverX509Names[*]\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.serverX509Names[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.serverX509Names\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.serverX509Names\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster.serverX509Names[*].externalDocs\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster.serverX509Names[*].externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/serviceFabricCluster\",\r\n \"defaultPath\": \"properties.properties.serviceFabricCluster\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials.certificate[*]\",\r\n \"defaultPath\": \"properties.credentials.certificate[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials.certificate\",\r\n \"defaultPath\": \"properties.credentials.certificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials.query\",\r\n \"defaultPath\": \"properties.credentials.query\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials.header\",\r\n \"defaultPath\": \"properties.credentials.header\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials.authorization.scheme\",\r\n \"defaultPath\": \"properties.credentials.authorization.scheme\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials.authorization.parameter\",\r\n \"defaultPath\": \"properties.credentials.authorization.parameter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials.authorization\",\r\n \"defaultPath\": \"properties.credentials.authorization\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/credentials\",\r\n \"defaultPath\": \"properties.credentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/proxy.externalDocs\",\r\n \"defaultPath\": \"properties.proxy.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/proxy.url\",\r\n \"defaultPath\": \"properties.proxy.url\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/proxy.username\",\r\n \"defaultPath\": \"properties.proxy.username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/proxy.password\",\r\n \"defaultPath\": \"properties.proxy.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/proxy\",\r\n \"defaultPath\": \"properties.proxy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/tls.validateCertificateChain\",\r\n \"defaultPath\": \"properties.tls.validateCertificateChain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/tls.validateCertificateName\",\r\n \"defaultPath\": \"properties.tls.validateCertificateName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/tls\",\r\n \"defaultPath\": \"properties.tls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/skipCertificateChainValidation\",\r\n \"defaultPath\": \"properties.skipCertificateChainValidation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/backends/skipCertificateNameValidation\",\r\n \"defaultPath\": \"properties.skipCertificateNameValidation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/diagnostics\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/alwaysLog\",\r\n \"defaultPath\": \"properties.alwaysLog\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/loggerId\",\r\n \"defaultPath\": \"properties.loggerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/sampling.samplingType\",\r\n \"defaultPath\": \"properties.sampling.samplingType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/sampling.percentage\",\r\n \"defaultPath\": \"properties.sampling.percentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/sampling\",\r\n \"defaultPath\": \"properties.sampling\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.request.headers[*]\",\r\n \"defaultPath\": \"properties.frontend.request.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.request.headers\",\r\n \"defaultPath\": \"properties.frontend.request.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.request.body.bytes\",\r\n \"defaultPath\": \"properties.frontend.request.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.request.body\",\r\n \"defaultPath\": \"properties.frontend.request.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.request\",\r\n \"defaultPath\": \"properties.frontend.request\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.response.headers[*]\",\r\n \"defaultPath\": \"properties.frontend.response.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.response.headers\",\r\n \"defaultPath\": \"properties.frontend.response.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.response.body.bytes\",\r\n \"defaultPath\": \"properties.frontend.response.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.response.body\",\r\n \"defaultPath\": \"properties.frontend.response.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend.response\",\r\n \"defaultPath\": \"properties.frontend.response\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/frontend\",\r\n \"defaultPath\": \"properties.frontend\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.request.headers[*]\",\r\n \"defaultPath\": \"properties.backend.request.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.request.headers\",\r\n \"defaultPath\": \"properties.backend.request.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.request.body.bytes\",\r\n \"defaultPath\": \"properties.backend.request.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.request.body\",\r\n \"defaultPath\": \"properties.backend.request.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.request\",\r\n \"defaultPath\": \"properties.backend.request\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.response.headers[*]\",\r\n \"defaultPath\": \"properties.backend.response.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.response.headers\",\r\n \"defaultPath\": \"properties.backend.response.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.response.body.bytes\",\r\n \"defaultPath\": \"properties.backend.response.body.bytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.response.body\",\r\n \"defaultPath\": \"properties.backend.response.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend.response\",\r\n \"defaultPath\": \"properties.backend.response\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/backend\",\r\n \"defaultPath\": \"properties.backend\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/enableHttpCorrelationHeaders\",\r\n \"defaultPath\": \"properties.enableHttpCorrelationHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/logClientIp\",\r\n \"defaultPath\": \"properties.logClientIp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/httpCorrelationProtocol\",\r\n \"defaultPath\": \"properties.httpCorrelationProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/diagnostics/verbosity\",\r\n \"defaultPath\": \"properties.verbosity\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/groups\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/groups/externalId\",\r\n \"defaultPath\": \"properties.externalId\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/identityProviders\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/clientId\",\r\n \"defaultPath\": \"properties.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/clientSecret\",\r\n \"defaultPath\": \"properties.clientSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/allowedTenants[*]\",\r\n \"defaultPath\": \"properties.allowedTenants[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/allowedTenants\",\r\n \"defaultPath\": \"properties.allowedTenants\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/authority\",\r\n \"defaultPath\": \"properties.authority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/signupPolicyName\",\r\n \"defaultPath\": \"properties.signupPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/signinPolicyName\",\r\n \"defaultPath\": \"properties.signinPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/profileEditingPolicyName\",\r\n \"defaultPath\": \"properties.profileEditingPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/passwordResetPolicyName\",\r\n \"defaultPath\": \"properties.passwordResetPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.clientId\",\r\n \"defaultPath\": \"properties.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.clientSecret\",\r\n \"defaultPath\": \"properties.clientSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.allowedTenants[*]\",\r\n \"defaultPath\": \"properties.allowedTenants[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.allowedTenants\",\r\n \"defaultPath\": \"properties.allowedTenants\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.authority\",\r\n \"defaultPath\": \"properties.authority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.signupPolicyName\",\r\n \"defaultPath\": \"properties.signupPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.signinPolicyName\",\r\n \"defaultPath\": \"properties.signinPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.profileEditingPolicyName\",\r\n \"defaultPath\": \"properties.profileEditingPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.passwordResetPolicyName\",\r\n \"defaultPath\": \"properties.passwordResetPolicyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/identityProviders/facebook.signinTenant\",\r\n \"defaultPath\": \"properties.signinTenant\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/loggers\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/loggerType\",\r\n \"defaultPath\": \"properties.loggerType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/credentials.example\",\r\n \"defaultPath\": \"properties.credentials.example\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/credentials\",\r\n \"defaultPath\": \"properties.credentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/isBuffered\",\r\n \"defaultPath\": \"properties.isBuffered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/resourceId\",\r\n \"defaultPath\": \"properties.resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.samplingType\",\r\n \"defaultPath\": \"properties.sampling.properties.samplingType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.percentage\",\r\n \"defaultPath\": \"properties.sampling.properties.percentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.maxTelemetryItemsPerSecond\",\r\n \"defaultPath\": \"properties.sampling.properties.maxTelemetryItemsPerSecond\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.evaluationInterval\",\r\n \"defaultPath\": \"properties.sampling.properties.evaluationInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.percentageDecreaseTimeout\",\r\n \"defaultPath\": \"properties.sampling.properties.percentageDecreaseTimeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.percentageIncreaseTimeout\",\r\n \"defaultPath\": \"properties.sampling.properties.percentageIncreaseTimeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.minPercentage\",\r\n \"defaultPath\": \"properties.sampling.properties.minPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.maxPercentage\",\r\n \"defaultPath\": \"properties.sampling.properties.maxPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.movingAverageRatio\",\r\n \"defaultPath\": \"properties.sampling.properties.movingAverageRatio\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.initialPercentage\",\r\n \"defaultPath\": \"properties.sampling.properties.initialPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling\",\r\n \"defaultPath\": \"properties.sampling\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/loggers/sampling.example\",\r\n \"defaultPath\": \"properties.sampling.example\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/notifications\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/recipients.emails[*]\",\r\n \"defaultPath\": \"properties.recipients.emails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/recipients.emails\",\r\n \"defaultPath\": \"properties.recipients.emails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/recipients.users[*]\",\r\n \"defaultPath\": \"properties.recipients.users[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/recipients.users\",\r\n \"defaultPath\": \"properties.recipients.users\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/recipients\",\r\n \"defaultPath\": \"properties.recipients\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/RequestPublisherNotificationMessage.title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/RequestPublisherNotificationMessage.description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/RequestPublisherNotificationMessage.recipients.emails[*]\",\r\n \"defaultPath\": \"properties.recipients.emails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/RequestPublisherNotificationMessage.recipients.emails\",\r\n \"defaultPath\": \"properties.recipients.emails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/RequestPublisherNotificationMessage.recipients.users[*]\",\r\n \"defaultPath\": \"properties.recipients.users[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/RequestPublisherNotificationMessage.recipients.users\",\r\n \"defaultPath\": \"properties.recipients.users\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/notifications/RequestPublisherNotificationMessage.recipients\",\r\n \"defaultPath\": \"properties.recipients\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/openidConnectProviders\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/metadataEndpoint\",\r\n \"defaultPath\": \"properties.metadataEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/clientId\",\r\n \"defaultPath\": \"properties.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/openidConnectProviders/clientSecret\",\r\n \"defaultPath\": \"properties.clientSecret\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/policies\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/policies/policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/policies/contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/policies/format\",\r\n \"defaultPath\": \"properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/policies/policy.policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/policies/policy.contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/policies/policy.value\",\r\n \"defaultPath\": \"properties.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/policies/policy.format\",\r\n \"defaultPath\": \"properties.format\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/portalsettings\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/signin.enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/signup.termsOfService.text\",\r\n \"defaultPath\": \"properties.termsOfService.text\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/signup.termsOfService.enabled\",\r\n \"defaultPath\": \"properties.termsOfService.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/signup.termsOfService.consentRequired\",\r\n \"defaultPath\": \"properties.termsOfService.consentRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/signup.termsOfService\",\r\n \"defaultPath\": \"properties.termsOfService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/termsOfService.text\",\r\n \"defaultPath\": \"properties.termsOfService.text\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/termsOfService.enabled\",\r\n \"defaultPath\": \"properties.termsOfService.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/termsOfService.consentRequired\",\r\n \"defaultPath\": \"properties.termsOfService.consentRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/termsOfService\",\r\n \"defaultPath\": \"properties.termsOfService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/url\",\r\n \"defaultPath\": \"properties.url\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/validationKey\",\r\n \"defaultPath\": \"properties.validationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/subscriptions.enabled\",\r\n \"defaultPath\": \"properties.subscriptions.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/subscriptions\",\r\n \"defaultPath\": \"properties.subscriptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/userRegistration.enabled\",\r\n \"defaultPath\": \"properties.userRegistration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/userRegistration\",\r\n \"defaultPath\": \"properties.userRegistration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/delegation.url\",\r\n \"defaultPath\": \"properties.url\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/delegation.validationKey\",\r\n \"defaultPath\": \"properties.validationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/delegation.subscriptions.enabled\",\r\n \"defaultPath\": \"properties.subscriptions.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/delegation.subscriptions\",\r\n \"defaultPath\": \"properties.subscriptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/delegation.userRegistration.enabled\",\r\n \"defaultPath\": \"properties.userRegistration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/portalsettings/delegation.userRegistration\",\r\n \"defaultPath\": \"properties.userRegistration\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/products\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/terms\",\r\n \"defaultPath\": \"properties.terms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/subscriptionRequired\",\r\n \"defaultPath\": \"properties.subscriptionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/approvalRequired\",\r\n \"defaultPath\": \"properties.approvalRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/subscriptionsLimit\",\r\n \"defaultPath\": \"properties.subscriptionsLimit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/state\",\r\n \"defaultPath\": \"properties.state\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/products/policies\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policies/policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policies/contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policies/format\",\r\n \"defaultPath\": \"properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policies/policy.policyContent\",\r\n \"defaultPath\": \"properties.policyContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policies/policy.contentFormat\",\r\n \"defaultPath\": \"properties.contentFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policies/policy.value\",\r\n \"defaultPath\": \"properties.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/policies/policy.format\",\r\n \"defaultPath\": \"properties.format\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/products/tags\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/products/tags/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/properties\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/tags[*]\",\r\n \"defaultPath\": \"properties.tags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/tags\",\r\n \"defaultPath\": \"properties.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/secret\",\r\n \"defaultPath\": \"properties.secret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/properties/value\",\r\n \"defaultPath\": \"properties.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/subscriptions\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/ownerId\",\r\n \"defaultPath\": \"properties.ownerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/scope\",\r\n \"defaultPath\": \"properties.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/primaryKey\",\r\n \"defaultPath\": \"properties.primaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/secondaryKey\",\r\n \"defaultPath\": \"properties.secondaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/allowTracing\",\r\n \"defaultPath\": \"properties.allowTracing\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/userId\",\r\n \"defaultPath\": \"properties.userId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/subscriptions/productId\",\r\n \"defaultPath\": \"properties.productId\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/tags\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/tags/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/templates\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/subject\",\r\n \"defaultPath\": \"properties.subject\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/body\",\r\n \"defaultPath\": \"properties.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/parameters[*].name\",\r\n \"defaultPath\": \"properties.parameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/parameters[*].title\",\r\n \"defaultPath\": \"properties.parameters[*].title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/parameters[*].description\",\r\n \"defaultPath\": \"properties.parameters[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/parameters[*]\",\r\n \"defaultPath\": \"properties.parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.subject\",\r\n \"defaultPath\": \"properties.subject\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.body\",\r\n \"defaultPath\": \"properties.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.parameters[*].name\",\r\n \"defaultPath\": \"properties.parameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.parameters[*].title\",\r\n \"defaultPath\": \"properties.parameters[*].title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.parameters[*].description\",\r\n \"defaultPath\": \"properties.parameters[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.parameters[*]\",\r\n \"defaultPath\": \"properties.parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/templates/applicationApprovedNotificationMessage.parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/users\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/firstName\",\r\n \"defaultPath\": \"properties.firstName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/lastName\",\r\n \"defaultPath\": \"properties.lastName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/email\",\r\n \"defaultPath\": \"properties.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/note\",\r\n \"defaultPath\": \"properties.note\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/identities[*].provider\",\r\n \"defaultPath\": \"properties.identities[*].provider\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/identities[*].id\",\r\n \"defaultPath\": \"properties.identities[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/identities[*]\",\r\n \"defaultPath\": \"properties.identities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/users/identities\",\r\n \"defaultPath\": \"properties.identities\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/serviceUrl\",\r\n \"defaultPath\": \"properties.serviceUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/path\",\r\n \"defaultPath\": \"properties.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/protocols[*]\",\r\n \"defaultPath\": \"properties.protocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/protocols\",\r\n \"defaultPath\": \"properties.protocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.id\",\r\n \"defaultPath\": \"properties.apiVersionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.description\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiVersionSet.description\",\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.apiVersionSet.properties.description\",\r\n \"apiVersions\": [\r\n \"2014-02-14\",\r\n \"2015-09-15\",\r\n \"2016-07-07\",\r\n \"2016-10-10\",\r\n \"2017-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiVersionSet.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.versioningScheme\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiVersionSet.versioningScheme\",\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.apiVersionSet.properties.versioningScheme\",\r\n \"apiVersions\": [\r\n \"2014-02-14\",\r\n \"2015-09-15\",\r\n \"2016-07-07\",\r\n \"2016-10-10\",\r\n \"2017-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiVersionSet.versioningScheme\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.versionQueryName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiVersionSet.versionQueryName\",\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.apiVersionSet.properties.versionQueryName\",\r\n \"apiVersions\": [\r\n \"2014-02-14\",\r\n \"2015-09-15\",\r\n \"2016-07-07\",\r\n \"2016-10-10\",\r\n \"2017-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiVersionSet.versionQueryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.versionHeaderName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiVersionSet.versionHeaderName\",\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2019-01-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.apiVersionSet.properties.versionHeaderName\",\r\n \"apiVersions\": [\r\n \"2014-02-14\",\r\n \"2015-09-15\",\r\n \"2016-07-07\",\r\n \"2016-10-10\",\r\n \"2017-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiVersionSet.versionHeaderName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet\",\r\n \"defaultPath\": \"properties.apiVersionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.oAuth2.authorizationServerId\",\r\n \"defaultPath\": \"properties.authenticationSettings.oAuth2.authorizationServerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.oAuth2.scope\",\r\n \"defaultPath\": \"properties.authenticationSettings.oAuth2.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.oAuth2\",\r\n \"defaultPath\": \"properties.authenticationSettings.oAuth2\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.openid.openidProviderId\",\r\n \"defaultPath\": \"properties.authenticationSettings.openid.openidProviderId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.openid.bearerTokenSendingMethods[*]\",\r\n \"defaultPath\": \"properties.authenticationSettings.openid.bearerTokenSendingMethods[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.openid.bearerTokenSendingMethods\",\r\n \"defaultPath\": \"properties.authenticationSettings.openid.bearerTokenSendingMethods\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.openid\",\r\n \"defaultPath\": \"properties.authenticationSettings.openid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings.subscriptionKeyRequired\",\r\n \"defaultPath\": \"properties.authenticationSettings.subscriptionKeyRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/authenticationSettings\",\r\n \"defaultPath\": \"properties.authenticationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/subscriptionKeyParameterNames.header\",\r\n \"defaultPath\": \"properties.subscriptionKeyParameterNames.header\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/subscriptionKeyParameterNames.query\",\r\n \"defaultPath\": \"properties.subscriptionKeyParameterNames.query\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/subscriptionKeyParameterNames\",\r\n \"defaultPath\": \"properties.subscriptionKeyParameterNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/subscriptionKeyParameterNames.example\",\r\n \"defaultPath\": \"properties.subscriptionKeyParameterNames.example\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiRevision\",\r\n \"defaultPath\": \"properties.apiRevision\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersion\",\r\n \"defaultPath\": \"properties.apiVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/isCurrent\",\r\n \"defaultPath\": \"properties.isCurrent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/isOnline\",\r\n \"defaultPath\": \"properties.isOnline\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiRevisionDescription\",\r\n \"defaultPath\": \"properties.apiRevisionDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionDescription\",\r\n \"defaultPath\": \"properties.apiVersionDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSetId\",\r\n \"defaultPath\": \"properties.apiVersionSetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/subscriptionRequired\",\r\n \"defaultPath\": \"properties.subscriptionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.displayName\",\r\n \"defaultPath\": \"properties.apiVersionSet.properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.name\",\r\n \"defaultPath\": \"properties.apiVersionSet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/apiVersionSet.type\",\r\n \"defaultPath\": \"properties.apiVersionSet.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/sourceApiId\",\r\n \"defaultPath\": \"properties.sourceApiId\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apis/tagDescriptions\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/tagDescriptions/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/tagDescriptions/externalDocsUrl\",\r\n \"defaultPath\": \"properties.externalDocsUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apis/tagDescriptions/externalDocsDescription\",\r\n \"defaultPath\": \"properties.externalDocsDescription\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/apiVersionSets\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apiVersionSets/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apiVersionSets/versioningScheme\",\r\n \"defaultPath\": \"properties.versioningScheme\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apiVersionSets/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apiVersionSets/versionQueryName\",\r\n \"defaultPath\": \"properties.versionQueryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/apiVersionSets/versionHeaderName\",\r\n \"defaultPath\": \"properties.versionHeaderName\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/caches\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/caches/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/caches/connectionString\",\r\n \"defaultPath\": \"properties.connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/caches/resourceId\",\r\n \"defaultPath\": \"properties.resourceId\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/gateways\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/locationData.name\",\r\n \"defaultPath\": \"properties.locationData.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/locationData.city\",\r\n \"defaultPath\": \"properties.locationData.city\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/locationData.district\",\r\n \"defaultPath\": \"properties.locationData.district\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/locationData.countryOrRegion\",\r\n \"defaultPath\": \"properties.locationData.countryOrRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/locationData\",\r\n \"defaultPath\": \"properties.locationData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/hostnameConfigurations.hostname\",\r\n \"defaultPath\": \"properties.hostname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/hostnameConfigurations.certificateId\",\r\n \"defaultPath\": \"properties.certificateId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/gateways/hostnameConfigurations.negotiateClientCertificate\",\r\n \"defaultPath\": \"properties.negotiateClientCertificate\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"service/namedValues\",\r\n \"locations\": [\r\n \"Canada East\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/namedValues/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/namedValues/value\",\r\n \"defaultPath\": \"properties.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/namedValues/tags[*]\",\r\n \"defaultPath\": \"properties.tags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/namedValues/tags\",\r\n \"defaultPath\": \"properties.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ApiManagement/service/namedValues/secret\",\r\n \"defaultPath\": \"properties.secret\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AppConfiguration\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"configurationStores\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/encryption.keyVaultProperties.keyIdentifier\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.keyIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/encryption.keyVaultProperties.identityClientId\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.identityClientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/encryption.keyVaultProperties\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/encryption\",\r\n \"defaultPath\": \"properties.encryption\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"configurationStores/eventGridFilters\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"configurationStores/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-11-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-02-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppConfiguration/configurationStores/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AppPlatform\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Spring\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.state\",\r\n \"defaultPath\": \"properties.configServerProperties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.error.code\",\r\n \"defaultPath\": \"properties.configServerProperties.error.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.error.message\",\r\n \"defaultPath\": \"properties.configServerProperties.error.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.error\",\r\n \"defaultPath\": \"properties.configServerProperties.error\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].name\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].pattern[*]\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].pattern[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].pattern\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].pattern\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].uri\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].label\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].label\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].searchPaths[*]\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].searchPaths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].searchPaths\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].searchPaths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].username\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].password\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].hostKey\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].hostKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].hostKeyAlgorithm\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].hostKeyAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].privateKey\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].privateKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*].strictHostKeyChecking\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*].strictHostKeyChecking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories[*]\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.repositories\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.repositories\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.uri\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.label\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.label\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.searchPaths[*]\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.searchPaths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.searchPaths\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.searchPaths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.username\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.password\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.hostKey\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.hostKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.hostKeyAlgorithm\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.hostKeyAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.privateKey\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.privateKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty.strictHostKeyChecking\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty.strictHostKeyChecking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer.gitProperty\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer.gitProperty\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties.configServer\",\r\n \"defaultPath\": \"properties.configServerProperties.configServer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/configServerProperties\",\r\n \"defaultPath\": \"properties.configServerProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/trace.state\",\r\n \"defaultPath\": \"properties.trace.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/trace.error.code\",\r\n \"defaultPath\": \"properties.trace.error.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/trace.error.message\",\r\n \"defaultPath\": \"properties.trace.error.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/trace.error\",\r\n \"defaultPath\": \"properties.trace.error\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/trace.enabled\",\r\n \"defaultPath\": \"properties.trace.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/trace.appInsightInstrumentationKey\",\r\n \"defaultPath\": \"properties.trace.appInsightInstrumentationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/trace\",\r\n \"defaultPath\": \"properties.trace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/version\",\r\n \"defaultPath\": \"properties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/serviceId\",\r\n \"defaultPath\": \"properties.serviceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/networkProfile\",\r\n \"defaultPath\": \"properties.networkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/networkProfile.serviceRuntimeSubnetId\",\r\n \"defaultPath\": \"properties.networkProfile.serviceRuntimeSubnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.public\",\r\n \"defaultPath\": \"properties.public\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.url\",\r\n \"defaultPath\": \"properties.url\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.activeDeploymentName\",\r\n \"defaultPath\": \"properties.activeDeploymentName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.temporaryDisk.sizeInGB\",\r\n \"defaultPath\": \"properties.temporaryDisk.sizeInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.temporaryDisk.mountPath\",\r\n \"defaultPath\": \"properties.temporaryDisk.mountPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.temporaryDisk\",\r\n \"defaultPath\": \"properties.temporaryDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.persistentDisk.sizeInGB\",\r\n \"defaultPath\": \"properties.persistentDisk.sizeInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.persistentDisk.usedInGB\",\r\n \"defaultPath\": \"properties.persistentDisk.usedInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.persistentDisk.mountPath\",\r\n \"defaultPath\": \"properties.persistentDisk.mountPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.persistentDisk\",\r\n \"defaultPath\": \"properties.persistentDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.resourceName\",\r\n \"defaultPath\": \"properties.resourceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.resourceType\",\r\n \"defaultPath\": \"properties.resourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.resourceId\",\r\n \"defaultPath\": \"properties.resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.key\",\r\n \"defaultPath\": \"properties.key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.bindingParameters\",\r\n \"defaultPath\": \"properties.bindingParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.generatedProperties\",\r\n \"defaultPath\": \"properties.generatedProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.createdAt\",\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.bindings.updatedAt\",\r\n \"defaultPath\": \"properties.updatedAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.source.type\",\r\n \"defaultPath\": \"properties.source.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.source.relativePath\",\r\n \"defaultPath\": \"properties.source.relativePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.source.version\",\r\n \"defaultPath\": \"properties.source.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.source.artifactSelector\",\r\n \"defaultPath\": \"properties.source.artifactSelector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.appName\",\r\n \"defaultPath\": \"properties.appName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.deploymentSettings.cpu\",\r\n \"defaultPath\": \"properties.deploymentSettings.cpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.deploymentSettings.memoryInGB\",\r\n \"defaultPath\": \"properties.deploymentSettings.memoryInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.deploymentSettings.jvmOptions\",\r\n \"defaultPath\": \"properties.deploymentSettings.jvmOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.deploymentSettings.instanceCount\",\r\n \"defaultPath\": \"properties.deploymentSettings.instanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.deploymentSettings.environmentVariables\",\r\n \"defaultPath\": \"properties.deploymentSettings.environmentVariables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.deploymentSettings.runtimeVersion\",\r\n \"defaultPath\": \"properties.deploymentSettings.runtimeVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.deploymentSettings\",\r\n \"defaultPath\": \"properties.deploymentSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.active\",\r\n \"defaultPath\": \"properties.active\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.instances[*].name\",\r\n \"defaultPath\": \"properties.instances[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.instances[*].status\",\r\n \"defaultPath\": \"properties.instances[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.instances[*].reason\",\r\n \"defaultPath\": \"properties.instances[*].reason\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.instances[*].discoveryStatus\",\r\n \"defaultPath\": \"properties.instances[*].discoveryStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.instances[*]\",\r\n \"defaultPath\": \"properties.instances[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/apps.deployments.instances\",\r\n \"defaultPath\": \"properties.instances\"\r\n },\r\n {\r\n \"name\": \"Microsoft.AppPlatform/Spring/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"Spring/apps\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Spring/apps/deployments\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatus\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Attestation\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"attestationProviders\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"defaultProviders\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/defaultProvider\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Authorization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"roleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2020-03-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2018-09-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2015-07-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/roleAssignments/roleDefinitionId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.roleDefinitionId\",\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-07-01\",\r\n \"2016-07-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01-preview\",\r\n \"2018-01-01-preview\",\r\n \"2018-01-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.roleDefinitionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleAssignments/principalId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.principalId\",\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-07-01\",\r\n \"2016-07-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01-preview\",\r\n \"2018-01-01-preview\",\r\n \"2018-01-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleAssignments/principalType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.principalType\",\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-07-01\",\r\n \"2016-07-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01-preview\",\r\n \"2018-01-01-preview\",\r\n \"2018-01-01\",\r\n \"2018-09-01-preview\",\r\n \"2018-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.principalType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleAssignments/canDelegate\",\r\n \"defaultPath\": \"properties.canDelegate\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-05-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2015-07-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.type\",\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-07-01\",\r\n \"2016-07-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2018-01-01-preview\",\r\n \"2018-01-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/roleName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.roleName\",\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-07-01\",\r\n \"2016-07-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01-preview\",\r\n \"2018-01-01-preview\",\r\n \"2018-01-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.roleName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions.actions[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.permissions.actions[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-07-01\",\r\n \"2016-07-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01-preview\",\r\n \"2018-01-01-preview\",\r\n \"2018-01-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.permissions.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions.notActions[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.permissions.notActions[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2015-07-01\",\r\n \"2016-07-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01-preview\",\r\n \"2018-01-01-preview\",\r\n \"2018-01-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.permissions.notActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].actions[*]\",\r\n \"defaultPath\": \"properties.permissions[*].actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].actions\",\r\n \"defaultPath\": \"properties.permissions[*].actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].notActions[*]\",\r\n \"defaultPath\": \"properties.permissions[*].notActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].notActions\",\r\n \"defaultPath\": \"properties.permissions[*].notActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*]\",\r\n \"defaultPath\": \"properties.permissions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions\",\r\n \"defaultPath\": \"properties.permissions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/assignableScopes[*]\",\r\n \"defaultPath\": \"properties.assignableScopes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/assignableScopes\",\r\n \"defaultPath\": \"properties.assignableScopes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].dataActions[*]\",\r\n \"defaultPath\": \"properties.permissions[*].dataActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].dataActions\",\r\n \"defaultPath\": \"properties.permissions[*].dataActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].notDataActions[*]\",\r\n \"defaultPath\": \"properties.permissions[*].notDataActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/roleDefinitions/permissions[*].notDataActions\",\r\n \"defaultPath\": \"properties.permissions[*].notDataActions\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"classicAdministrators\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-06-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"permissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-05-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2015-07-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"denyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2018-07-01-preview\",\r\n \"2018-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locks\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-09-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-09-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/level\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.level\",\r\n \"apiVersions\": [\r\n \"2015-01-01\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-01\",\r\n \"2016-09-01\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/notes\",\r\n \"defaultPath\": \"properties.notes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/owners[*].applicationId\",\r\n \"defaultPath\": \"properties.owners[*].applicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/owners[*]\",\r\n \"defaultPath\": \"properties.owners[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/locks/owners\",\r\n \"defaultPath\": \"properties.owners\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-01-01\",\r\n \"2014-10-01-preview\",\r\n \"2014-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-05-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"policyDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/policyType\",\r\n \"defaultPath\": \"properties.policyType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/policyRule\",\r\n \"defaultPath\": \"properties.policyRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/mode\",\r\n \"defaultPath\": \"properties.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyDefinitions/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policySetDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyType\",\r\n \"defaultPath\": \"properties.policyType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitions[*].policyDefinitionId\",\r\n \"defaultPath\": \"properties.policyDefinitions[*].policyDefinitionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitions[*].parameters\",\r\n \"defaultPath\": \"properties.policyDefinitions[*].parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitions[*]\",\r\n \"defaultPath\": \"properties.policyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitions\",\r\n \"defaultPath\": \"properties.policyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitions[*].policyDefinitionReferenceId\",\r\n \"defaultPath\": \"properties.policyDefinitions[*].policyDefinitionReferenceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitions[*].groupNames[*]\",\r\n \"defaultPath\": \"properties.policyDefinitions[*].groupNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitions[*].groupNames\",\r\n \"defaultPath\": \"properties.policyDefinitions[*].groupNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitionGroups[*].name\",\r\n \"defaultPath\": \"properties.policyDefinitionGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitionGroups[*].displayName\",\r\n \"defaultPath\": \"properties.policyDefinitionGroups[*].displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitionGroups[*].category\",\r\n \"defaultPath\": \"properties.policyDefinitionGroups[*].category\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitionGroups[*].description\",\r\n \"defaultPath\": \"properties.policyDefinitionGroups[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitionGroups[*].additionalMetadataId\",\r\n \"defaultPath\": \"properties.policyDefinitionGroups[*].additionalMetadataId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitionGroups[*]\",\r\n \"defaultPath\": \"properties.policyDefinitionGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policySetDefinitions/policyDefinitionGroups\",\r\n \"defaultPath\": \"properties.policyDefinitionGroups\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-01-01\",\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-06-01-preview\",\r\n \"2016-12-01\",\r\n \"2016-04-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/policyDefinitionId\",\r\n \"defaultPath\": \"properties.policyDefinitionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/scope\",\r\n \"defaultPath\": \"properties.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/notScopes[*]\",\r\n \"defaultPath\": \"properties.notScopes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/notScopes\",\r\n \"defaultPath\": \"properties.notScopes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Authorization/policyAssignments/enforcementMode\",\r\n \"defaultPath\": \"properties.enforcementMode\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"policyExemptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-07-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataAliases\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"providerOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-01-01-preview\",\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-07-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-05-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2015-07-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"elevateAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-05-01\",\r\n \"2016-07-01\",\r\n \"2015-07-01\",\r\n \"2015-06-01\",\r\n \"2015-05-01-preview\",\r\n \"2014-10-01-preview\",\r\n \"2014-07-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-05-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkAccess\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"findOrphanRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"roleAssignmentsUsageMetrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkAssociations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"resourceManagementPrivateLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Automation\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"automationAccounts\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sourceControls.repoUrl\",\r\n \"defaultPath\": \"properties.repoUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sourceControls.branch\",\r\n \"defaultPath\": \"properties.branch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sourceControls.folderPath\",\r\n \"defaultPath\": \"properties.folderPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sourceControls.autoSync\",\r\n \"defaultPath\": \"properties.autoSync\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sourceControls.publishRunbook\",\r\n \"defaultPath\": \"properties.publishRunbook\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sourceControls.sourceType\",\r\n \"defaultPath\": \"properties.sourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sourceControls.description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sku.name\",\r\n \"defaultPath\": \"properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sku.family\",\r\n \"defaultPath\": \"properties.sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sku.capacity\",\r\n \"defaultPath\": \"properties.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/runbooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/runbookType\",\r\n \"defaultPath\": \"properties.runbookType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/publishContentLink.uri\",\r\n \"defaultPath\": \"properties.publishContentLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/publishContentLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.publishContentLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/publishContentLink.contentHash\",\r\n \"defaultPath\": \"properties.publishContentLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/publishContentLink.version\",\r\n \"defaultPath\": \"properties.publishContentLink.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/publishContentLink\",\r\n \"defaultPath\": \"properties.publishContentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/logVerbose\",\r\n \"defaultPath\": \"properties.logVerbose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/logProgress\",\r\n \"defaultPath\": \"properties.logProgress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/logActivityTrace\",\r\n \"defaultPath\": \"properties.logActivityTrace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.inEdit\",\r\n \"defaultPath\": \"properties.draft.inEdit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.draftContentLink.uri\",\r\n \"defaultPath\": \"properties.draft.draftContentLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.draftContentLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.draft.draftContentLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.draftContentLink.contentHash\",\r\n \"defaultPath\": \"properties.draft.draftContentLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.draftContentLink.version\",\r\n \"defaultPath\": \"properties.draft.draftContentLink.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.draftContentLink\",\r\n \"defaultPath\": \"properties.draft.draftContentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.creationTime\",\r\n \"defaultPath\": \"properties.draft.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.lastModifiedTime\",\r\n \"defaultPath\": \"properties.draft.lastModifiedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.parameters\",\r\n \"defaultPath\": \"properties.draft.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.outputTypes[*]\",\r\n \"defaultPath\": \"properties.draft.outputTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.outputTypes\",\r\n \"defaultPath\": \"properties.draft.outputTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft\",\r\n \"defaultPath\": \"properties.draft\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/publishContentLink.contentHash.value\",\r\n \"defaultPath\": \"properties.publishContentLink.contentHash.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/runbooks/draft.draftContentLink.contentHash.value\",\r\n \"defaultPath\": \"properties.draft.draftContentLink.contentHash.value\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/configurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"West US\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/source.hash.algorithm\",\r\n \"defaultPath\": \"properties.source.hash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/source.hash\",\r\n \"defaultPath\": \"properties.source.hash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/source.type\",\r\n \"defaultPath\": \"properties.source.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/source.version\",\r\n \"defaultPath\": \"properties.source.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/logVerbose\",\r\n \"defaultPath\": \"properties.logVerbose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/source.hash.value\",\r\n \"defaultPath\": \"properties.source.hash.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/configurations/source.value\",\r\n \"defaultPath\": \"properties.source.value\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/webhooks\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Australia East\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/expiryTime\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.expiryTime\",\r\n \"apiVersions\": [\r\n \"2015-01-01-preview\",\r\n \"2015-10-31\",\r\n \"2017-05-15-preview\",\r\n \"2018-01-15\",\r\n \"2018-06-30\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.expiryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/creationTime\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationTime\",\r\n \"apiVersions\": [\r\n \"2015-01-01-preview\",\r\n \"2015-10-31\",\r\n \"2017-05-15-preview\",\r\n \"2018-01-15\",\r\n \"2018-06-30\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/isEnabled\",\r\n \"defaultPath\": \"properties.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/uri\",\r\n \"defaultPath\": \"properties.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/runbook.name\",\r\n \"defaultPath\": \"properties.runbook.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/runbook\",\r\n \"defaultPath\": \"properties.runbook\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/webhooks/runOn\",\r\n \"defaultPath\": \"properties.runOn\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/softwareUpdateConfigurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.operatingSystem\",\r\n \"defaultPath\": \"properties.updateConfiguration.operatingSystem\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.windows.includedUpdateClassifications\",\r\n \"defaultPath\": \"properties.updateConfiguration.windows.includedUpdateClassifications\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.windows.excludedKbNumbers[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.windows.excludedKbNumbers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.windows.excludedKbNumbers\",\r\n \"defaultPath\": \"properties.updateConfiguration.windows.excludedKbNumbers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.windows.includedKbNumbers[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.windows.includedKbNumbers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.windows.includedKbNumbers\",\r\n \"defaultPath\": \"properties.updateConfiguration.windows.includedKbNumbers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.windows.rebootSetting\",\r\n \"defaultPath\": \"properties.updateConfiguration.windows.rebootSetting\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.windows\",\r\n \"defaultPath\": \"properties.updateConfiguration.windows\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.linux.includedPackageClassifications\",\r\n \"defaultPath\": \"properties.updateConfiguration.linux.includedPackageClassifications\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.linux.excludedPackageNameMasks[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.linux.excludedPackageNameMasks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.linux.excludedPackageNameMasks\",\r\n \"defaultPath\": \"properties.updateConfiguration.linux.excludedPackageNameMasks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.linux.includedPackageNameMasks[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.linux.includedPackageNameMasks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.linux.includedPackageNameMasks\",\r\n \"defaultPath\": \"properties.updateConfiguration.linux.includedPackageNameMasks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.linux.rebootSetting\",\r\n \"defaultPath\": \"properties.updateConfiguration.linux.rebootSetting\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.linux\",\r\n \"defaultPath\": \"properties.updateConfiguration.linux\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.duration\",\r\n \"defaultPath\": \"properties.updateConfiguration.duration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.azureVirtualMachines[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.azureVirtualMachines[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.azureVirtualMachines\",\r\n \"defaultPath\": \"properties.updateConfiguration.azureVirtualMachines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.nonAzureComputerNames[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.nonAzureComputerNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.nonAzureComputerNames\",\r\n \"defaultPath\": \"properties.updateConfiguration.nonAzureComputerNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*].scope[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*].scope[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*].scope\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*].scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*].locations[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*].locations\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*].tagSettings.tags\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*].tagSettings.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*].tagSettings.filterOperator\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*].tagSettings.filterOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*].tagSettings\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*].tagSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.azureQueries\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.azureQueries\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.nonAzureQueries[*].functionAlias\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.nonAzureQueries[*].functionAlias\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.nonAzureQueries[*].workspaceId\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.nonAzureQueries[*].workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.nonAzureQueries[*]\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.nonAzureQueries[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets.nonAzureQueries\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets.nonAzureQueries\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration.targets\",\r\n \"defaultPath\": \"properties.updateConfiguration.targets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/updateConfiguration\",\r\n \"defaultPath\": \"properties.updateConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.startTime\",\r\n \"defaultPath\": \"properties.scheduleInfo.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.startTimeOffsetMinutes\",\r\n \"defaultPath\": \"properties.scheduleInfo.startTimeOffsetMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.expiryTime\",\r\n \"defaultPath\": \"properties.scheduleInfo.expiryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.expiryTimeOffsetMinutes\",\r\n \"defaultPath\": \"properties.scheduleInfo.expiryTimeOffsetMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.isEnabled\",\r\n \"defaultPath\": \"properties.scheduleInfo.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.nextRun\",\r\n \"defaultPath\": \"properties.scheduleInfo.nextRun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.nextRunOffsetMinutes\",\r\n \"defaultPath\": \"properties.scheduleInfo.nextRunOffsetMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.interval\",\r\n \"defaultPath\": \"properties.scheduleInfo.interval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.frequency\",\r\n \"defaultPath\": \"properties.scheduleInfo.frequency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.timeZone\",\r\n \"defaultPath\": \"properties.scheduleInfo.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.weekDays[*]\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.weekDays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.weekDays\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.weekDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.monthDays[*]\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.monthDays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.monthDays\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.monthDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.monthlyOccurrences[*].occurrence\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.monthlyOccurrences[*].occurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.monthlyOccurrences[*].day\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.monthlyOccurrences[*].day\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.monthlyOccurrences[*]\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.monthlyOccurrences[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule.monthlyOccurrences\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule.monthlyOccurrences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.advancedSchedule\",\r\n \"defaultPath\": \"properties.scheduleInfo.advancedSchedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.creationTime\",\r\n \"defaultPath\": \"properties.scheduleInfo.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.lastModifiedTime\",\r\n \"defaultPath\": \"properties.scheduleInfo.lastModifiedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo.description\",\r\n \"defaultPath\": \"properties.scheduleInfo.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/scheduleInfo\",\r\n \"defaultPath\": \"properties.scheduleInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/error.code\",\r\n \"defaultPath\": \"properties.error.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/error.message\",\r\n \"defaultPath\": \"properties.error.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/error\",\r\n \"defaultPath\": \"properties.error\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/creationTime\",\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/createdBy\",\r\n \"defaultPath\": \"properties.createdBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/lastModifiedTime\",\r\n \"defaultPath\": \"properties.lastModifiedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/lastModifiedBy\",\r\n \"defaultPath\": \"properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/tasks.preTask.parameters\",\r\n \"defaultPath\": \"properties.tasks.preTask.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/tasks.preTask.source\",\r\n \"defaultPath\": \"properties.tasks.preTask.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/tasks.preTask\",\r\n \"defaultPath\": \"properties.tasks.preTask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/tasks.postTask.parameters\",\r\n \"defaultPath\": \"properties.tasks.postTask.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/tasks.postTask.source\",\r\n \"defaultPath\": \"properties.tasks.postTask.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/tasks.postTask\",\r\n \"defaultPath\": \"properties.tasks.postTask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/softwareUpdateConfigurations/tasks\",\r\n \"defaultPath\": \"properties.tasks\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/jobs\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/runbook.name\",\r\n \"defaultPath\": \"properties.runbook.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/runbook\",\r\n \"defaultPath\": \"properties.runbook\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/runOn\",\r\n \"defaultPath\": \"properties.runOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobs/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateLinkResources\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/variables\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/variables/isEncrypted\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.isEncrypted\",\r\n \"apiVersions\": [\r\n \"2015-01-01-preview\",\r\n \"2015-10-31\",\r\n \"2017-05-15-preview\",\r\n \"2018-01-15\",\r\n \"2018-06-30\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.isEncrypted\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/variables/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/variables/value\",\r\n \"defaultPath\": \"properties.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/certificates\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/certificates/thumbprint\",\r\n \"defaultPath\": \"properties.thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/certificates/isExportable\",\r\n \"defaultPath\": \"properties.isExportable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/certificates/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/certificates/expiryTime\",\r\n \"defaultPath\": \"properties.expiryTime\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/compilationjobs\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/compilationjobs/configuration.name\",\r\n \"defaultPath\": \"properties.configuration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/compilationjobs/configuration\",\r\n \"defaultPath\": \"properties.configuration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/compilationjobs/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/connections\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connections/connectionType.name\",\r\n \"defaultPath\": \"properties.connectionType.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connections/connectionType\",\r\n \"defaultPath\": \"properties.connectionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connections/fieldDefinitionValues\",\r\n \"defaultPath\": \"properties.fieldDefinitionValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connections/description\",\r\n \"defaultPath\": \"properties.description\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/connectionTypes\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connectionTypes/isGlobal\",\r\n \"defaultPath\": \"properties.isGlobal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/connectionTypes/fieldDefinitions\",\r\n \"defaultPath\": \"properties.fieldDefinitions\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/credentials\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/credentials/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/credentials/description\",\r\n \"defaultPath\": \"properties.description\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/jobSchedules\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/schedule.name\",\r\n \"defaultPath\": \"properties.schedule.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/schedule\",\r\n \"defaultPath\": \"properties.schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/runbook.name\",\r\n \"defaultPath\": \"properties.runbook.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/runbook\",\r\n \"defaultPath\": \"properties.runbook\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/runOn\",\r\n \"defaultPath\": \"properties.runOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/jobSchedules/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/modules\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/contentLink.uri\",\r\n \"defaultPath\": \"properties.contentLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/contentLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/contentLink.contentHash\",\r\n \"defaultPath\": \"properties.contentLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/contentLink.version\",\r\n \"defaultPath\": \"properties.contentLink.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/contentLink\",\r\n \"defaultPath\": \"properties.contentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/modules/contentLink.contentHash.value\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/nodeConfigurations\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/nodeConfigurations/configuration.name\",\r\n \"defaultPath\": \"properties.configuration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/nodeConfigurations/configuration\",\r\n \"defaultPath\": \"properties.configuration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/nodeConfigurations/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/nodeConfigurations/incrementNodeConfigurationBuild\",\r\n \"defaultPath\": \"properties.incrementNodeConfigurationBuild\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/python2Packages\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/python2Packages/contentLink.uri\",\r\n \"defaultPath\": \"properties.contentLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/python2Packages/contentLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/python2Packages/contentLink.contentHash\",\r\n \"defaultPath\": \"properties.contentLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/python2Packages/contentLink.version\",\r\n \"defaultPath\": \"properties.contentLink.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/python2Packages/contentLink\",\r\n \"defaultPath\": \"properties.contentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/python2Packages/contentLink.contentHash.value\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/schedules\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/startTime\",\r\n \"defaultPath\": \"properties.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/expiryTime\",\r\n \"defaultPath\": \"properties.expiryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/interval\",\r\n \"defaultPath\": \"properties.interval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/frequency\",\r\n \"defaultPath\": \"properties.frequency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/timeZone\",\r\n \"defaultPath\": \"properties.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.weekDays[*]\",\r\n \"defaultPath\": \"properties.advancedSchedule.weekDays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.weekDays\",\r\n \"defaultPath\": \"properties.advancedSchedule.weekDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.monthDays[*]\",\r\n \"defaultPath\": \"properties.advancedSchedule.monthDays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.monthDays\",\r\n \"defaultPath\": \"properties.advancedSchedule.monthDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.monthlyOccurrences[*].occurrence\",\r\n \"defaultPath\": \"properties.advancedSchedule.monthlyOccurrences[*].occurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.monthlyOccurrences[*].day\",\r\n \"defaultPath\": \"properties.advancedSchedule.monthlyOccurrences[*].day\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.monthlyOccurrences[*]\",\r\n \"defaultPath\": \"properties.advancedSchedule.monthlyOccurrences[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule.monthlyOccurrences\",\r\n \"defaultPath\": \"properties.advancedSchedule.monthlyOccurrences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/advancedSchedule\",\r\n \"defaultPath\": \"properties.advancedSchedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/schedules/description\",\r\n \"defaultPath\": \"properties.description\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"automationAccounts/watchers\",\r\n \"locations\": [\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Central US\",\r\n \"West US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-13-preview\",\r\n \"2019-06-01\",\r\n \"2018-06-30\",\r\n \"2018-01-15\",\r\n \"2017-05-15-preview\",\r\n \"2015-10-31\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/executionFrequencyInSeconds\",\r\n \"defaultPath\": \"properties.executionFrequencyInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/scriptName\",\r\n \"defaultPath\": \"properties.scriptName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/scriptParameters\",\r\n \"defaultPath\": \"properties.scriptParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/scriptRunOn\",\r\n \"defaultPath\": \"properties.scriptRunOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/creationTime\",\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/lastModifiedTime\",\r\n \"defaultPath\": \"properties.lastModifiedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/lastModifiedBy\",\r\n \"defaultPath\": \"properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Automation/automationAccounts/watchers/description\",\r\n \"defaultPath\": \"properties.description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AutonomousSystems\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/validateCreateRequest\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AVS\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-20\",\r\n \"2019-08-09-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-20\",\r\n \"2019-08-09-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkTrialAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-20\",\r\n \"2019-08-09-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkQuotaAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-20\",\r\n \"2019-08-09-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateClouds\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-20\",\r\n \"2019-08-09-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateClouds/clusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-20\",\r\n \"2019-08-09-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateClouds/authorizations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-20\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateClouds/hcxEnterpriseSites\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Australia East\",\r\n \"North Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-20\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Azure.Geneva\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"environments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"environments/accounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"environments/accounts/namespaces\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"environments/accounts/namespaces/configurations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AzureActiveDirectory\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"guestUsages\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"b2cDirectories\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-01-30\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-01-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-01-01-privatepreview\",\r\n \"2017-01-30\",\r\n \"2016-12-13-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-01-30\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"b2ctenants\",\r\n \"locations\": [\r\n \"Global\",\r\n \"United States\",\r\n \"Europe\",\r\n \"Asia Pacific\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2016-02-10-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AzureData\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"sqlServerRegistrations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-10-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"dataControllers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-24-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-24-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"postgresInstances\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-24-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-24-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"sqlManagedInstances\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-24-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-24-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"sqlServerInstances\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-24-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-24-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sqlServerRegistrations/sqlServers\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-10-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-10-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AzureStack\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registrations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"registrations/products\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registrations/customerSubscriptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"cloudManifestFiles\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"edgeSubscriptions\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.AzureStackHCI\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/autoStorage.storageAccountId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.autoStorage.storageAccountId\",\r\n \"apiVersions\": [\r\n \"2014-05-01-privatepreview\",\r\n \"2015-07-01\",\r\n \"2015-09-01\",\r\n \"2015-12-01\",\r\n \"2017-01-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2018-12-01\",\r\n \"2019-04-01\",\r\n \"2019-08-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.autoStorage.storageAccountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/poolAllocationMode\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.poolAllocationMode\",\r\n \"apiVersions\": [\r\n \"2014-05-01-privatepreview\",\r\n \"2015-07-01\",\r\n \"2015-09-01\",\r\n \"2015-12-01\",\r\n \"2017-01-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2018-12-01\",\r\n \"2019-04-01\",\r\n \"2019-08-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.poolAllocationMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/keyVaultReference.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.keyVaultReference.id\",\r\n \"apiVersions\": [\r\n \"2014-05-01-privatepreview\",\r\n \"2015-07-01\",\r\n \"2015-09-01\",\r\n \"2015-12-01\",\r\n \"2017-01-01\",\r\n \"2017-05-01\",\r\n \"2017-09-01\",\r\n \"2018-12-01\",\r\n \"2019-04-01\",\r\n \"2019-08-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.keyVaultReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/autoStorage\",\r\n \"defaultPath\": \"properties.autoStorage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/keyVaultReference.url\",\r\n \"defaultPath\": \"properties.keyVaultReference.url\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/keyVaultReference\",\r\n \"defaultPath\": \"properties.keyVaultReference\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-05-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/applications\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/allowUpdates\",\r\n \"defaultPath\": \"properties.allowUpdates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/defaultVersion\",\r\n \"defaultPath\": \"properties.defaultVersion\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/applications/versions\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/format\",\r\n \"defaultPath\": \"properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/storageUrl\",\r\n \"defaultPath\": \"properties.storageUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/storageUrlExpiry\",\r\n \"defaultPath\": \"properties.storageUrlExpiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/applications/versions/lastActivationTime\",\r\n \"defaultPath\": \"properties.lastActivationTime\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/certificates/thumbprintAlgorithm\",\r\n \"defaultPath\": \"properties.thumbprintAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/certificates/thumbprint\",\r\n \"defaultPath\": \"properties.thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/certificates/format\",\r\n \"defaultPath\": \"properties.format\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/lastModified\",\r\n \"defaultPath\": \"properties.lastModified\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/creationTime\",\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/provisioningStateTransitionTime\",\r\n \"defaultPath\": \"properties.provisioningStateTransitionTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/allocationState\",\r\n \"defaultPath\": \"properties.allocationState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/allocationStateTransitionTime\",\r\n \"defaultPath\": \"properties.allocationStateTransitionTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/vmSize\",\r\n \"defaultPath\": \"properties.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.cloudServiceConfiguration.osFamily\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.cloudServiceConfiguration.osFamily\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.cloudServiceConfiguration.targetOSVersion\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.cloudServiceConfiguration.targetOSVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.cloudServiceConfiguration.currentOSVersion\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.cloudServiceConfiguration.currentOSVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.cloudServiceConfiguration\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.cloudServiceConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.imageReference.publisher\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.imageReference.offer\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.imageReference.sku\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.imageReference.version\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.imageReference.id\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.imageReference\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.imageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.osDisk.caching\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.osDisk.caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.osDisk\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.osDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.nodeAgentSkuId\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.nodeAgentSkuId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.windowsConfiguration.enableAutomaticUpdates\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.windowsConfiguration.enableAutomaticUpdates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.windowsConfiguration\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.windowsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].lun\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].caching\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].diskSizeGB\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].storageAccountType\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.dataDisks[*].storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.dataDisks[*]\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.dataDisks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.dataDisks\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.dataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.licenseType\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration\",\r\n \"defaultPath\": \"properties.deploymentConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/currentDedicatedNodes\",\r\n \"defaultPath\": \"properties.currentDedicatedNodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/currentLowPriorityNodes\",\r\n \"defaultPath\": \"properties.currentLowPriorityNodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.fixedScale.resizeTimeout\",\r\n \"defaultPath\": \"properties.scaleSettings.fixedScale.resizeTimeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.fixedScale.targetDedicatedNodes\",\r\n \"defaultPath\": \"properties.scaleSettings.fixedScale.targetDedicatedNodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.fixedScale.targetLowPriorityNodes\",\r\n \"defaultPath\": \"properties.scaleSettings.fixedScale.targetLowPriorityNodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.fixedScale.nodeDeallocationOption\",\r\n \"defaultPath\": \"properties.scaleSettings.fixedScale.nodeDeallocationOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.fixedScale\",\r\n \"defaultPath\": \"properties.scaleSettings.fixedScale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.autoScale.formula.externalDocs\",\r\n \"defaultPath\": \"properties.scaleSettings.autoScale.formula.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.autoScale.formula\",\r\n \"defaultPath\": \"properties.scaleSettings.autoScale.formula\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.autoScale.evaluationInterval\",\r\n \"defaultPath\": \"properties.scaleSettings.autoScale.evaluationInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings.autoScale\",\r\n \"defaultPath\": \"properties.scaleSettings.autoScale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/scaleSettings\",\r\n \"defaultPath\": \"properties.scaleSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.evaluationTime\",\r\n \"defaultPath\": \"properties.autoScaleRun.evaluationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.results\",\r\n \"defaultPath\": \"properties.autoScaleRun.results\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.error.code\",\r\n \"defaultPath\": \"properties.autoScaleRun.error.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.error.message\",\r\n \"defaultPath\": \"properties.autoScaleRun.error.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.error.details[*].code\",\r\n \"defaultPath\": \"properties.autoScaleRun.error.details[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.error.details[*].message\",\r\n \"defaultPath\": \"properties.autoScaleRun.error.details[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.error.details[*]\",\r\n \"defaultPath\": \"properties.autoScaleRun.error.details[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.error.details\",\r\n \"defaultPath\": \"properties.autoScaleRun.error.details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun.error\",\r\n \"defaultPath\": \"properties.autoScaleRun.error\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/autoScaleRun\",\r\n \"defaultPath\": \"properties.autoScaleRun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/interNodeCommunication\",\r\n \"defaultPath\": \"properties.interNodeCommunication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.subnetId.externalDocs\",\r\n \"defaultPath\": \"properties.networkConfiguration.subnetId.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.subnetId\",\r\n \"defaultPath\": \"properties.networkConfiguration.subnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].name\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].protocol\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].backendPort\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].frontendPortRangeStart\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].frontendPortRangeStart\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].frontendPortRangeEnd\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].frontendPortRangeEnd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].priority\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].access\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*]\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration\",\r\n \"defaultPath\": \"properties.networkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/maxTasksPerNode\",\r\n \"defaultPath\": \"properties.maxTasksPerNode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/taskSchedulingPolicy.nodeFillType\",\r\n \"defaultPath\": \"properties.taskSchedulingPolicy.nodeFillType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/taskSchedulingPolicy\",\r\n \"defaultPath\": \"properties.taskSchedulingPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].name\",\r\n \"defaultPath\": \"properties.userAccounts[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].password\",\r\n \"defaultPath\": \"properties.userAccounts[*].password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].elevationLevel\",\r\n \"defaultPath\": \"properties.userAccounts[*].elevationLevel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].linuxUserConfiguration.uid\",\r\n \"defaultPath\": \"properties.userAccounts[*].linuxUserConfiguration.uid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].linuxUserConfiguration.gid\",\r\n \"defaultPath\": \"properties.userAccounts[*].linuxUserConfiguration.gid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].linuxUserConfiguration.sshPrivateKey\",\r\n \"defaultPath\": \"properties.userAccounts[*].linuxUserConfiguration.sshPrivateKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].linuxUserConfiguration\",\r\n \"defaultPath\": \"properties.userAccounts[*].linuxUserConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*]\",\r\n \"defaultPath\": \"properties.userAccounts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts\",\r\n \"defaultPath\": \"properties.userAccounts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/metadata[*].name\",\r\n \"defaultPath\": \"properties.metadata[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/metadata[*]\",\r\n \"defaultPath\": \"properties.metadata[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.commandLine\",\r\n \"defaultPath\": \"properties.startTask.commandLine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*].blobSource\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*].blobSource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*].filePath\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*].filePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*].fileMode\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*].fileMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*]\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.environmentSettings[*].name\",\r\n \"defaultPath\": \"properties.startTask.environmentSettings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.environmentSettings[*]\",\r\n \"defaultPath\": \"properties.startTask.environmentSettings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.environmentSettings\",\r\n \"defaultPath\": \"properties.startTask.environmentSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.userIdentity.userName\",\r\n \"defaultPath\": \"properties.startTask.userIdentity.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.userIdentity.autoUser.scope\",\r\n \"defaultPath\": \"properties.startTask.userIdentity.autoUser.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.userIdentity.autoUser.elevationLevel\",\r\n \"defaultPath\": \"properties.startTask.userIdentity.autoUser.elevationLevel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.userIdentity.autoUser\",\r\n \"defaultPath\": \"properties.startTask.userIdentity.autoUser\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.userIdentity\",\r\n \"defaultPath\": \"properties.startTask.userIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.maxTaskRetryCount\",\r\n \"defaultPath\": \"properties.startTask.maxTaskRetryCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.waitForSuccess\",\r\n \"defaultPath\": \"properties.startTask.waitForSuccess\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask\",\r\n \"defaultPath\": \"properties.startTask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/certificates[*].id\",\r\n \"defaultPath\": \"properties.certificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/certificates[*].storeLocation\",\r\n \"defaultPath\": \"properties.certificates[*].storeLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/certificates[*].storeName\",\r\n \"defaultPath\": \"properties.certificates[*].storeName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/certificates[*].visibility[*]\",\r\n \"defaultPath\": \"properties.certificates[*].visibility[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/certificates[*].visibility\",\r\n \"defaultPath\": \"properties.certificates[*].visibility\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/certificates[*]\",\r\n \"defaultPath\": \"properties.certificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/certificates\",\r\n \"defaultPath\": \"properties.certificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/applicationPackages[*].id\",\r\n \"defaultPath\": \"properties.applicationPackages[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/applicationPackages[*].version\",\r\n \"defaultPath\": \"properties.applicationPackages[*].version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/applicationPackages[*]\",\r\n \"defaultPath\": \"properties.applicationPackages[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/applicationPackages\",\r\n \"defaultPath\": \"properties.applicationPackages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/applicationLicenses[*]\",\r\n \"defaultPath\": \"properties.applicationLicenses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/applicationLicenses\",\r\n \"defaultPath\": \"properties.applicationLicenses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.targetDedicatedNodes\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.targetDedicatedNodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.targetLowPriorityNodes\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.targetLowPriorityNodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.resizeTimeout\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.resizeTimeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.nodeDeallocationOption\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.nodeDeallocationOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.startTime\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors[*].code\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors[*].message\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors[*].details[*].code\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors[*].details[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors[*].details[*].message\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors[*].details[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors[*].details[*]\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors[*].details[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors[*].details\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors[*]\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus.errors\",\r\n \"defaultPath\": \"properties.resizeOperationStatus.errors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/resizeOperationStatus\",\r\n \"defaultPath\": \"properties.resizeOperationStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.cloudServiceConfiguration.osVersion\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.cloudServiceConfiguration.osVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.type\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerImageNames[*]\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerImageNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerImageNames\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerImageNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*].registryServer\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*].registryServer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*].username\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*].username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*].password\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*].password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*]\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration.containerRegistries\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/deploymentConfiguration.virtualMachineConfiguration.containerConfiguration\",\r\n \"defaultPath\": \"properties.deploymentConfiguration.virtualMachineConfiguration.containerConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].windowsUserConfiguration.loginMode\",\r\n \"defaultPath\": \"properties.userAccounts[*].windowsUserConfiguration.loginMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/userAccounts[*].windowsUserConfiguration\",\r\n \"defaultPath\": \"properties.userAccounts[*].windowsUserConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*].autoStorageContainerName\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*].autoStorageContainerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*].storageContainerUrl\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*].storageContainerUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*].httpUrl\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*].httpUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.resourceFiles[*].blobPrefix\",\r\n \"defaultPath\": \"properties.startTask.resourceFiles[*].blobPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings.containerRunOptions\",\r\n \"defaultPath\": \"properties.startTask.containerSettings.containerRunOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings.imageName\",\r\n \"defaultPath\": \"properties.startTask.containerSettings.imageName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings.registry.registryServer\",\r\n \"defaultPath\": \"properties.startTask.containerSettings.registry.registryServer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings.registry.username\",\r\n \"defaultPath\": \"properties.startTask.containerSettings.registry.username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings.registry.password\",\r\n \"defaultPath\": \"properties.startTask.containerSettings.registry.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings.registry\",\r\n \"defaultPath\": \"properties.startTask.containerSettings.registry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings\",\r\n \"defaultPath\": \"properties.startTask.containerSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/metadata[*].value\",\r\n \"defaultPath\": \"properties.metadata[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.environmentSettings[*].value\",\r\n \"defaultPath\": \"properties.startTask.environmentSettings[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.networkConfiguration.endpointConfiguration.inboundNatPools[*].networkSecurityGroupRules[*].sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.publicIPs[*]\",\r\n \"defaultPath\": \"properties.networkConfiguration.publicIPs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/networkConfiguration.publicIPs\",\r\n \"defaultPath\": \"properties.networkConfiguration.publicIPs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/startTask.containerSettings.workingDirectory\",\r\n \"defaultPath\": \"properties.startTask.containerSettings.workingDirectory\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureBlobFileSystemConfiguration.accountName\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureBlobFileSystemConfiguration.accountName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureBlobFileSystemConfiguration.containerName\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureBlobFileSystemConfiguration.containerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureBlobFileSystemConfiguration.accountKey\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureBlobFileSystemConfiguration.accountKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureBlobFileSystemConfiguration.sasKey\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureBlobFileSystemConfiguration.sasKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureBlobFileSystemConfiguration.blobfuseOptions\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureBlobFileSystemConfiguration.blobfuseOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureBlobFileSystemConfiguration.relativeMountPath\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureBlobFileSystemConfiguration.relativeMountPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureBlobFileSystemConfiguration\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureBlobFileSystemConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].nfsMountConfiguration.source\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].nfsMountConfiguration.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].nfsMountConfiguration.relativeMountPath\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].nfsMountConfiguration.relativeMountPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].nfsMountConfiguration.mountOptions\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].nfsMountConfiguration.mountOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].nfsMountConfiguration\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].nfsMountConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].cifsMountConfiguration.username\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].cifsMountConfiguration.username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].cifsMountConfiguration.source\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].cifsMountConfiguration.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].cifsMountConfiguration.relativeMountPath\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].cifsMountConfiguration.relativeMountPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].cifsMountConfiguration.mountOptions\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].cifsMountConfiguration.mountOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].cifsMountConfiguration.password\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].cifsMountConfiguration.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].cifsMountConfiguration\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].cifsMountConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureFileShareConfiguration.accountName\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureFileShareConfiguration.accountName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureFileShareConfiguration.azureFileUrl\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureFileShareConfiguration.azureFileUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureFileShareConfiguration.accountKey\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureFileShareConfiguration.accountKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureFileShareConfiguration.relativeMountPath\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureFileShareConfiguration.relativeMountPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureFileShareConfiguration.mountOptions\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureFileShareConfiguration.mountOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*].azureFileShareConfiguration\",\r\n \"defaultPath\": \"properties.mountConfiguration[*].azureFileShareConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration[*]\",\r\n \"defaultPath\": \"properties.mountConfiguration[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Batch/batchAccounts/pools/mountConfiguration\",\r\n \"defaultPath\": \"properties.mountConfiguration\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.BatchAI\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"fileservers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/clusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/fileservers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/experiments/jobs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Billing\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"billingPeriods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/customers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/instructions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/elevate\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/createInvoiceSectionOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptionMoveOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/BillingProfiles/patchOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/departments/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/departments/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/departments/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/enrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-06-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/enrollmentAccounts/billingRoleDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/enrollmentAccounts/billingRoleAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/enrollmentAccounts/billingPermissions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/availableBalance\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoices/transactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingSubscriptions/invoices\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/billingSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-03-01-preview\",\r\n \"2017-04-24-preview\",\r\n \"2017-02-27-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"transfers/acceptTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"transfers/declineTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"transfers/validateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/initiateTransfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/transfers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingProperty\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/customers/policies\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoices/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheet\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/pricesheetDownloadOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/billingSubscriptions/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/billingProfiles/invoiceSections/products/transfer\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/invoiceSections/productTransfersResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"transfers/operationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/lineOfCredit\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"billingAccounts/paymentMethods\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"validateAddress\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-10-01-preview\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.BingMaps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mapApis\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-07-02\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-18\",\r\n \"2015-07-02\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-07-02\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [\r\n \"West US (Partner)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-07-02\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Blockchain\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"watchers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"cordaMembers\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"blockchainMembers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/protocol\",\r\n \"defaultPath\": \"properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/validatorNodesSku.capacity\",\r\n \"defaultPath\": \"properties.validatorNodesSku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/validatorNodesSku\",\r\n \"defaultPath\": \"properties.validatorNodesSku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/dns\",\r\n \"defaultPath\": \"properties.dns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/password\",\r\n \"defaultPath\": \"properties.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/consortium\",\r\n \"defaultPath\": \"properties.consortium\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/consortiumManagementAccountAddress\",\r\n \"defaultPath\": \"properties.consortiumManagementAccountAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/consortiumManagementAccountPassword\",\r\n \"defaultPath\": \"properties.consortiumManagementAccountPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/consortiumRole\",\r\n \"defaultPath\": \"properties.consortiumRole\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/consortiumMemberDisplayName\",\r\n \"defaultPath\": \"properties.consortiumMemberDisplayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/rootContractAddress\",\r\n \"defaultPath\": \"properties.rootContractAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/publicKey\",\r\n \"defaultPath\": \"properties.publicKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/firewallRules[*].ruleName\",\r\n \"defaultPath\": \"properties.firewallRules[*].ruleName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/firewallRules[*].startIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/firewallRules[*].endIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].endIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/firewallRules[*]\",\r\n \"defaultPath\": \"properties.firewallRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/firewallRules\",\r\n \"defaultPath\": \"properties.firewallRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/watcherOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/blockchainMemberOperationResults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/listConsortiums\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blockchainMembers/transactionNodes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/dns\",\r\n \"defaultPath\": \"properties.dns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/publicKey\",\r\n \"defaultPath\": \"properties.publicKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/password\",\r\n \"defaultPath\": \"properties.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/firewallRules[*].ruleName\",\r\n \"defaultPath\": \"properties.firewallRules[*].ruleName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/firewallRules[*].startIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/firewallRules[*].endIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].endIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/firewallRules[*]\",\r\n \"defaultPath\": \"properties.firewallRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blockchain/blockchainMembers/transactionNodes/firewallRules\",\r\n \"defaultPath\": \"properties.firewallRules\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.BlockchainTokens\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"TokenServices/TokenTemplates\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"TokenServices/BlockchainNetworks\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"TokenServices\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"TokenServices/Groups/Accounts\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"TokenServices/Groups\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Locations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Locations/OperationStatuses\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Blueprint\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"blueprints\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/status.timeCreated\",\r\n \"defaultPath\": \"properties.status.timeCreated\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/status.lastModified\",\r\n \"defaultPath\": \"properties.status.lastModified\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/targetScope\",\r\n \"defaultPath\": \"properties.targetScope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.type\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.metadata.displayName\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.metadata.description\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.metadata.strongType\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata.strongType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.metadata\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.defaultValue\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.allowedValues[*]\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.allowedValues[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties.allowedValues\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.allowedValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/parameters.additionalProperties\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups\",\r\n \"defaultPath\": \"properties.resourceGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.name\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.location\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.metadata.displayName\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.metadata.description\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.metadata.strongType\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata.strongType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.metadata\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.dependsOn[*]\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.dependsOn[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.dependsOn\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.dependsOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions\",\r\n \"defaultPath\": \"properties.versions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/layout\",\r\n \"defaultPath\": \"properties.layout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.tags\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/resourceGroups.additionalProperties.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.tags.additionalProperties\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprints/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/status.timeCreated\",\r\n \"defaultPath\": \"properties.status.timeCreated\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/status.lastModified\",\r\n \"defaultPath\": \"properties.status.lastModified\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/targetScope\",\r\n \"defaultPath\": \"properties.targetScope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.type\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.metadata.displayName\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.metadata.description\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.metadata.strongType\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata.strongType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.metadata\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.defaultValue\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.allowedValues[*]\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.allowedValues[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties.allowedValues\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.allowedValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/parameters.additionalProperties\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups\",\r\n \"defaultPath\": \"properties.resourceGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.name\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.location\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.metadata.displayName\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.metadata.description\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.metadata.strongType\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata.strongType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.metadata\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.dependsOn[*]\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.dependsOn[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.dependsOn\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.dependsOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/blueprintName\",\r\n \"defaultPath\": \"properties.blueprintName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/changeNotes\",\r\n \"defaultPath\": \"properties.changeNotes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.tags\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprints/versions/resourceGroups.additionalProperties.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.tags.additionalProperties\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blueprints/versions/artifacts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/blueprintId\",\r\n \"defaultPath\": \"properties.blueprintId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/parameters.additionalProperties.description\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/parameters.additionalProperties\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/resourceGroups\",\r\n \"defaultPath\": \"properties.resourceGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/resourceGroups.additionalProperties.name\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/resourceGroups.additionalProperties.location\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/resourceGroups.additionalProperties\",\r\n \"defaultPath\": \"properties.resourceGroups.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/status.timeCreated\",\r\n \"defaultPath\": \"properties.status.timeCreated\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/status.lastModified\",\r\n \"defaultPath\": \"properties.status.lastModified\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/locks.mode\",\r\n \"defaultPath\": \"properties.locks.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/locks\",\r\n \"defaultPath\": \"properties.locks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/status.managedResources[*]\",\r\n \"defaultPath\": \"properties.status.managedResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/status.managedResources\",\r\n \"defaultPath\": \"properties.status.managedResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/locks.excludedPrincipals[*]\",\r\n \"defaultPath\": \"properties.locks.excludedPrincipals[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/locks.excludedPrincipals\",\r\n \"defaultPath\": \"properties.locks.excludedPrincipals\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/locks.excludedActions[*]\",\r\n \"defaultPath\": \"properties.locks.excludedActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Blueprint/blueprintAssignments/locks.excludedActions\",\r\n \"defaultPath\": \"properties.locks.excludedActions\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"blueprintAssignments/assignmentOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-01-preview\",\r\n \"2018-11-01-alpha\",\r\n \"2017-11-11-preview\",\r\n \"2017-11-11-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.BotService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"botServices\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/iconUrl\",\r\n \"defaultPath\": \"properties.iconUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/endpointVersion\",\r\n \"defaultPath\": \"properties.endpointVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/msaAppId\",\r\n \"defaultPath\": \"properties.msaAppId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/configuredChannels[*]\",\r\n \"defaultPath\": \"properties.configuredChannels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/configuredChannels\",\r\n \"defaultPath\": \"properties.configuredChannels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/enabledChannels[*]\",\r\n \"defaultPath\": \"properties.enabledChannels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/enabledChannels\",\r\n \"defaultPath\": \"properties.enabledChannels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/developerAppInsightKey\",\r\n \"defaultPath\": \"properties.developerAppInsightKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/developerAppInsightsApiKey\",\r\n \"defaultPath\": \"properties.developerAppInsightsApiKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/developerAppInsightsApplicationId\",\r\n \"defaultPath\": \"properties.developerAppInsightsApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/luisAppIds[*]\",\r\n \"defaultPath\": \"properties.luisAppIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/luisAppIds\",\r\n \"defaultPath\": \"properties.luisAppIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/luisKey\",\r\n \"defaultPath\": \"properties.luisKey\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"botServices/channels\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/channels/FacebookChannel.sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/channels/FacebookChannel.sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/channels/FacebookChannel.sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/channels/FacebookChannel.channelName\",\r\n \"defaultPath\": \"properties.channelName\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"botServices/connections\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/clientId\",\r\n \"defaultPath\": \"properties.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/settingId\",\r\n \"defaultPath\": \"properties.settingId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/clientSecret\",\r\n \"defaultPath\": \"properties.clientSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/scopes\",\r\n \"defaultPath\": \"properties.scopes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/serviceProviderId\",\r\n \"defaultPath\": \"properties.serviceProviderId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/serviceProviderDisplayName\",\r\n \"defaultPath\": \"properties.serviceProviderDisplayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/parameters[*].key\",\r\n \"defaultPath\": \"properties.parameters[*].key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/parameters[*].value\",\r\n \"defaultPath\": \"properties.parameters[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/parameters[*]\",\r\n \"defaultPath\": \"properties.parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.BotService/botServices/connections/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listAuthServiceProviders\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"languages\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"templates\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-12\",\r\n \"2017-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-12-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-07-12\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.name\",\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/sku.family\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.family\",\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/sku.capacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.capacity\",\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/enableNonSslPort\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableNonSslPort\",\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableNonSslPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/shardCount\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.shardCount\",\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.shardCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/staticIP\",\r\n \"defaultPath\": \"properties.staticIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/subnet\",\r\n \"defaultPath\": \"properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/virtualNetwork\",\r\n \"defaultPath\": \"properties.virtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/tenantSettings\",\r\n \"defaultPath\": \"properties.tenantSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/redisConfiguration\",\r\n \"defaultPath\": \"properties.redisConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/redisVersion\",\r\n \"defaultPath\": \"properties.redisVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/sslPort\",\r\n \"defaultPath\": \"properties.sslPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/port\",\r\n \"defaultPath\": \"properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/hostName\",\r\n \"defaultPath\": \"properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/subnetId\",\r\n \"defaultPath\": \"properties.subnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/accessKeys\",\r\n \"defaultPath\": \"properties.accessKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/accessKeys.secondaryKey\",\r\n \"defaultPath\": \"properties.accessKeys.secondaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/accessKeys.primaryKey\",\r\n \"defaultPath\": \"properties.accessKeys.primaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/endIP\",\r\n \"defaultPath\": \"properties.endIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/startIP\",\r\n \"defaultPath\": \"properties.startIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/scheduleEntries[*]\",\r\n \"defaultPath\": \"properties.scheduleEntries[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/scheduleEntries[*].maintenanceWindow\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].maintenanceWindow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/scheduleEntries[*].startHourUtc\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].startHourUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/scheduleEntries[*].dayOfWeek\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].dayOfWeek\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/linkedServers\",\r\n \"defaultPath\": \"properties.linkedServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/linkedServers.properties[*].id\",\r\n \"defaultPath\": \"properties.linkedServers.properties[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/serverRole\",\r\n \"defaultPath\": \"properties.serverRole\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/linkedRedisCacheLocation\",\r\n \"defaultPath\": \"properties.linkedRedisCacheLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/linkedRedisCacheId\",\r\n \"defaultPath\": \"properties.linkedRedisCacheId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/linkedServers[*]\",\r\n \"defaultPath\": \"properties.linkedServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/linkedServers[*].id\",\r\n \"defaultPath\": \"properties.linkedServers[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/minimumTlsVersion\",\r\n \"defaultPath\": \"properties.minimumTlsVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/zones\",\r\n \"defaultPath\": \"zones\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-04-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-04-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/firewallrules\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/firewallrules/startIP\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.startIP\",\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.startIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/Redis/firewallrules/endIP\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endIP\",\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endIP\"\r\n }\r\n ],\r\n \"zoneMappings\": []\r\n },\r\n {\r\n \"resourceType\": \"redis/linkedservers\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/linkedservers/linkedRedisCacheId\",\r\n \"defaultPath\": \"properties.linkedRedisCacheId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/linkedservers/linkedRedisCacheLocation\",\r\n \"defaultPath\": \"properties.linkedRedisCacheLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/linkedservers/serverRole\",\r\n \"defaultPath\": \"properties.serverRole\"\r\n }\r\n ],\r\n \"zoneMappings\": []\r\n },\r\n {\r\n \"resourceType\": \"redis/patchSchedules\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/scheduleEntries[*].dayOfWeek\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].dayOfWeek\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/scheduleEntries[*].startHourUtc\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].startHourUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/scheduleEntries[*].maintenanceWindow\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].maintenanceWindow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/scheduleEntries[*]\",\r\n \"defaultPath\": \"properties.scheduleEntries[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/scheduleEntries\",\r\n \"defaultPath\": \"properties.scheduleEntries\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/default.scheduleEntries[*].dayOfWeek\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].dayOfWeek\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/default.scheduleEntries[*].startHourUtc\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].startHourUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/default.scheduleEntries[*].maintenanceWindow\",\r\n \"defaultPath\": \"properties.scheduleEntries[*].maintenanceWindow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/default.scheduleEntries[*]\",\r\n \"defaultPath\": \"properties.scheduleEntries[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cache/redis/patchSchedules/default.scheduleEntries\",\r\n \"defaultPath\": \"properties.scheduleEntries\"\r\n }\r\n ],\r\n \"zoneMappings\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Capacity\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resourceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"autoQuotaIncrease\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-04-01\",\r\n \"2018-06-01\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/requestDateTime\",\r\n \"defaultPath\": \"properties.requestDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/createdDateTime\",\r\n \"defaultPath\": \"properties.createdDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/expiryDate\",\r\n \"defaultPath\": \"properties.expiryDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/originalQuantity\",\r\n \"defaultPath\": \"properties.originalQuantity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/term\",\r\n \"defaultPath\": \"properties.term\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].location\",\r\n \"defaultPath\": \"properties.reservations[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].etag\",\r\n \"defaultPath\": \"properties.reservations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].id\",\r\n \"defaultPath\": \"properties.reservations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].name\",\r\n \"defaultPath\": \"properties.reservations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].sku.name\",\r\n \"defaultPath\": \"properties.reservations[*].sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].sku\",\r\n \"defaultPath\": \"properties.reservations[*].sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].reservedResourceType\",\r\n \"defaultPath\": \"properties.reservations[*].properties.reservedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].instanceFlexibility\",\r\n \"defaultPath\": \"properties.reservations[*].properties.instanceFlexibility\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].displayName\",\r\n \"defaultPath\": \"properties.reservations[*].properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].appliedScopes[*]\",\r\n \"defaultPath\": \"properties.reservations[*].properties.appliedScopes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].appliedScopes\",\r\n \"defaultPath\": \"properties.reservations[*].properties.appliedScopes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].appliedScopeType\",\r\n \"defaultPath\": \"properties.reservations[*].properties.appliedScopeType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].quantity\",\r\n \"defaultPath\": \"properties.reservations[*].properties.quantity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].provisioningState\",\r\n \"defaultPath\": \"properties.reservations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].effectiveDateTime\",\r\n \"defaultPath\": \"properties.reservations[*].properties.effectiveDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].lastUpdatedDateTime\",\r\n \"defaultPath\": \"properties.reservations[*].properties.lastUpdatedDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].expiryDate\",\r\n \"defaultPath\": \"properties.reservations[*].properties.expiryDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].skuDescription\",\r\n \"defaultPath\": \"properties.reservations[*].properties.skuDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].extendedStatusInfo.statusCode\",\r\n \"defaultPath\": \"properties.reservations[*].properties.extendedStatusInfo.statusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].extendedStatusInfo.message\",\r\n \"defaultPath\": \"properties.reservations[*].properties.extendedStatusInfo.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].extendedStatusInfo\",\r\n \"defaultPath\": \"properties.reservations[*].properties.extendedStatusInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].splitProperties.splitDestinations[*]\",\r\n \"defaultPath\": \"properties.reservations[*].properties.splitProperties.splitDestinations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].splitProperties.splitDestinations\",\r\n \"defaultPath\": \"properties.reservations[*].properties.splitProperties.splitDestinations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].splitProperties.splitSource\",\r\n \"defaultPath\": \"properties.reservations[*].properties.splitProperties.splitSource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].splitProperties\",\r\n \"defaultPath\": \"properties.reservations[*].properties.splitProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].mergeProperties.mergeDestination\",\r\n \"defaultPath\": \"properties.reservations[*].properties.mergeProperties.mergeDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].mergeProperties.mergeSources[*]\",\r\n \"defaultPath\": \"properties.reservations[*].properties.mergeProperties.mergeSources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].mergeProperties.mergeSources\",\r\n \"defaultPath\": \"properties.reservations[*].properties.mergeProperties.mergeSources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].mergeProperties\",\r\n \"defaultPath\": \"properties.reservations[*].properties.mergeProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].type\",\r\n \"defaultPath\": \"properties.reservations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*]\",\r\n \"defaultPath\": \"properties.reservations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations\",\r\n \"defaultPath\": \"properties.reservations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/billingPlan\",\r\n \"defaultPath\": \"properties.billingPlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.pricingCurrencyTotal.currencyCode\",\r\n \"defaultPath\": \"properties.planInformation.pricingCurrencyTotal.currencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.pricingCurrencyTotal.amount\",\r\n \"defaultPath\": \"properties.planInformation.pricingCurrencyTotal.amount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.pricingCurrencyTotal\",\r\n \"defaultPath\": \"properties.planInformation.pricingCurrencyTotal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.startDate\",\r\n \"defaultPath\": \"properties.planInformation.startDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.nextPaymentDueDate\",\r\n \"defaultPath\": \"properties.planInformation.nextPaymentDueDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].dueDate\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].dueDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].paymentDate\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].paymentDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].pricingCurrencyTotal.currencyCode\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].pricingCurrencyTotal.currencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].pricingCurrencyTotal.amount\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].pricingCurrencyTotal.amount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].pricingCurrencyTotal\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].pricingCurrencyTotal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].billingCurrencyTotal.currencyCode\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].billingCurrencyTotal.currencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].billingCurrencyTotal.amount\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].billingCurrencyTotal.amount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].billingCurrencyTotal\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].billingCurrencyTotal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].billingAccount\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].billingAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].status\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].extendedStatusInfo.statusCode\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].extendedStatusInfo.statusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].extendedStatusInfo.message\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].extendedStatusInfo.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*].extendedStatusInfo\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*].extendedStatusInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions[*]\",\r\n \"defaultPath\": \"properties.planInformation.transactions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation.transactions\",\r\n \"defaultPath\": \"properties.planInformation.transactions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/planInformation\",\r\n \"defaultPath\": \"properties.planInformation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].billingPlan\",\r\n \"defaultPath\": \"properties.reservations[*].properties.billingPlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].billingScopeId\",\r\n \"defaultPath\": \"properties.reservations[*].properties.billingScopeId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renew\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renew\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewSource\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewSource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewDestination\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.sku.name\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.sku\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.location\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.reservedResourceType\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.reservedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.billingScopeId\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.billingScopeId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.term\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.term\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.billingPlan\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.billingPlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.quantity\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.quantity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.displayName\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.appliedScopeType\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.appliedScopeType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.appliedScopes[*]\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.appliedScopes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.appliedScopes\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.appliedScopes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.renew\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.renew\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.reservedResourceProperties.instanceFlexibility\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.reservedResourceProperties.instanceFlexibility\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties.reservedResourceProperties\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties.properties.reservedResourceProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.purchaseProperties\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.purchaseProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.pricingCurrencyTotal.currencyCode\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.pricingCurrencyTotal.currencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.pricingCurrencyTotal.amount\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.pricingCurrencyTotal.amount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.pricingCurrencyTotal\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.pricingCurrencyTotal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.billingCurrencyTotal.currencyCode\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.billingCurrencyTotal.currencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.billingCurrencyTotal.amount\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.billingCurrencyTotal.amount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties.billingCurrencyTotal\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties.billingCurrencyTotal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].renewProperties\",\r\n \"defaultPath\": \"properties.reservations[*].properties.renewProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/reservationOrders/reservations[*].term\",\r\n \"defaultPath\": \"properties.reservations[*].properties.term\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listbenefits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/revisions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"appliedReservations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"calculatePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"calculateExchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"exchange\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/calculateRefund\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/return\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/split\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/merge\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/swap\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"validateReservationOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\",\r\n \"2017-11-01-beta\",\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservationOrders/reservations/availableScopes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"commercialReservationOrders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01-beta\",\r\n \"2019-04-01\",\r\n \"2018-06-01-beta\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"calculatePurchasePrice\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"placePurchaseOrder\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkPurchaseStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01-privatepreview\",\r\n \"2019-06-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"resourceProviders/locations/serviceLimits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-07-19-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/limit\",\r\n \"defaultPath\": \"properties.limit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/currentValue\",\r\n \"defaultPath\": \"properties.currentValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/unit\",\r\n \"defaultPath\": \"properties.unit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/name\",\r\n \"defaultPath\": \"properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/name.value\",\r\n \"defaultPath\": \"properties.name.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/name.localizedValue\",\r\n \"defaultPath\": \"properties.name.localizedValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/resourceType\",\r\n \"defaultPath\": \"properties.resourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Capacity/resourceProviders/locations/serviceLimits/quotaPeriod\",\r\n \"defaultPath\": \"properties.quotaPeriod\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Cdn\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"profiles\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.CDN/profiles/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2016-04-02\",\r\n \"2016-10-02\",\r\n \"2017-04-02\",\r\n \"2017-10-12\",\r\n \"2018-04-02\",\r\n \"2019-04-15\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.sku.name\",\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/sku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku\",\r\n \"apiVersions\": [\r\n \"2016-04-02\",\r\n \"2016-10-02\",\r\n \"2017-04-02\",\r\n \"2017-10-12\",\r\n \"2019-04-15\",\r\n \"2018-04-02\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.sku\",\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"microsoft.cdn/profiles/endpoints/isHttpAllowed\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.isHttpAllowed\",\r\n \"apiVersions\": [\r\n \"2015-06-01\",\r\n \"2016-04-02\",\r\n \"2016-10-02\",\r\n \"2017-04-02\",\r\n \"2017-10-12\",\r\n \"2018-04-02\",\r\n \"2019-04-15\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.isHttpAllowed\"\r\n },\r\n {\r\n \"name\": \"microsoft.cdn/profiles/endpoints/isHttpsAllowed\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.isHttpsAllowed\",\r\n \"apiVersions\": [\r\n \"2015-06-01\",\r\n \"2016-04-02\",\r\n \"2016-10-02\",\r\n \"2017-04-02\",\r\n \"2017-10-12\",\r\n \"2018-04-02\",\r\n \"2019-04-15\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.isHttpsAllowed\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/hostName\",\r\n \"defaultPath\": \"properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originHostHeader\",\r\n \"defaultPath\": \"properties.originHostHeader\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originPath\",\r\n \"defaultPath\": \"properties.originPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/contentTypesToCompress[*]\",\r\n \"defaultPath\": \"properties.contentTypesToCompress[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/contentTypesToCompress\",\r\n \"defaultPath\": \"properties.contentTypesToCompress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/isCompressionEnabled\",\r\n \"defaultPath\": \"properties.isCompressionEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/queryStringCachingBehavior\",\r\n \"defaultPath\": \"properties.queryStringCachingBehavior\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].name\",\r\n \"defaultPath\": \"properties.origins[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].hostName\",\r\n \"defaultPath\": \"properties.origins[*].properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].httpPort\",\r\n \"defaultPath\": \"properties.origins[*].properties.httpPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].httpsPort\",\r\n \"defaultPath\": \"properties.origins[*].properties.httpsPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*]\",\r\n \"defaultPath\": \"properties.origins[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins\",\r\n \"defaultPath\": \"properties.origins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/optimizationType\",\r\n \"defaultPath\": \"properties.optimizationType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/geoFilters[*].relativePath\",\r\n \"defaultPath\": \"properties.geoFilters[*].relativePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/geoFilters[*].action\",\r\n \"defaultPath\": \"properties.geoFilters[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/geoFilters[*].countryCodes[*]\",\r\n \"defaultPath\": \"properties.geoFilters[*].countryCodes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/geoFilters[*].countryCodes\",\r\n \"defaultPath\": \"properties.geoFilters[*].countryCodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/geoFilters[*]\",\r\n \"defaultPath\": \"properties.geoFilters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/geoFilters\",\r\n \"defaultPath\": \"properties.geoFilters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/probePath\",\r\n \"defaultPath\": \"properties.probePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.description\",\r\n \"defaultPath\": \"properties.deliveryPolicy.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].order\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].order\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].actions[*].name\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].actions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].actions[*]\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].actions\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].conditions[*].name\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].conditions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].conditions[*]\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].conditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].conditions\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].conditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*]\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy\",\r\n \"defaultPath\": \"properties.deliveryPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/deliveryPolicy.rules[*].name\",\r\n \"defaultPath\": \"properties.deliveryPolicy.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/webApplicationFirewallPolicyLink.id\",\r\n \"defaultPath\": \"properties.webApplicationFirewallPolicyLink.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/webApplicationFirewallPolicyLink\",\r\n \"defaultPath\": \"properties.webApplicationFirewallPolicyLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/defaultOriginGroup.id\",\r\n \"defaultPath\": \"properties.defaultOriginGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/defaultOriginGroup\",\r\n \"defaultPath\": \"properties.defaultOriginGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].originHostHeader\",\r\n \"defaultPath\": \"properties.origins[*].properties.originHostHeader\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].priority\",\r\n \"defaultPath\": \"properties.origins[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].weight\",\r\n \"defaultPath\": \"properties.origins[*].properties.weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins[*].enabled\",\r\n \"defaultPath\": \"properties.origins[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].name\",\r\n \"defaultPath\": \"properties.originGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].healthProbeSettings.probePath\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.healthProbeSettings.probePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].healthProbeSettings.probeRequestType\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.healthProbeSettings.probeRequestType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].healthProbeSettings.probeProtocol\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.healthProbeSettings.probeProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].healthProbeSettings.probeIntervalInSeconds\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.healthProbeSettings.probeIntervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].healthProbeSettings\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.healthProbeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].origins[*].id\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.origins[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].origins[*]\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.origins[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].origins\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.origins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].responseBasedOriginErrorDetectionSettings.responseBasedDetectedErrorTypes\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.responseBasedOriginErrorDetectionSettings.responseBasedDetectedErrorTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].responseBasedOriginErrorDetectionSettings.responseBasedFailoverThresholdPercentage\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.responseBasedOriginErrorDetectionSettings.responseBasedFailoverThresholdPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].begin\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].begin\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].end\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].end\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].responseBasedOriginErrorDetectionSettings.httpErrorRanges[*]\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].responseBasedOriginErrorDetectionSettings.httpErrorRanges\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*].responseBasedOriginErrorDetectionSettings\",\r\n \"defaultPath\": \"properties.originGroups[*].properties.responseBasedOriginErrorDetectionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups[*]\",\r\n \"defaultPath\": \"properties.originGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups\",\r\n \"defaultPath\": \"properties.originGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.healthProbeSettings.probePath\",\r\n \"defaultPath\": \"properties.healthProbeSettings.probePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.healthProbeSettings.probeRequestType\",\r\n \"defaultPath\": \"properties.healthProbeSettings.probeRequestType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.healthProbeSettings.probeProtocol\",\r\n \"defaultPath\": \"properties.healthProbeSettings.probeProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.healthProbeSettings.probeIntervalInSeconds\",\r\n \"defaultPath\": \"properties.healthProbeSettings.probeIntervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.healthProbeSettings\",\r\n \"defaultPath\": \"properties.healthProbeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.origins[*].id\",\r\n \"defaultPath\": \"properties.origins[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\r\n \"defaultPath\": \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.responseBasedOriginErrorDetectionSettings.responseBasedDetectedErrorTypes\",\r\n \"defaultPath\": \"properties.responseBasedOriginErrorDetectionSettings.responseBasedDetectedErrorTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.responseBasedOriginErrorDetectionSettings.responseBasedFailoverThresholdPercentage\",\r\n \"defaultPath\": \"properties.responseBasedOriginErrorDetectionSettings.responseBasedFailoverThresholdPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].begin\",\r\n \"defaultPath\": \"properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].begin\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].end\",\r\n \"defaultPath\": \"properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*].end\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*]\",\r\n \"defaultPath\": \"properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.responseBasedOriginErrorDetectionSettings.httpErrorRanges\",\r\n \"defaultPath\": \"properties.responseBasedOriginErrorDetectionSettings.httpErrorRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/originGroups.responseBasedOriginErrorDetectionSettings\",\r\n \"defaultPath\": \"properties.responseBasedOriginErrorDetectionSettings\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/origins\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/hostName\",\r\n \"defaultPath\": \"properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/httpPort\",\r\n \"defaultPath\": \"properties.httpPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/httpsPort\",\r\n \"defaultPath\": \"properties.httpsPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/originHostHeader\",\r\n \"defaultPath\": \"properties.originHostHeader\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/priority\",\r\n \"defaultPath\": \"properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/weight\",\r\n \"defaultPath\": \"properties.weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/origins/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/origingroups\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\"\r\n ],\r\n \"defaultApiVersion\": \"2019-12-31\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"profiles/endpoints/customdomains\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/profiles/endpoints/customdomains/hostName\",\r\n \"defaultPath\": \"properties.hostName\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/originresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/origingroupresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\"\r\n ],\r\n \"defaultApiVersion\": \"2019-12-31\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationresults/profileresults/endpointresults/customdomainresults\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkResourceUsage\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"validateProbe\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"edgenodes\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2020-03-31\",\r\n \"2019-12-31\",\r\n \"2019-06-15-preview\",\r\n \"2019-04-15\",\r\n \"2018-04-02\",\r\n \"2017-10-12\",\r\n \"2017-04-02\",\r\n \"2016-10-02\",\r\n \"2016-04-02\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-12\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"global\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2019-06-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/policySettings.enabledState\",\r\n \"defaultPath\": \"properties.policySettings.enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/policySettings.mode\",\r\n \"defaultPath\": \"properties.policySettings.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/policySettings.defaultRedirectUrl\",\r\n \"defaultPath\": \"properties.policySettings.defaultRedirectUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/policySettings.defaultCustomBlockResponseStatusCode\",\r\n \"defaultPath\": \"properties.policySettings.defaultCustomBlockResponseStatusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/policySettings.defaultCustomBlockResponseBody\",\r\n \"defaultPath\": \"properties.policySettings.defaultCustomBlockResponseBody\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/policySettings\",\r\n \"defaultPath\": \"properties.policySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].rateLimitThreshold\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].rateLimitThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].rateLimitDurationInMinutes\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].rateLimitDurationInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*]\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].name\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].enabledState\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].priority\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].matchVariable\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].selector\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].operator\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].negateCondition\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].negateCondition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].matchValue[*]\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].matchValue[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].matchValue\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].matchValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*]\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].action.actionType\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].action.actionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].action.redirectUrl\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].action.redirectUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].action.customBlockResponseStatusCode\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].action.customBlockResponseStatusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].action.customBlockResponseBody\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].action.customBlockResponseBody\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].action\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules\",\r\n \"defaultPath\": \"properties.rateLimitRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].name\",\r\n \"defaultPath\": \"properties.customRules.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].enabledState\",\r\n \"defaultPath\": \"properties.customRules.rules[*].enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].priority\",\r\n \"defaultPath\": \"properties.customRules.rules[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].action\",\r\n \"defaultPath\": \"properties.customRules.rules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules\",\r\n \"defaultPath\": \"properties.customRules.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules\",\r\n \"defaultPath\": \"properties.customRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleSetType\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleSetType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleSetVersion\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleSetVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].anomalyScore\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].anomalyScore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].ruleGroupName\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].ruleGroupName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].ruleId\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].ruleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].enabledState\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].action\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules.managedRuleSets\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/managedRules\",\r\n \"defaultPath\": \"properties.managedRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/cdnEndpointLinks[*].id\",\r\n \"defaultPath\": \"properties.cdnEndpointLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/cdnEndpointLinks[*]\",\r\n \"defaultPath\": \"properties.cdnEndpointLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/cdnEndpointLinks\",\r\n \"defaultPath\": \"properties.cdnEndpointLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].transforms[*]\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].transforms[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/rateLimitRules.rules[*].matchConditions[*].transforms\",\r\n \"defaultPath\": \"properties.rateLimitRules.rules[*].matchConditions[*].transforms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].matchVariable\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].selector\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].operator\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].negateCondition\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].negateCondition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].matchValue[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].matchValue[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].matchValue\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].matchValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].transforms[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].transforms[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].transforms\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].transforms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/endpointLinks[*].id\",\r\n \"defaultPath\": \"properties.endpointLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/endpointLinks[*]\",\r\n \"defaultPath\": \"properties.endpointLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Cdn/CdnWebApplicationFirewallPolicies/endpointLinks\",\r\n \"defaultPath\": \"properties.endpointLinks\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"CdnWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-15\",\r\n \"2019-06-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-15-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.CertificateRegistration\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"certificateOrders\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"certificateOrders/certificates\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"validateCertificateRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-08-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ChangeAnalysis\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"profile\",\r\n \"locations\": [\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"resourceChanges\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ClassicCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domainNames\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2018-06-01\",\r\n \"2017-11-15\",\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2014-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/internalLoadBalancers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2014-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkDomainNameAvailability\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01\",\r\n \"2018-06-01\",\r\n \"2017-11-15\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/slots/roles/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2014-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/capabilities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"domainNames/serviceCertificates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/diagnosticSettings\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metrics\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"resourceTypes\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-04-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"moveSubscriptionResources\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"validateSubscriptionMoveAvailability\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operatingSystems\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operatingSystemFamilies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ClassicInfrastructureMigrate\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicInfrastructureResources\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK North\",\r\n \"UK South 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ClassicNetwork\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-15\",\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2014-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/remoteVirtualNetworkPeeringProxies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"reservedIps\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2014-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"gatewaySupportedDevices\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2015-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections/peerings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-10-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ClassicStorage\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2014-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"quotas\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkStorageAccountAvailability\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 (Stage)\",\r\n \"North Central US (Stage)\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"South Africa West\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/services/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metricDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/metrics\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"capabilities\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/blobServices\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/tableServices\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/fileServices\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/queueServices\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts/vmImages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01-beta\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"publicImages\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-04-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"osImages\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"osPlatformImages\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-04-01-beta\",\r\n \"2016-04-01\",\r\n \"2015-12-01\",\r\n \"2015-06-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\",\r\n \"2014-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ClassicSubscription\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-09-01\",\r\n \"2017-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"microsoft.cloudes\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-02-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Codespaces\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"plans\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"West Us 2\",\r\n \"Southeast Asia\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-10-alpha\",\r\n \"2020-06-16-alpha\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Codespaces/plans/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Codespaces/plans/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Codespaces/plans/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Codespaces/plans/defaultAutoSuspendDelayMinutes\",\r\n \"defaultPath\": \"properties.defaultAutoSuspendDelayMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Codespaces/plans/defaultCodespaceSku\",\r\n \"defaultPath\": \"properties.defaultCodespaceSku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Codespaces/plans/vnetProperties\",\r\n \"defaultPath\": \"properties.vnetProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Codespaces/plans/vnetProperties.subnetId\",\r\n \"defaultPath\": \"properties.vnetProperties.subnetId\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-07-10-privatepreview\",\r\n \"2020-07-10-beta\",\r\n \"2020-07-10-alpha\",\r\n \"2020-06-16-privatepreview\",\r\n \"2020-06-16-beta\",\r\n \"2020-06-16-alpha\",\r\n \"2020-06-16\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registeredSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-07-10-privatepreview\",\r\n \"2020-07-10-beta\",\r\n \"2020-07-10-alpha\",\r\n \"2020-06-16-privatepreview\",\r\n \"2020-06-16-beta\",\r\n \"2020-06-16-alpha\",\r\n \"2020-06-16\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.CognitiveServices\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/internalId\",\r\n \"defaultPath\": \"properties.internalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/customSubDomainName\",\r\n \"defaultPath\": \"properties.customSubDomainName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.defaultAction\",\r\n \"defaultPath\": \"properties.networkAcls.defaultAction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.ipRules[*].value\",\r\n \"defaultPath\": \"properties.networkAcls.ipRules[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.ipRules[*]\",\r\n \"defaultPath\": \"properties.networkAcls.ipRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.ipRules\",\r\n \"defaultPath\": \"properties.networkAcls.ipRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.virtualNetworkRules[*].id\",\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.virtualNetworkRules[*].state\",\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules[*].state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.virtualNetworkRules[*].ignoreMissingVnetServiceEndpoint\",\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules[*].ignoreMissingVnetServiceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.virtualNetworkRules[*]\",\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls.virtualNetworkRules\",\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/networkAcls\",\r\n \"defaultPath\": \"properties.networkAcls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/apiProperties.qnaRuntimeEndpoint\",\r\n \"defaultPath\": \"properties.apiProperties.qnaRuntimeEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/apiProperties.statisticsEnabled\",\r\n \"defaultPath\": \"properties.apiProperties.statisticsEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/apiProperties.eventHubConnectionString\",\r\n \"defaultPath\": \"properties.apiProperties.eventHubConnectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/apiProperties.storageAccountConnectionString\",\r\n \"defaultPath\": \"properties.apiProperties.storageAccountConnectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/apiProperties\",\r\n \"defaultPath\": \"properties.apiProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/capabilities[*]\",\r\n \"defaultPath\": \"properties.capabilities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/capabilities[*].name\",\r\n \"defaultPath\": \"properties.capabilities[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/capabilities[*].value\",\r\n \"defaultPath\": \"properties.capabilities[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/capabilities\",\r\n \"defaultPath\": \"properties.capabilities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/encryption\",\r\n \"defaultPath\": \"properties.encryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/encryption.keyVaultProperties\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/encryption.keyVaultProperties.keyName\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.keyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/encryption.keyVaultProperties.keyVersion\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.keyVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/encryption.keyVaultProperties.keyVaultUri\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.keyVaultUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/encryption.keySource\",\r\n \"defaultPath\": \"properties.encryption.keySource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/userOwnedStorage[*]\",\r\n \"defaultPath\": \"properties.userOwnedStorage[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/userOwnedStorage[*].resourceId\",\r\n \"defaultPath\": \"properties.userOwnedStorage[*].resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/userOwnedStorage\",\r\n \"defaultPath\": \"properties.userOwnedStorage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/publicNetworkAccess\",\r\n \"defaultPath\": \"properties.publicNetworkAccess\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkSkuAvailability\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\",\r\n \"2016-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-18\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/privateLinkResources\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/groupIds[*]\",\r\n \"defaultPath\": \"properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CognitiveServices/accounts/privateEndpointConnections/groupIds\",\r\n \"defaultPath\": \"properties.groupIds\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Global\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-18\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Commerce\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"UsageAggregates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"RateCard\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-31-preview\",\r\n \"2015-06-01-preview\",\r\n \"2015-05-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01-preview\",\r\n \"2015-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Compute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"availabilitySets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/platformUpdateDomainCount\",\r\n \"defaultPath\": \"properties.platformUpdateDomainCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/platformFaultDomainCount\",\r\n \"defaultPath\": \"properties.platformFaultDomainCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/virtualMachines[*].id\",\r\n \"defaultPath\": \"properties.virtualMachines[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/virtualMachines[*]\",\r\n \"defaultPath\": \"properties.virtualMachines[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/virtualMachines\",\r\n \"defaultPath\": \"properties.virtualMachines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/statuses[*].code\",\r\n \"defaultPath\": \"properties.statuses[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/statuses[*].level\",\r\n \"defaultPath\": \"properties.statuses[*].level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/statuses[*].displayStatus\",\r\n \"defaultPath\": \"properties.statuses[*].displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/statuses[*].message\",\r\n \"defaultPath\": \"properties.statuses[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/statuses[*].time\",\r\n \"defaultPath\": \"properties.statuses[*].time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/statuses[*]\",\r\n \"defaultPath\": \"properties.statuses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/statuses\",\r\n \"defaultPath\": \"properties.statuses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/managed\",\r\n \"defaultPath\": \"properties.managed\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/proximityPlacementGroup.id\",\r\n \"defaultPath\": \"properties.proximityPlacementGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/availabilitySets/proximityPlacementGroup\",\r\n \"defaultPath\": \"properties.proximityPlacementGroup\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/licenseType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.licenseType\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/availabilitySet.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.availabilitySet.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.availabilitySet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.hardwareProfile.vmSize\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.hardwareProfile.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osDisk.Uri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.vhd.uri\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.vhd.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imagePublisher\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.publisher\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageOffer\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.offer\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageSku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.sku\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.version\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/imagePublisher\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.publisher\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/imageOffer\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.offer\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/imageSku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.sku\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/imageVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.imageReference.version\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/networkInterfaces[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkProfile.networkInterfaces[*].id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.adminPassword\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.adminPassword\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.adminPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.adminUsername\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.adminUsername\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].name\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].diskSizeGB\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].diskSizeGB\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].createOption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].createOption\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].caching\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].caching\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].vhd.uri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].vhd.uri\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].vhd.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].image.uri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].image.uri\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].image.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].lun\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].lun\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].managedDisk.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].managedDisk.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].managedDisk.storageAccountType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.dataDisks[*].managedDisk.storageAccountType\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.osType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.osType\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.name\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.createOption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.createOption\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.caching\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.caching\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.managedDisk.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.managedDisk.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.managedDisk.storageAccountType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.managedDisk.storageAccountType\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.encryptionSettings\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.encryptionSettings.enabled\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.vhd\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.vhd\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.vhd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.vhd.uri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.osDisk.vhd.uri\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.osDisk.vhd.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.enableAutomaticUpdates\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.windowsConfiguration.enableAutomaticUpdates\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.enableAutomaticUpdates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.provisionVMAgent\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.windowsConfiguration.provisionVMAgent\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.provisionVMAgent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.windowsConfiguration\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration.disablePasswordAuthentication\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.linuxConfiguration.disablePasswordAuthentication\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.disablePasswordAuthentication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.linuxConfiguration\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/diagnosticsProfile.bootDiagnostics\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.diagnosticsProfile.bootDiagnostics\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.diagnosticsProfile.bootDiagnostics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/diagnosticsProfile.bootDiagnostics.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.diagnosticsProfile.bootDiagnostics.enabled\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.diagnosticsProfile.bootDiagnostics.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/diagnosticsProfile.bootDiagnostics.storageUri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.diagnosticsProfile.bootDiagnostics.storageUri\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.diagnosticsProfile.bootDiagnostics.storageUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.customData\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.customData\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.customData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/hardwareProfile.vmSize\",\r\n \"defaultPath\": \"properties.hardwareProfile.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/hardwareProfile\",\r\n \"defaultPath\": \"properties.hardwareProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.imageReference.publisher\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.imageReference.offer\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.imageReference.sku\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.imageReference.version\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.imageReference\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.image.uri\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.image.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.image\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.image\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.diskSizeGB\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.managedDisk\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].vhd\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].vhd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].image\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].image\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].managedDisk\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*]\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile\",\r\n \"defaultPath\": \"properties.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.computerName\",\r\n \"defaultPath\": \"properties.osProfile.computerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.timeZone\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].passName\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].passName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].componentName\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].componentName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].settingName\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].settingName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].content\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*]\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.winRM.listeners[*].protocol\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.winRM.listeners[*].certificateUrl\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners[*].certificateUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.winRM.listeners[*]\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.winRM.listeners\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.winRM\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys[*].path\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys[*].keyData\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys[*].keyData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys[*]\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration.ssh\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets[*].sourceVault.id\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets[*].sourceVault\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets[*].vaultCertificates[*].certificateUrl\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates[*].certificateUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets[*].vaultCertificates[*].certificateStore\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates[*].certificateStore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets[*].vaultCertificates[*]\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets[*].vaultCertificates\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets[*]\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.secrets\",\r\n \"defaultPath\": \"properties.osProfile.secrets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile\",\r\n \"defaultPath\": \"properties.osProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/networkProfile.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/networkProfile.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/networkProfile.networkInterfaces\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/networkProfile\",\r\n \"defaultPath\": \"properties.networkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/diagnosticsProfile\",\r\n \"defaultPath\": \"properties.diagnosticsProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/availabilitySet\",\r\n \"defaultPath\": \"properties.availabilitySet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView.disks[*].statuses[*].code\",\r\n \"defaultPath\": \"properties.instanceView.disks[*].statuses[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView.statuses[*].code\",\r\n \"defaultPath\": \"properties.instanceView.statuses[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView.statuses\",\r\n \"defaultPath\": \"properties.instanceView.statuses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/licenseType\",\r\n \"defaultPath\": \"properties.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/vmId\",\r\n \"defaultPath\": \"properties.vmId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView.disks[*].encryptionSettings[*].enabled\",\r\n \"defaultPath\": \"properties.instanceView.disks[*].encryptionSettings[*].enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.writeAcceleratorEnabled\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.writeAcceleratorEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].writeAcceleratorEnabled\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].writeAcceleratorEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/instanceView.osName\",\r\n \"defaultPath\": \"properties.instanceView.osName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.diffDiskSettings.option\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diffDiskSettings.option\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.diffDiskSettings\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diffDiskSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/additionalCapabilities.ultraSSDEnabled\",\r\n \"defaultPath\": \"properties.additionalCapabilities.ultraSSDEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/additionalCapabilities\",\r\n \"defaultPath\": \"properties.additionalCapabilities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.linuxConfiguration.provisionVMAgent\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.provisionVMAgent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.allowExtensionOperations\",\r\n \"defaultPath\": \"properties.osProfile.allowExtensionOperations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.imageReference.id\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/networkProfile.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/proximityPlacementGroup.id\",\r\n \"defaultPath\": \"properties.proximityPlacementGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/proximityPlacementGroup\",\r\n \"defaultPath\": \"properties.proximityPlacementGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].toBeDetached\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].toBeDetached\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/host.id\",\r\n \"defaultPath\": \"properties.host.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/host\",\r\n \"defaultPath\": \"properties.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/virtualMachineScaleSet.id\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/virtualMachineScaleSet\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/priority\",\r\n \"defaultPath\": \"properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/evictionPolicy\",\r\n \"defaultPath\": \"properties.evictionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/billingProfile.maxPrice\",\r\n \"defaultPath\": \"properties.billingProfile.maxPrice\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/billingProfile\",\r\n \"defaultPath\": \"properties.billingProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.requireGuestProvisionSignal\",\r\n \"defaultPath\": \"properties.osProfile.requireGuestProvisionSignal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.imageReference.exactVersion\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.exactVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.managedDisk.diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.managedDisk.diskEncryptionSet\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.diskEncryptionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].managedDisk.diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].managedDisk.diskEncryptionSet\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].diskIOPSReadWrite\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskIOPSReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.dataDisks[*].diskMBpsReadWrite\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskMBpsReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/storageProfile.osDisk.diffDiskSettings.placement\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diffDiskSettings.placement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.patchSettings\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.patchSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration.patchSettings.patchMode\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.patchSettings.patchMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/securityProfile\",\r\n \"defaultPath\": \"properties.securityProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/securityProfile.encryptionAtHost\",\r\n \"defaultPath\": \"properties.securityProfile.encryptionAtHost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/hostGroup\",\r\n \"defaultPath\": \"properties.hostGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/hostGroup.id\",\r\n \"defaultPath\": \"properties.hostGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensionsTimeBudget\",\r\n \"defaultPath\": \"properties.extensionsTimeBudget\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/provisioningState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.provisioningState\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/publisher\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.publisher\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.type\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/typeHandlerVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeHandlerVersion\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/autoUpgradeMinorVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.autoUpgradeMinorVersion\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/enableAutomaticUpgrade\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableAutomaticUpgrade\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableAutomaticUpgrade\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/settings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.settings\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/settings.workspaceId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.settings.workspaceId\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.settings.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].provisioningState\",\r\n \"defaultPath\": \"properties.resources[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].protectedSettings\",\r\n \"defaultPath\": \"properties.resources[*].properties.protectedSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].settings\",\r\n \"defaultPath\": \"properties.resources[*].properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].autoUpgradeMinorVersion\",\r\n \"defaultPath\": \"properties.resources[*].properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].typeHandlerVersion\",\r\n \"defaultPath\": \"properties.resources[*].properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].type\",\r\n \"defaultPath\": \"properties.resources[*].properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].publisher\",\r\n \"defaultPath\": \"properties.resources[*].properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].forceUpdateTag\",\r\n \"defaultPath\": \"properties.resources[*].properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].id\",\r\n \"defaultPath\": \"properties.resources[*].properties.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].name\",\r\n \"defaultPath\": \"properties.resources[*].properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].location\",\r\n \"defaultPath\": \"properties.resources[*].properties.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*].tags\",\r\n \"defaultPath\": \"properties.resources[*].properties.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources[*]\",\r\n \"defaultPath\": \"properties.resources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/resources\",\r\n \"defaultPath\": \"properties.resources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/forceUpdateTag\",\r\n \"defaultPath\": \"properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachines/extensions/protectedSettings\",\r\n \"defaultPath\": \"properties.protectedSettings\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.tier\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/virtualMachineProfile\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*]\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].provisioningState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.provisioningState\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].publisher\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.publisher\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.type\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].typeHandlerVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.typeHandlerVersion\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].autoUpgradeMinorVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.autoUpgradeMinorVersion\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].enableAutomaticUpgrade\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.enableAutomaticUpgrade\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.enableAutomaticUpgrade\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].settings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.settings\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].settings.workspaceId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.settings.workspaceId\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.settings.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/extensionProfile.extensions[*].name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].name\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imagePublisher\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.imageReference.publisher\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageOffer\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.imageReference.offer\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageSku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.imageReference.sku\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.imageReference.version\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/computerNamePrefix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.computerNamePrefix\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.computerNamePrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osdisk.imageUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.osdisk.image.url\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osdisk.image.url\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osdisk.vhdContainers\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.osdisk.vhdContainers\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osdisk.vhdContainers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osDisk.createOption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.osDisk.createOption\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osDisk.caching\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.osDisk.caching\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osDisk.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.osDisk.name\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osDisk.managedDisk.storageAccountType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.storageProfile.osDisk.managedDisk.storageAccountType\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.managedDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/licenseType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.licenseType\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/networkInterfaceConfigurations[*].networkSecurityGroup.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.networkSecurityGroup.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/networkInterfaceConfigurations[*].ipConfigurations[*].subnet.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/networkInterfaceConfigurations[*].enableIPForwarding\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.enableIPForwarding\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/upgradePolicy.automaticOSUpgrade\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade\",\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.upgradePolicy.automaticOSUpgrade\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/networkProfile.healthProbe.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.networkProfile.healthProbe.id\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.healthProbe.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osProfile.adminPassword\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.osProfile.adminPassword\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.adminPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osProfile.adminUsername\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.osProfile.adminUsername\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osProfile.windowsConfiguration.enableAutomaticUpdates\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osProfile.windowsConfiguration.provisionVMAgent\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osProfile.windowsConfiguration\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osProfile.linuxConfiguration.disablePasswordAuthentication\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/VirtualMachineScaleSets/osProfile.linuxConfiguration\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.mode\",\r\n \"defaultPath\": \"properties.upgradePolicy.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy\",\r\n \"defaultPath\": \"properties.upgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.computerNamePrefix\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.computerNamePrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.adminUsername\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.adminPassword\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.adminPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.customData\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.customData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.provisionVMAgent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.enableAutomaticUpdates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.timeZone\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].passName\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].passName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].componentName\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].componentName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].settingName\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].settingName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].content\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*].content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.additionalUnattendContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[*].protocol\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[*].certificateUrl\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[*].certificateUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM.listeners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.winRM\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.winRM\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.disablePasswordAuthentication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[*].path\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[*].keyData\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[*].keyData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh.publicKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration.ssh\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.ssh\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets[*].sourceVault.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets[*].sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets[*].sourceVault\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets[*].sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets[*].vaultCertificates[*].certificateUrl\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets[*].vaultCertificates[*].certificateUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets[*].vaultCertificates[*].certificateStore\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets[*].vaultCertificates[*].certificateStore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets[*].vaultCertificates[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets[*].vaultCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets[*].vaultCertificates\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets[*].vaultCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.secrets\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.secrets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.imageReference.publisher\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.imageReference.offer\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.imageReference.sku\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.imageReference.version\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.imageReference\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.name\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.caching\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.createOption\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.osType\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.image.uri\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.image.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.image\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.image\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.vhdContainers[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.vhdContainers\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.vhdContainers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.managedDisk.storageAccountType\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.managedDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.managedDisk\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].name\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].lun\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].caching\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].createOption\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].diskSizeGB\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].managedDisk.storageAccountType\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].managedDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].managedDisk\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].name\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerInboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerInboundNatPools[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerInboundNatPools\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].name\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].publisher\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].type\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].typeHandlerVersion\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].autoUpgradeMinorVersion\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].settings\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].protectedSettings\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.protectedSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/overProvision\",\r\n \"defaultPath\": \"properties.overProvision\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/singlePlacementGroup\",\r\n \"defaultPath\": \"properties.singlePlacementGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent\",\r\n \"defaultPath\": \"properties.upgradePolicy.rollingUpgradePolicy.maxBatchInstancePercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.rollingUpgradePolicy.maxUnhealthyInstancePercent\",\r\n \"defaultPath\": \"properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyInstancePercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.rollingUpgradePolicy.maxUnhealthyUpgradedInstancePercent\",\r\n \"defaultPath\": \"properties.upgradePolicy.rollingUpgradePolicy.maxUnhealthyUpgradedInstancePercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches\",\r\n \"defaultPath\": \"properties.upgradePolicy.rollingUpgradePolicy.pauseTimeBetweenBatches\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.rollingUpgradePolicy\",\r\n \"defaultPath\": \"properties.upgradePolicy.rollingUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.healthProbe.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.healthProbe.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.healthProbe\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.healthProbe\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].networkSecurityGroup\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].dnsSettings\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.name\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.dnsSettings\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.diagnosticsProfile.bootDiagnostics.enabled\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.diagnosticsProfile.bootDiagnostics.storageUri\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics.storageUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.diagnosticsProfile.bootDiagnostics\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.diagnosticsProfile.bootDiagnostics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.diagnosticsProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.diagnosticsProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].forceUpdateTag\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.licenseType\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/uniqueId\",\r\n \"defaultPath\": \"properties.uniqueId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.autoOSUpgradePolicy.disableAutoRollback\",\r\n \"defaultPath\": \"properties.upgradePolicy.autoOSUpgradePolicy.disableAutoRollback\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.autoOSUpgradePolicy\",\r\n \"defaultPath\": \"properties.upgradePolicy.autoOSUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.writeAcceleratorEnabled\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.writeAcceleratorEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].writeAcceleratorEnabled\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].writeAcceleratorEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.priority\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.evictionPolicy\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.evictionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/zoneBalance\",\r\n \"defaultPath\": \"properties.zoneBalance\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/platformFaultDomainCount\",\r\n \"defaultPath\": \"properties.platformFaultDomainCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.diskSizeGB\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.linuxConfiguration.provisionVMAgent\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.linuxConfiguration.provisionVMAgent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.option\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.option\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.diffDiskSettings\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.additionalCapabilities.ultraSSDEnabled\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.additionalCapabilities.ultraSSDEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.additionalCapabilities\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.additionalCapabilities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].applicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].provisionAfterExtensions[*]\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.provisionAfterExtensions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].provisionAfterExtensions\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].properties.provisionAfterExtensions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade\",\r\n \"apiVersions\": [\r\n \"2018-10-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.upgradePolicy.automaticOSUpgrade\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.upgradePolicy.automaticOSUpgradePolicy.enableAutomaticOSUpgrade\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.automaticOSUpgradePolicy.disableAutomaticRollback\",\r\n \"defaultPath\": \"properties.upgradePolicy.automaticOSUpgradePolicy.disableAutomaticRollback\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/upgradePolicy.automaticOSUpgradePolicy\",\r\n \"defaultPath\": \"properties.upgradePolicy.automaticOSUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.imageReference.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensions[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/proximityPlacementGroup.id\",\r\n \"defaultPath\": \"properties.proximityPlacementGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/proximityPlacementGroup\",\r\n \"defaultPath\": \"properties.proximityPlacementGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/doNotRunExtensionsOnOverprovisionedVMs\",\r\n \"defaultPath\": \"properties.doNotRunExtensionsOnOverprovisionedVMs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/additionalCapabilities.ultraSSDEnabled\",\r\n \"defaultPath\": \"properties.additionalCapabilities.ultraSSDEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/additionalCapabilities\",\r\n \"defaultPath\": \"properties.additionalCapabilities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.billingProfile.maxPrice\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.billingProfile.maxPrice\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.billingProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.billingProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.notBeforeTimeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.enable\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile.enable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.scheduledEventsProfile.terminateNotificationProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.scheduledEventsProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.scheduledEventsProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/scaleInPolicy.rules[*]\",\r\n \"defaultPath\": \"properties.scaleInPolicy.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/scaleInPolicy.rules\",\r\n \"defaultPath\": \"properties.scaleInPolicy.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/scaleInPolicy\",\r\n \"defaultPath\": \"properties.scaleInPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/automaticRepairsPolicy.enabled\",\r\n \"defaultPath\": \"properties.automaticRepairsPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/automaticRepairsPolicy.gracePeriod\",\r\n \"defaultPath\": \"properties.automaticRepairsPolicy.gracePeriod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/automaticRepairsPolicy\",\r\n \"defaultPath\": \"properties.automaticRepairsPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.imageReference.exactVersion\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.imageReference.exactVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.managedDisk.diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.managedDisk.diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.managedDisk.diskEncryptionSet\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.managedDisk.diskEncryptionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].diskIOPSReadWrite\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].diskIOPSReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.dataDisks[*].diskMBpsReadWrite\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.dataDisks[*].diskMBpsReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.networkProfile.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.placement\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.storageProfile.osDisk.diffDiskSettings.placement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.patchSettings\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.patchMode\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.osProfile.windowsConfiguration.patchSettings.patchMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.securityProfile\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.securityProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.securityProfile.encryptionAtHost\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.securityProfile.encryptionAtHost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachineProfile.extensionProfile.extensionsTimeBudget\",\r\n \"defaultPath\": \"properties.virtualMachineProfile.extensionProfile.extensionsTimeBudget\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/hostGroup\",\r\n \"defaultPath\": \"properties.hostGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/hostGroup.id\",\r\n \"defaultPath\": \"properties.hostGroup.id\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-06-15\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/provisioningState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.provisioningState\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/publisher\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.publisher\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.type\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/typeHandlerVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeHandlerVersion\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/autoUpgradeMinorVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.autoUpgradeMinorVersion\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/enableAutomaticUpgrade\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableAutomaticUpgrade\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableAutomaticUpgrade\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/settings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.settings\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/settings.workspaceId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.settings.workspaceId\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.settings.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/forceUpdateTag\",\r\n \"defaultPath\": \"properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/protectedSettings\",\r\n \"defaultPath\": \"properties.protectedSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/provisionAfterExtensions[*]\",\r\n \"defaultPath\": \"properties.provisionAfterExtensions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/extensions/provisionAfterExtensions\",\r\n \"defaultPath\": \"properties.provisionAfterExtensions\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.customData\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osProfile.customData\",\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-08-30\",\r\n \"2017-03-30\",\r\n \"2017-10-30-preview\",\r\n \"2017-12-01\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osProfile.customData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/latestModelApplied\",\r\n \"defaultPath\": \"properties.latestModelApplied\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/vmId\",\r\n \"defaultPath\": \"properties.vmId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/hardwareProfile.vmSize\",\r\n \"defaultPath\": \"properties.hardwareProfile.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/hardwareProfile\",\r\n \"defaultPath\": \"properties.hardwareProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.imageReference.publisher\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.imageReference.offer\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.imageReference.sku\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.imageReference.version\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.imageReference\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.osType\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.secretUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.diskEncryptionKey\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.diskEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.keyEncryptionKey\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.keyEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings.enabled\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.encryptionSettings\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.encryptionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.name\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.vhd.uri\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.vhd.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.vhd\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.vhd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.image.uri\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.image.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.image\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.image\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.caching\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.createOption\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.diskSizeGB\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.managedDisk.storageAccountType\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.managedDisk\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].lun\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].name\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].vhd.uri\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].vhd.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].vhd\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].vhd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].image.uri\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].image.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].image\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].image\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].caching\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].createOption\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].diskSizeGB\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].managedDisk.storageAccountType\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].managedDisk\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*]\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile\",\r\n \"defaultPath\": \"properties.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.computerName\",\r\n \"defaultPath\": \"properties.osProfile.computerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.adminUsername\",\r\n \"defaultPath\": \"properties.osProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.adminPassword\",\r\n \"defaultPath\": \"properties.osProfile.adminPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.provisionVMAgent\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.provisionVMAgent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.enableAutomaticUpdates\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.enableAutomaticUpdates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.timeZone\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].passName\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].passName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].componentName\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].componentName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].settingName\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].settingName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*].content\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*].content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent[*]\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.additionalUnattendContent\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.additionalUnattendContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.winRM.listeners[*].protocol\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.winRM.listeners[*].certificateUrl\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners[*].certificateUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.winRM.listeners[*]\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.winRM.listeners\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM.listeners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration.winRM\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.winRM\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.windowsConfiguration\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration.disablePasswordAuthentication\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.disablePasswordAuthentication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys[*].path\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys[*].keyData\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys[*].keyData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys[*]\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration.ssh.publicKeys\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh.publicKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration.ssh\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.ssh\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets[*].sourceVault.id\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets[*].sourceVault\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets[*].vaultCertificates[*].certificateUrl\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates[*].certificateUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets[*].vaultCertificates[*].certificateStore\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates[*].certificateStore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets[*].vaultCertificates[*]\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets[*].vaultCertificates\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*].vaultCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets[*]\",\r\n \"defaultPath\": \"properties.osProfile.secrets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.secrets\",\r\n \"defaultPath\": \"properties.osProfile.secrets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile\",\r\n \"defaultPath\": \"properties.osProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfile.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfile.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfile.networkInterfaces\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfile\",\r\n \"defaultPath\": \"properties.networkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/diagnosticsProfile.bootDiagnostics.enabled\",\r\n \"defaultPath\": \"properties.diagnosticsProfile.bootDiagnostics.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/diagnosticsProfile.bootDiagnostics.storageUri\",\r\n \"defaultPath\": \"properties.diagnosticsProfile.bootDiagnostics.storageUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/diagnosticsProfile.bootDiagnostics\",\r\n \"defaultPath\": \"properties.diagnosticsProfile.bootDiagnostics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/diagnosticsProfile\",\r\n \"defaultPath\": \"properties.diagnosticsProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/availabilitySet.id\",\r\n \"defaultPath\": \"properties.availabilitySet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/availabilitySet\",\r\n \"defaultPath\": \"properties.availabilitySet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/licenseType\",\r\n \"defaultPath\": \"properties.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.writeAcceleratorEnabled\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.writeAcceleratorEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].writeAcceleratorEnabled\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].writeAcceleratorEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.diffDiskSettings.option\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diffDiskSettings.option\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.diffDiskSettings\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diffDiskSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/additionalCapabilities.ultraSSDEnabled\",\r\n \"defaultPath\": \"properties.additionalCapabilities.ultraSSDEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/additionalCapabilities\",\r\n \"defaultPath\": \"properties.additionalCapabilities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.linuxConfiguration.provisionVMAgent\",\r\n \"defaultPath\": \"properties.osProfile.linuxConfiguration.provisionVMAgent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.allowExtensionOperations\",\r\n \"defaultPath\": \"properties.osProfile.allowExtensionOperations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/protectFromScaleIn\",\r\n \"defaultPath\": \"properties.protectFromScaleIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.imageReference.id\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.managedDisk.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].managedDisk.id\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfile.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.networkProfile.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].dnsSettings\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.name\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.dnsSettings\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.ipTags\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].applicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerInboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerInboundNatPools[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].loadBalancerInboundNatPools\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/modelDefinitionApplied\",\r\n \"defaultPath\": \"properties.modelDefinitionApplied\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/protectionPolicy.protectFromScaleIn\",\r\n \"defaultPath\": \"properties.protectionPolicy.protectFromScaleIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/protectionPolicy.protectFromScaleSetActions\",\r\n \"defaultPath\": \"properties.protectionPolicy.protectFromScaleSetActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/protectionPolicy\",\r\n \"defaultPath\": \"properties.protectionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].toBeDetached\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].toBeDetached\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/osProfile.requireGuestProvisionSignal\",\r\n \"defaultPath\": \"properties.osProfile.requireGuestProvisionSignal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions.forceUpdateTag\",\r\n \"defaultPath\": \"properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions.publisher\",\r\n \"defaultPath\": \"properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions.type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions.typeHandlerVersion\",\r\n \"defaultPath\": \"properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions.autoUpgradeMinorVersion\",\r\n \"defaultPath\": \"properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions.settings\",\r\n \"defaultPath\": \"properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions.protectedSettings\",\r\n \"defaultPath\": \"properties.protectedSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.imageReference.exactVersion\",\r\n \"defaultPath\": \"properties.storageProfile.imageReference.exactVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.managedDisk.diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.osDisk.managedDisk.diskEncryptionSet\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.diskEncryptionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].managedDisk.diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].managedDisk.diskEncryptionSet\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.diskEncryptionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].diskIOPSReadWrite\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskIOPSReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/storageProfile.dataDisks[*].diskMBpsReadWrite\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskMBpsReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/networkProfileConfiguration.networkInterfaceConfigurations[*].ipConfigurations[*].publicIPAddressConfiguration.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkProfileConfiguration.networkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.publicIPAddressConfiguration.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualmachines/storageProfile.osDisk.diffDiskSettings.placement\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diffDiskSettings.placement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualmachines/osProfile.windowsConfiguration.patchSettings\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.patchSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualmachines/osProfile.windowsConfiguration.patchSettings.patchMode\",\r\n \"defaultPath\": \"properties.osProfile.windowsConfiguration.patchSettings.patchMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualmachines/securityProfile\",\r\n \"defaultPath\": \"properties.securityProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualmachines/securityProfile.encryptionAtHost\",\r\n \"defaultPath\": \"properties.securityProfile.encryptionAtHost\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/networkInterfaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/publicIPAddresses\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vmSizes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/runCommands\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/systemInfo\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualMachines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/publishers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/runCommands\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-12-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"restorePointCollections/restorePoints\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"proximityPlacementGroups\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/proximityPlacementGroupType\",\r\n \"defaultPath\": \"properties.proximityPlacementGroupType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*].id\",\r\n \"defaultPath\": \"properties.virtualMachines[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*]\",\r\n \"defaultPath\": \"properties.virtualMachines[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines\",\r\n \"defaultPath\": \"properties.virtualMachines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*].id\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*]\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*].id\",\r\n \"defaultPath\": \"properties.availabilitySets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*]\",\r\n \"defaultPath\": \"properties.availabilitySets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets\",\r\n \"defaultPath\": \"properties.availabilitySets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*].colocationStatus.code\",\r\n \"defaultPath\": \"properties.virtualMachines[*].colocationStatus.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*].colocationStatus.level\",\r\n \"defaultPath\": \"properties.virtualMachines[*].colocationStatus.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*].colocationStatus.displayStatus\",\r\n \"defaultPath\": \"properties.virtualMachines[*].colocationStatus.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*].colocationStatus.message\",\r\n \"defaultPath\": \"properties.virtualMachines[*].colocationStatus.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*].colocationStatus.time\",\r\n \"defaultPath\": \"properties.virtualMachines[*].colocationStatus.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachines[*].colocationStatus\",\r\n \"defaultPath\": \"properties.virtualMachines[*].colocationStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*].colocationStatus.code\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*].colocationStatus.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*].colocationStatus.level\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*].colocationStatus.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*].colocationStatus.displayStatus\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*].colocationStatus.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*].colocationStatus.message\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*].colocationStatus.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*].colocationStatus.time\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*].colocationStatus.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/virtualMachineScaleSets[*].colocationStatus\",\r\n \"defaultPath\": \"properties.virtualMachineScaleSets[*].colocationStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*].colocationStatus.code\",\r\n \"defaultPath\": \"properties.availabilitySets[*].colocationStatus.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*].colocationStatus.level\",\r\n \"defaultPath\": \"properties.availabilitySets[*].colocationStatus.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*].colocationStatus.displayStatus\",\r\n \"defaultPath\": \"properties.availabilitySets[*].colocationStatus.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*].colocationStatus.message\",\r\n \"defaultPath\": \"properties.availabilitySets[*].colocationStatus.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*].colocationStatus.time\",\r\n \"defaultPath\": \"properties.availabilitySets[*].colocationStatus.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/availabilitySets[*].colocationStatus\",\r\n \"defaultPath\": \"properties.availabilitySets[*].colocationStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/colocationStatus.code\",\r\n \"defaultPath\": \"properties.colocationStatus.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/colocationStatus.level\",\r\n \"defaultPath\": \"properties.colocationStatus.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/colocationStatus.displayStatus\",\r\n \"defaultPath\": \"properties.colocationStatus.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/colocationStatus.message\",\r\n \"defaultPath\": \"properties.colocationStatus.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/colocationStatus.time\",\r\n \"defaultPath\": \"properties.colocationStatus.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/proximityPlacementGroups/colocationStatus\",\r\n \"defaultPath\": \"properties.colocationStatus\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"sshPublicKeys\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-12-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/sshPublicKeys/publicKey\",\r\n \"defaultPath\": \"properties.publicKey\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachines/metricDefinitions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-15-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMImages/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-15-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/artifactPublishers\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/capsoperations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\",\r\n \"2017-10-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleries\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/identifier.uniqueName\",\r\n \"defaultPath\": \"properties.identifier.uniqueName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/identifier\",\r\n \"defaultPath\": \"properties.identifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.eula\",\r\n \"defaultPath\": \"properties.eula\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.privacyStatementUri\",\r\n \"defaultPath\": \"properties.privacyStatementUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.releaseNoteUri\",\r\n \"defaultPath\": \"properties.releaseNoteUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.endOfLifeDate\",\r\n \"defaultPath\": \"properties.endOfLifeDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.supportedOSType\",\r\n \"defaultPath\": \"properties.supportedOSType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.source.fileName\",\r\n \"defaultPath\": \"properties.publishingProfile.source.fileName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.source.mediaLink\",\r\n \"defaultPath\": \"properties.publishingProfile.source.mediaLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.source\",\r\n \"defaultPath\": \"properties.publishingProfile.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.contentType\",\r\n \"defaultPath\": \"properties.publishingProfile.contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.enableHealthCheck\",\r\n \"defaultPath\": \"properties.publishingProfile.enableHealthCheck\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile\",\r\n \"defaultPath\": \"properties.publishingProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.targetRegions[*].name\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.targetRegions[*].regionalReplicaCount\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].regionalReplicaCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.targetRegions[*].storageAccountType\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.targetRegions[*]\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.targetRegions\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.replicaCount\",\r\n \"defaultPath\": \"properties.publishingProfile.replicaCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.excludeFromLatest\",\r\n \"defaultPath\": \"properties.publishingProfile.excludeFromLatest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.publishedDate\",\r\n \"defaultPath\": \"properties.publishingProfile.publishedDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.endOfLifeDate\",\r\n \"defaultPath\": \"properties.publishingProfile.endOfLifeDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.publishingProfile.storageAccountType\",\r\n \"defaultPath\": \"properties.publishingProfile.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus.aggregatedState\",\r\n \"defaultPath\": \"properties.replicationStatus.aggregatedState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus.summary[*].region\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].region\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus.summary[*].state\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus.summary[*].details\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus.summary[*].progress\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].progress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus.summary[*]\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus.summary\",\r\n \"defaultPath\": \"properties.replicationStatus.summary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications.versions.replicationStatus\",\r\n \"defaultPath\": \"properties.replicationStatus\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/eula\",\r\n \"defaultPath\": \"properties.eula\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/privacyStatementUri\",\r\n \"defaultPath\": \"properties.privacyStatementUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/releaseNoteUri\",\r\n \"defaultPath\": \"properties.releaseNoteUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/osState\",\r\n \"defaultPath\": \"properties.osState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/endOfLifeDate\",\r\n \"defaultPath\": \"properties.endOfLifeDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/identifier.publisher\",\r\n \"defaultPath\": \"properties.identifier.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/identifier.offer\",\r\n \"defaultPath\": \"properties.identifier.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/identifier.sku\",\r\n \"defaultPath\": \"properties.identifier.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/identifier\",\r\n \"defaultPath\": \"properties.identifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/recommended.vCPUs.min\",\r\n \"defaultPath\": \"properties.recommended.vCPUs.min\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/recommended.vCPUs.max\",\r\n \"defaultPath\": \"properties.recommended.vCPUs.max\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/recommended.vCPUs\",\r\n \"defaultPath\": \"properties.recommended.vCPUs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/recommended.memory.min\",\r\n \"defaultPath\": \"properties.recommended.memory.min\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/recommended.memory.max\",\r\n \"defaultPath\": \"properties.recommended.memory.max\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/recommended.memory\",\r\n \"defaultPath\": \"properties.recommended.memory\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/recommended\",\r\n \"defaultPath\": \"properties.recommended\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/disallowed.diskTypes[*]\",\r\n \"defaultPath\": \"properties.disallowed.diskTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/disallowed.diskTypes\",\r\n \"defaultPath\": \"properties.disallowed.diskTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/disallowed\",\r\n \"defaultPath\": \"properties.disallowed\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/purchasePlan.name\",\r\n \"defaultPath\": \"properties.purchasePlan.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/purchasePlan.publisher\",\r\n \"defaultPath\": \"properties.purchasePlan.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/purchasePlan.product\",\r\n \"defaultPath\": \"properties.purchasePlan.product\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/purchasePlan\",\r\n \"defaultPath\": \"properties.purchasePlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/hyperVGeneration\",\r\n \"defaultPath\": \"properties.hyperVGeneration\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/images/versions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"West India\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.replicaCount\",\r\n \"defaultPath\": \"properties.publishingProfile.replicaCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.excludeFromLatest\",\r\n \"defaultPath\": \"properties.publishingProfile.excludeFromLatest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.publishedDate\",\r\n \"defaultPath\": \"properties.publishingProfile.publishedDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.endOfLifeDate\",\r\n \"defaultPath\": \"properties.publishingProfile.endOfLifeDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile\",\r\n \"defaultPath\": \"properties.publishingProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.osDiskImage\",\r\n \"defaultPath\": \"properties.storageProfile.osDiskImage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.dataDiskImages[*].lun\",\r\n \"defaultPath\": \"properties.storageProfile.dataDiskImages[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.dataDiskImages[*]\",\r\n \"defaultPath\": \"properties.storageProfile.dataDiskImages[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.dataDiskImages\",\r\n \"defaultPath\": \"properties.storageProfile.dataDiskImages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile\",\r\n \"defaultPath\": \"properties.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus.aggregatedState\",\r\n \"defaultPath\": \"properties.replicationStatus.aggregatedState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus.summary[*].region\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].region\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus.summary[*].state\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus.summary[*].details\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus.summary[*].progress\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].progress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus.summary[*]\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus.summary\",\r\n \"defaultPath\": \"properties.replicationStatus.summary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/replicationStatus\",\r\n \"defaultPath\": \"properties.replicationStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].name\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].regionalReplicaCount\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].regionalReplicaCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*]\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.source.managedImage.id\",\r\n \"defaultPath\": \"properties.publishingProfile.source.managedImage.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.source.managedImage\",\r\n \"defaultPath\": \"properties.publishingProfile.source.managedImage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.source\",\r\n \"defaultPath\": \"properties.publishingProfile.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.osDiskImage.sizeInGB\",\r\n \"defaultPath\": \"properties.storageProfile.osDiskImage.sizeInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.osDiskImage.hostCaching\",\r\n \"defaultPath\": \"properties.storageProfile.osDiskImage.hostCaching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.dataDiskImages[*].sizeInGB\",\r\n \"defaultPath\": \"properties.storageProfile.dataDiskImages[*].sizeInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.dataDiskImages[*].hostCaching\",\r\n \"defaultPath\": \"properties.storageProfile.dataDiskImages[*].hostCaching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.storageAccountType\",\r\n \"defaultPath\": \"properties.publishingProfile.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].storageAccountType\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.source.id\",\r\n \"defaultPath\": \"properties.storageProfile.source.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.source\",\r\n \"defaultPath\": \"properties.storageProfile.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.osDiskImage.source\",\r\n \"defaultPath\": \"properties.storageProfile.osDiskImage.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.osDiskImage.source.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDiskImage.source.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.dataDiskImages[*].source.id\",\r\n \"defaultPath\": \"properties.storageProfile.dataDiskImages[*].source.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/storageProfile.dataDiskImages[*].source\",\r\n \"defaultPath\": \"properties.storageProfile.dataDiskImages[*].source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].encryption\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].encryption.osDiskImage\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.osDiskImage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].encryption.osDiskImage.diskEncryptionSetId\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.osDiskImage.diskEncryptionSetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages[*]\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages[*].diskEncryptionSetId\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages[*].diskEncryptionSetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages[*].lun\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/images/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/applications\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2019-03-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/eula\",\r\n \"defaultPath\": \"properties.eula\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/privacyStatementUri\",\r\n \"defaultPath\": \"properties.privacyStatementUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/releaseNoteUri\",\r\n \"defaultPath\": \"properties.releaseNoteUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/endOfLifeDate\",\r\n \"defaultPath\": \"properties.endOfLifeDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/supportedOSType\",\r\n \"defaultPath\": \"properties.supportedOSType\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"galleries/applications/versions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2019-03-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.source.fileName\",\r\n \"defaultPath\": \"properties.publishingProfile.source.fileName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.source.mediaLink\",\r\n \"defaultPath\": \"properties.publishingProfile.source.mediaLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.source\",\r\n \"defaultPath\": \"properties.publishingProfile.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.contentType\",\r\n \"defaultPath\": \"properties.publishingProfile.contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.enableHealthCheck\",\r\n \"defaultPath\": \"properties.publishingProfile.enableHealthCheck\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile\",\r\n \"defaultPath\": \"properties.publishingProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].name\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].regionalReplicaCount\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].regionalReplicaCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].storageAccountType\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*]\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.replicaCount\",\r\n \"defaultPath\": \"properties.publishingProfile.replicaCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.excludeFromLatest\",\r\n \"defaultPath\": \"properties.publishingProfile.excludeFromLatest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.publishedDate\",\r\n \"defaultPath\": \"properties.publishingProfile.publishedDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.endOfLifeDate\",\r\n \"defaultPath\": \"properties.publishingProfile.endOfLifeDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.storageAccountType\",\r\n \"defaultPath\": \"properties.publishingProfile.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus.aggregatedState\",\r\n \"defaultPath\": \"properties.replicationStatus.aggregatedState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus.summary[*].region\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].region\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus.summary[*].state\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus.summary[*].details\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus.summary[*].progress\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*].progress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus.summary[*]\",\r\n \"defaultPath\": \"properties.replicationStatus.summary[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus.summary\",\r\n \"defaultPath\": \"properties.replicationStatus.summary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/replicationStatus\",\r\n \"defaultPath\": \"properties.replicationStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].encryption\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].encryption.osDiskImage\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.osDiskImage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].encryption.osDiskImage.diskEncryptionSetId\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.osDiskImage.diskEncryptionSetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages[*]\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages[*].diskEncryptionSetId\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages[*].diskEncryptionSetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages[*].lun\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/galleries/applications/versions/publishingProfile.targetRegions[*].encryption.dataDiskImages\",\r\n \"defaultPath\": \"properties.publishingProfile.targetRegions[*].encryption.dataDiskImages\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMExtensions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-12-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"sharedVMExtensions/versions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-12-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"disks\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/imagePublisher\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ],\r\n \"pattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"publisher\",\r\n \"type\": \"Extract\"\r\n }\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.imageReference.id\",\r\n \"defaultPattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"publisher\",\r\n \"type\": \"Extract\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageOffer\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ],\r\n \"pattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"offer\",\r\n \"type\": \"Extract\"\r\n }\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.imageReference.id\",\r\n \"defaultPattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"offer\",\r\n \"type\": \"Extract\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageSku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ],\r\n \"pattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"sku\",\r\n \"type\": \"Extract\"\r\n }\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.imageReference.id\",\r\n \"defaultPattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"sku\",\r\n \"type\": \"Extract\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ],\r\n \"pattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"version\",\r\n \"type\": \"Extract\"\r\n }\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.imageReference.id\",\r\n \"defaultPattern\": {\r\n \"phrase\": \"/Subscriptions/{sub}/Providers/Microsoft.Compute/Locations/{location}/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/{version}\",\r\n \"variable\": \"version\",\r\n \"type\": \"Extract\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/imageId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accountType\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\"\r\n ]\r\n },\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/accountType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accountType\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/osType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osType\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.createOption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.createOption\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.imageReference\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.imageReference\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.imageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.imageReference.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.creationData.imageReference.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.creationData.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskSizeGB\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.diskSizeGB\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.enabled\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.diskEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.secretUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.keyEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/timeCreated\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.timeCreated\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.timeCreated\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/provisioningState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.provisioningState\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.diskState\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.diskState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.tier\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\",\r\n \"2018-09-30\",\r\n \"2018-10-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.storageAccountId\",\r\n \"defaultPath\": \"properties.creationData.storageAccountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.imageReference.lun\",\r\n \"defaultPath\": \"properties.creationData.imageReference.lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.sourceUri\",\r\n \"defaultPath\": \"properties.creationData.sourceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.sourceResourceId\",\r\n \"defaultPath\": \"properties.creationData.sourceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/ownerId\",\r\n \"defaultPath\": \"properties.ownerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/managedBy\",\r\n \"defaultPath\": \"managedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskIOPSReadWrite\",\r\n \"defaultPath\": \"properties.diskIOPSReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskMBpsReadWrite\",\r\n \"defaultPath\": \"properties.diskMBpsReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/hyperVGeneration\",\r\n \"defaultPath\": \"properties.hyperVGeneration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.enabled\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.secretUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.secretUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.keyUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings[*]\",\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.sourceUniqueId\",\r\n \"defaultPath\": \"properties.creationData.sourceUniqueId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.uploadSizeBytes\",\r\n \"defaultPath\": \"properties.creationData.uploadSizeBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskSizeBytes\",\r\n \"defaultPath\": \"properties.diskSizeBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/uniqueId\",\r\n \"defaultPath\": \"properties.uniqueId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryptionSettingsCollection.encryptionSettingsVersion\",\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettingsVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryption.diskEncryptionSetId\",\r\n \"defaultPath\": \"properties.encryption.diskEncryptionSetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryption.type\",\r\n \"defaultPath\": \"properties.encryption.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/encryption\",\r\n \"defaultPath\": \"properties.encryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.galleryImageReference\",\r\n \"defaultPath\": \"properties.creationData.galleryImageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.galleryImageReference.id\",\r\n \"defaultPath\": \"properties.creationData.galleryImageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/creationData.galleryImageReference.lun\",\r\n \"defaultPath\": \"properties.creationData.galleryImageReference.lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskIOPSReadOnly\",\r\n \"defaultPath\": \"properties.diskIOPSReadOnly\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskMBpsReadOnly\",\r\n \"defaultPath\": \"properties.diskMBpsReadOnly\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/maxShares\",\r\n \"defaultPath\": \"properties.maxShares\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/shareInfo[*]\",\r\n \"defaultPath\": \"properties.shareInfo[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/shareInfo[*].vmUri\",\r\n \"defaultPath\": \"properties.shareInfo[*].vmUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/shareInfo\",\r\n \"defaultPath\": \"properties.shareInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/networkAccessPolicy\",\r\n \"defaultPath\": \"properties.networkAccessPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/disks/diskAccessId\",\r\n \"defaultPath\": \"properties.diskAccessId\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"snapshots\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/accountType\",\r\n \"defaultPath\": \"properties.accountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/timeCreated\",\r\n \"defaultPath\": \"properties.timeCreated\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.createOption\",\r\n \"defaultPath\": \"properties.creationData.createOption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.storageAccountId\",\r\n \"defaultPath\": \"properties.creationData.storageAccountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.imageReference.id\",\r\n \"defaultPath\": \"properties.creationData.imageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.imageReference.lun\",\r\n \"defaultPath\": \"properties.creationData.imageReference.lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.imageReference\",\r\n \"defaultPath\": \"properties.creationData.imageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.sourceUri\",\r\n \"defaultPath\": \"properties.creationData.sourceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.sourceResourceId\",\r\n \"defaultPath\": \"properties.creationData.sourceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData\",\r\n \"defaultPath\": \"properties.creationData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/diskSizeGB\",\r\n \"defaultPath\": \"properties.diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.enabled\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.secretUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.diskEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings.keyEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/ownerId\",\r\n \"defaultPath\": \"properties.ownerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/managedBy\",\r\n \"defaultPath\": \"managedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/hyperVGeneration\",\r\n \"defaultPath\": \"properties.hyperVGeneration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.enabled\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.secretUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey.secretUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey.secretUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.diskEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].diskEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault.id\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.sourceVault\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.keyUrl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey.keyUrl\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey.keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings.keyEncryptionKey\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*].keyEncryptionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings[*]\",\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionSettings\",\r\n \"apiVersions\": [\r\n \"2016-04-30-preview\",\r\n \"2017-03-30\",\r\n \"2018-04-01\",\r\n \"2018-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.sourceUniqueId\",\r\n \"defaultPath\": \"properties.creationData.sourceUniqueId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.uploadSizeBytes\",\r\n \"defaultPath\": \"properties.creationData.uploadSizeBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/diskSizeBytes\",\r\n \"defaultPath\": \"properties.diskSizeBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/uniqueId\",\r\n \"defaultPath\": \"properties.uniqueId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryptionSettingsCollection.encryptionSettingsVersion\",\r\n \"defaultPath\": \"properties.encryptionSettingsCollection.encryptionSettingsVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/incremental\",\r\n \"defaultPath\": \"properties.incremental\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryption.diskEncryptionSetId\",\r\n \"defaultPath\": \"properties.encryption.diskEncryptionSetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryption.type\",\r\n \"defaultPath\": \"properties.encryption.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/encryption\",\r\n \"defaultPath\": \"properties.encryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.galleryImageReference\",\r\n \"defaultPath\": \"properties.creationData.galleryImageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.galleryImageReference.id\",\r\n \"defaultPath\": \"properties.creationData.galleryImageReference.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/creationData.galleryImageReference.lun\",\r\n \"defaultPath\": \"properties.creationData.galleryImageReference.lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/networkAccessPolicy\",\r\n \"defaultPath\": \"properties.networkAccessPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/snapshots/diskAccessId\",\r\n \"defaultPath\": \"properties.diskAccessId\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/diskoperations\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-09-30\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-03-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diskEncryptionSets\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-11-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/activeKey.sourceVault.id\",\r\n \"defaultPath\": \"properties.activeKey.sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/activeKey.sourceVault\",\r\n \"defaultPath\": \"properties.activeKey.sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/activeKey.keyUrl\",\r\n \"defaultPath\": \"properties.activeKey.keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/activeKey\",\r\n \"defaultPath\": \"properties.activeKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/previousKeys[*].sourceVault.id\",\r\n \"defaultPath\": \"properties.previousKeys[*].sourceVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/previousKeys[*].sourceVault\",\r\n \"defaultPath\": \"properties.previousKeys[*].sourceVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/previousKeys[*].keyUrl\",\r\n \"defaultPath\": \"properties.previousKeys[*].keyUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/previousKeys[*]\",\r\n \"defaultPath\": \"properties.previousKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/previousKeys\",\r\n \"defaultPath\": \"properties.previousKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskEncryptionSets/encryptionType\",\r\n \"defaultPath\": \"properties.encryptionType\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"diskAccesses\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/diskAccesses/timeCreated\",\r\n \"defaultPath\": \"properties.timeCreated\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vsmoperations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"France South\",\r\n \"West US 2\",\r\n \"Japan West\",\r\n \"France Central\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"images\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Brazil South\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/images/sourceVirtualMachine.id\",\r\n \"defaultPath\": \"properties.sourceVirtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/sourceVirtualMachine\",\r\n \"defaultPath\": \"properties.sourceVirtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.osType\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.osState\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.osState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.snapshot.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.snapshot.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.snapshot\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.snapshot\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.managedDisk.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.managedDisk\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.blobUri\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.blobUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.caching\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.diskSizeGB\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].lun\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].snapshot.id\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].snapshot.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].snapshot\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].snapshot\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].managedDisk.id\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].managedDisk\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].managedDisk\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].blobUri\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].blobUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].caching\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].caching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].diskSizeGB\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*]\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile\",\r\n \"defaultPath\": \"properties.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.storageAccountType\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].storageAccountType\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.zoneResilient\",\r\n \"defaultPath\": \"properties.storageProfile.zoneResilient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/hyperVGeneration\",\r\n \"defaultPath\": \"properties.hyperVGeneration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.osDisk.diskEncryptionSet\",\r\n \"defaultPath\": \"properties.storageProfile.osDisk.diskEncryptionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].diskEncryptionSet.id\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskEncryptionSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/images/storageProfile.dataDisks[*].diskEncryptionSet\",\r\n \"defaultPath\": \"properties.storageProfile.dataDisks[*].diskEncryptionSet\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/logAnalytics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostGroups\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Central US EUAP\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/platformFaultDomainCount\",\r\n \"defaultPath\": \"properties.platformFaultDomainCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts[*].id\",\r\n \"defaultPath\": \"properties.hosts[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts[*]\",\r\n \"defaultPath\": \"properties.hosts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts\",\r\n \"defaultPath\": \"properties.hosts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/supportAutomaticPlacement\",\r\n \"defaultPath\": \"properties.supportAutomaticPlacement\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"hostGroups/hosts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"France Central\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"UK South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"Central US EUAP\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Canada East\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Australia Southeast\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Australia East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/platformFaultDomain\",\r\n \"defaultPath\": \"properties.platformFaultDomain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/autoReplaceOnFailure\",\r\n \"defaultPath\": \"properties.autoReplaceOnFailure\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/hostId\",\r\n \"defaultPath\": \"properties.hostId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/virtualMachines[*].id\",\r\n \"defaultPath\": \"properties.virtualMachines[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/virtualMachines[*]\",\r\n \"defaultPath\": \"properties.virtualMachines[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/virtualMachines\",\r\n \"defaultPath\": \"properties.virtualMachines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/licenseType\",\r\n \"defaultPath\": \"properties.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/provisioningTime\",\r\n \"defaultPath\": \"properties.provisioningTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/hostGroups/hosts/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualMachineScaleSets/virtualMachines/extensions\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil Southeast\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-12-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2017-12-01\",\r\n \"2017-10-30-preview\",\r\n \"2017-03-30\",\r\n \"2016-08-30\",\r\n \"2016-04-30-preview\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-30\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-12-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/forceUpdateTag\",\r\n \"defaultPath\": \"properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/publisher\",\r\n \"defaultPath\": \"properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/typeHandlerVersion\",\r\n \"defaultPath\": \"properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/autoUpgradeMinorVersion\",\r\n \"defaultPath\": \"properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/settings\",\r\n \"defaultPath\": \"properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/protectedSettings\",\r\n \"defaultPath\": \"properties.protectedSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ConnectedCache\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"CacheNodes\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Consumption\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Forecasts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"AggregatedCost\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"tenants\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationRecommendations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationRecommendationDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationSummaries\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationTransactions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Balances\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Marketplaces\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Pricesheets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ReservationDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"CostTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Tags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Terms\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-12-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"UsageDetails\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Charges\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"credits\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"events\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"lots\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"OperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2019-04-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2019-01-01\",\r\n \"2018-11-01-preview\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-06-30\",\r\n \"2018-05-31\",\r\n \"2018-03-31\",\r\n \"2018-01-31\",\r\n \"2017-11-30\",\r\n \"2017-06-30-preview\",\r\n \"2017-04-24-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ContainerInstance\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerGroups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].name\",\r\n \"defaultPath\": \"properties.containers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].image\",\r\n \"defaultPath\": \"properties.containers[*].properties.image\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].command[*]\",\r\n \"defaultPath\": \"properties.containers[*].properties.command[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].command\",\r\n \"defaultPath\": \"properties.containers[*].properties.command\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].ports[*].port\",\r\n \"defaultPath\": \"properties.containers[*].properties.ports[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].ports[*]\",\r\n \"defaultPath\": \"properties.containers[*].properties.ports[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].ports\",\r\n \"defaultPath\": \"properties.containers[*].properties.ports\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].environmentVariables[*].name\",\r\n \"defaultPath\": \"properties.containers[*].properties.environmentVariables[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].environmentVariables[*].value\",\r\n \"defaultPath\": \"properties.containers[*].properties.environmentVariables[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].environmentVariables[*]\",\r\n \"defaultPath\": \"properties.containers[*].properties.environmentVariables[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].environmentVariables\",\r\n \"defaultPath\": \"properties.containers[*].properties.environmentVariables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.restartCount\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.restartCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.currentState.state\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.currentState.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.currentState.startTime\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.currentState.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.currentState.exitCode\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.currentState.exitCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.currentState.finishTime\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.currentState.finishTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.currentState.detailStatus\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.currentState.detailStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.currentState\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.currentState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.previousState.state\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.previousState.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.previousState.startTime\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.previousState.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.previousState.exitCode\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.previousState.exitCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.previousState.finishTime\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.previousState.finishTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.previousState.detailStatus\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.previousState.detailStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.previousState\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.previousState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events[*].count\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events[*].count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events[*].firstTimestamp\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events[*].firstTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events[*].lastTimestamp\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events[*].lastTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events[*].message\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events[*].type\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events[*]\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.requests.memoryInGB\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.requests.memoryInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.requests.cpu\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.requests.cpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.requests\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.requests\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.limits.memoryInGB\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.limits.memoryInGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.limits.cpu\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.limits.cpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.limits\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.limits\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].volumeMounts[*].name\",\r\n \"defaultPath\": \"properties.containers[*].properties.volumeMounts[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].volumeMounts[*].mountPath\",\r\n \"defaultPath\": \"properties.containers[*].properties.volumeMounts[*].mountPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].volumeMounts[*]\",\r\n \"defaultPath\": \"properties.containers[*].properties.volumeMounts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].volumeMounts\",\r\n \"defaultPath\": \"properties.containers[*].properties.volumeMounts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*]\",\r\n \"defaultPath\": \"properties.containers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers\",\r\n \"defaultPath\": \"properties.containers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/imageRegistryCredentials[*].server\",\r\n \"defaultPath\": \"properties.imageRegistryCredentials[*].server\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/imageRegistryCredentials[*].username\",\r\n \"defaultPath\": \"properties.imageRegistryCredentials[*].username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/imageRegistryCredentials[*].password\",\r\n \"defaultPath\": \"properties.imageRegistryCredentials[*].password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/imageRegistryCredentials[*]\",\r\n \"defaultPath\": \"properties.imageRegistryCredentials[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/imageRegistryCredentials\",\r\n \"defaultPath\": \"properties.imageRegistryCredentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/restartPolicy\",\r\n \"defaultPath\": \"properties.restartPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.ports[*].protocol\",\r\n \"defaultPath\": \"properties.ipAddress.ports[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.ports[*].port\",\r\n \"defaultPath\": \"properties.ipAddress.ports[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.ports[*]\",\r\n \"defaultPath\": \"properties.ipAddress.ports[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.ports\",\r\n \"defaultPath\": \"properties.ipAddress.ports\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.type\",\r\n \"defaultPath\": \"properties.ipAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.ip\",\r\n \"defaultPath\": \"properties.ipAddress.ip\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress\",\r\n \"defaultPath\": \"properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].name\",\r\n \"defaultPath\": \"properties.volumes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].azureFile.shareName\",\r\n \"defaultPath\": \"properties.volumes[*].azureFile.shareName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].azureFile.storageAccountName\",\r\n \"defaultPath\": \"properties.volumes[*].azureFile.storageAccountName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].azureFile.storageAccountKey\",\r\n \"defaultPath\": \"properties.volumes[*].azureFile.storageAccountKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].azureFile\",\r\n \"defaultPath\": \"properties.volumes[*].azureFile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*]\",\r\n \"defaultPath\": \"properties.volumes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes\",\r\n \"defaultPath\": \"properties.volumes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].ports[*].protocol\",\r\n \"defaultPath\": \"properties.containers[*].properties.ports[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].instanceView.events[*].name\",\r\n \"defaultPath\": \"properties.containers[*].properties.instanceView.events[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].emptyDir\",\r\n \"defaultPath\": \"properties.volumes[*].emptyDir\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events[*].count\",\r\n \"defaultPath\": \"properties.instanceView.events[*].count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events[*].firstTimestamp\",\r\n \"defaultPath\": \"properties.instanceView.events[*].firstTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events[*].lastTimestamp\",\r\n \"defaultPath\": \"properties.instanceView.events[*].lastTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events[*].name\",\r\n \"defaultPath\": \"properties.instanceView.events[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events[*].message\",\r\n \"defaultPath\": \"properties.instanceView.events[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events[*].type\",\r\n \"defaultPath\": \"properties.instanceView.events[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events[*]\",\r\n \"defaultPath\": \"properties.instanceView.events[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.events\",\r\n \"defaultPath\": \"properties.instanceView.events\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView.state\",\r\n \"defaultPath\": \"properties.instanceView.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/instanceView\",\r\n \"defaultPath\": \"properties.instanceView\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].secret\",\r\n \"defaultPath\": \"properties.volumes[*].secret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].gitRepo.directory\",\r\n \"defaultPath\": \"properties.volumes[*].gitRepo.directory\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].gitRepo.repository\",\r\n \"defaultPath\": \"properties.volumes[*].gitRepo.repository\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].gitRepo.revision\",\r\n \"defaultPath\": \"properties.volumes[*].gitRepo.revision\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/volumes[*].gitRepo\",\r\n \"defaultPath\": \"properties.volumes[*].gitRepo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.dnsNameLabel\",\r\n \"defaultPath\": \"properties.ipAddress.dnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/ipAddress.fqdn\",\r\n \"defaultPath\": \"properties.ipAddress.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].environmentVariables[*].secureValue\",\r\n \"defaultPath\": \"properties.containers[*].properties.environmentVariables[*].secureValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.exec.command[*]\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.exec.command[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.exec.command\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.exec.command\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.exec\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.exec\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.httpGet.path\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.httpGet.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.httpGet.port\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.httpGet.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.httpGet.scheme\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.httpGet.scheme\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.httpGet\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.httpGet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.initialDelaySeconds\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.initialDelaySeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.periodSeconds\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.periodSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.failureThreshold\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.failureThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.successThreshold\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.successThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe.timeoutSeconds\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe.timeoutSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].livenessProbe\",\r\n \"defaultPath\": \"properties.containers[*].properties.livenessProbe\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.exec\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.exec\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.httpGet\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.httpGet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.initialDelaySeconds\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.initialDelaySeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.periodSeconds\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.periodSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.failureThreshold\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.failureThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.successThreshold\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.successThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.timeoutSeconds\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.timeoutSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/diagnostics.logAnalytics.workspaceId\",\r\n \"defaultPath\": \"properties.diagnostics.logAnalytics.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/diagnostics.logAnalytics.workspaceKey\",\r\n \"defaultPath\": \"properties.diagnostics.logAnalytics.workspaceKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/diagnostics.logAnalytics\",\r\n \"defaultPath\": \"properties.diagnostics.logAnalytics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/diagnostics\",\r\n \"defaultPath\": \"properties.diagnostics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/diagnostics.logAnalytics.logType\",\r\n \"defaultPath\": \"properties.diagnostics.logAnalytics.logType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/diagnostics.logAnalytics.metadata\",\r\n \"defaultPath\": \"properties.diagnostics.logAnalytics.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/networkProfile.id\",\r\n \"defaultPath\": \"properties.networkProfile.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/networkProfile\",\r\n \"defaultPath\": \"properties.networkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.requests.gpu.count\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.requests.gpu.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.requests.gpu.sku\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.requests.gpu.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.requests.gpu\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.requests.gpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.limits.gpu\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.limits.gpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/dnsConfig.nameServers[*]\",\r\n \"defaultPath\": \"properties.dnsConfig.nameServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/dnsConfig.nameServers\",\r\n \"defaultPath\": \"properties.dnsConfig.nameServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/dnsConfig.searchDomains\",\r\n \"defaultPath\": \"properties.dnsConfig.searchDomains\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/dnsConfig.options\",\r\n \"defaultPath\": \"properties.dnsConfig.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/dnsConfig\",\r\n \"defaultPath\": \"properties.dnsConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.exec.command[*]\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.exec.command[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.exec.command\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.exec.command\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.httpGet.path\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.httpGet.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.httpGet.port\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.httpGet.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].readinessProbe.httpGet.scheme\",\r\n \"defaultPath\": \"properties.containers[*].properties.readinessProbe.httpGet.scheme\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.limits.gpu.count\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.limits.gpu.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups/containers[*].resources.limits.gpu.sku\",\r\n \"defaultPath\": \"properties.containers[*].properties.resources.limits.gpu.sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"serviceAssociationLinks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/cachedImages\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"East Asia\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01\",\r\n \"2018-10-01\",\r\n \"2018-09-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-02-01-preview\",\r\n \"2017-12-01-preview\",\r\n \"2017-10-01-preview\",\r\n \"2017-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ContainerRegistry\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registries\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/loginServer\",\r\n \"defaultPath\": \"properties.loginServer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/adminUserEnabled\",\r\n \"defaultPath\": \"properties.adminUserEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/firewallRulesEnabled\",\r\n \"defaultPath\": \"properties.firewallRulesEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/firewallRules\",\r\n \"defaultPath\": \"properties.firewallRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/firewallRules[*]\",\r\n \"defaultPath\": \"properties.firewallRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/storageAccount.name\",\r\n \"defaultPath\": \"properties.storageAccount.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/storageAccount.accessKey\",\r\n \"defaultPath\": \"properties.storageAccount.accessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/storageAccount\",\r\n \"defaultPath\": \"properties.storageAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/status.displayStatus\",\r\n \"defaultPath\": \"properties.status.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/status.message\",\r\n \"defaultPath\": \"properties.status.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/status.timestamp\",\r\n \"defaultPath\": \"properties.status.timestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/storageAccount.id\",\r\n \"defaultPath\": \"properties.storageAccount.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.defaultAction\",\r\n \"defaultPath\": \"properties.networkRuleSet.defaultAction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.virtualNetworkRules[*].action\",\r\n \"defaultPath\": \"properties.networkRuleSet.virtualNetworkRules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.virtualNetworkRules[*].id\",\r\n \"defaultPath\": \"properties.networkRuleSet.virtualNetworkRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.virtualNetworkRules[*]\",\r\n \"defaultPath\": \"properties.networkRuleSet.virtualNetworkRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.virtualNetworkRules\",\r\n \"defaultPath\": \"properties.networkRuleSet.virtualNetworkRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.ipRules[*].action\",\r\n \"defaultPath\": \"properties.networkRuleSet.ipRules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.ipRules[*]\",\r\n \"defaultPath\": \"properties.networkRuleSet.ipRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.ipRules\",\r\n \"defaultPath\": \"properties.networkRuleSet.ipRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet\",\r\n \"defaultPath\": \"properties.networkRuleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps.description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps.type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps.actions[*]\",\r\n \"defaultPath\": \"properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps.actions\",\r\n \"defaultPath\": \"properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.scopeMapId\",\r\n \"defaultPath\": \"properties.scopeMapId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.objectId\",\r\n \"defaultPath\": \"properties.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.certificates[*].name\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.certificates[*].expiry\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].expiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.certificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.certificates[*].encodedPemCertificate\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].encodedPemCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.certificates[*]\",\r\n \"defaultPath\": \"properties.credentials.certificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.certificates\",\r\n \"defaultPath\": \"properties.credentials.certificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.passwords[*].creationTime\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.passwords[*].expiry\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].expiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.passwords[*].name\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.passwords[*].value\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.passwords[*]\",\r\n \"defaultPath\": \"properties.credentials.passwords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials.passwords\",\r\n \"defaultPath\": \"properties.credentials.passwords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens.credentials\",\r\n \"defaultPath\": \"properties.credentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/networkRuleSet.ipRules[*].value\",\r\n \"defaultPath\": \"properties.networkRuleSet.ipRules[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.quarantinePolicy.status\",\r\n \"defaultPath\": \"properties.policies.quarantinePolicy.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.quarantinePolicy\",\r\n \"defaultPath\": \"properties.policies.quarantinePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.trustPolicy.type\",\r\n \"defaultPath\": \"properties.policies.trustPolicy.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.trustPolicy.status\",\r\n \"defaultPath\": \"properties.policies.trustPolicy.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.trustPolicy\",\r\n \"defaultPath\": \"properties.policies.trustPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.retentionPolicy.days\",\r\n \"defaultPath\": \"properties.policies.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.retentionPolicy.lastUpdatedTime\",\r\n \"defaultPath\": \"properties.policies.retentionPolicy.lastUpdatedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.retentionPolicy.status\",\r\n \"defaultPath\": \"properties.policies.retentionPolicy.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies.retentionPolicy\",\r\n \"defaultPath\": \"properties.policies.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/policies\",\r\n \"defaultPath\": \"properties.policies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runRequest.type\",\r\n \"defaultPath\": \"properties.runRequest.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runRequest.isArchiveEnabled\",\r\n \"defaultPath\": \"properties.runRequest.isArchiveEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runRequest\",\r\n \"defaultPath\": \"properties.runRequest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.id\",\r\n \"defaultPath\": \"properties.runResult.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.name\",\r\n \"defaultPath\": \"properties.runResult.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.type\",\r\n \"defaultPath\": \"properties.runResult.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult\",\r\n \"defaultPath\": \"properties.runResult\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.runId\",\r\n \"defaultPath\": \"properties.runResult.properties.runId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.status\",\r\n \"defaultPath\": \"properties.runResult.properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.lastUpdatedTime\",\r\n \"defaultPath\": \"properties.runResult.properties.lastUpdatedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.runType\",\r\n \"defaultPath\": \"properties.runResult.properties.runType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.createTime\",\r\n \"defaultPath\": \"properties.runResult.properties.createTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.startTime\",\r\n \"defaultPath\": \"properties.runResult.properties.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.finishTime\",\r\n \"defaultPath\": \"properties.runResult.properties.finishTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.outputImages[*].registry\",\r\n \"defaultPath\": \"properties.runResult.properties.outputImages[*].registry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.outputImages[*].repository\",\r\n \"defaultPath\": \"properties.runResult.properties.outputImages[*].repository\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.outputImages[*].tag\",\r\n \"defaultPath\": \"properties.runResult.properties.outputImages[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.outputImages[*].digest\",\r\n \"defaultPath\": \"properties.runResult.properties.outputImages[*].digest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.outputImages[*]\",\r\n \"defaultPath\": \"properties.runResult.properties.outputImages[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.outputImages\",\r\n \"defaultPath\": \"properties.runResult.properties.outputImages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.task\",\r\n \"defaultPath\": \"properties.runResult.properties.task\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.id\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.timestamp\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.timestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.images[*].registry\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.images[*].registry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.images[*].repository\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.images[*].repository\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.images[*].tag\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.images[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.images[*].digest\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.images[*].digest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.images[*]\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.images[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger.images\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger.images\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.imageUpdateTrigger\",\r\n \"defaultPath\": \"properties.runResult.properties.imageUpdateTrigger\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger.id\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger.eventType\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger.eventType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger.commitId\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger.commitId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger.pullRequestId\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger.pullRequestId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger.repositoryUrl\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger.repositoryUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger.branchName\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger.branchName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger.providerType\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger.providerType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceTrigger\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceTrigger\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.timerTrigger.timerTriggerName\",\r\n \"defaultPath\": \"properties.runResult.properties.timerTrigger.timerTriggerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.timerTrigger.scheduleOccurrence\",\r\n \"defaultPath\": \"properties.runResult.properties.timerTrigger.scheduleOccurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.timerTrigger\",\r\n \"defaultPath\": \"properties.runResult.properties.timerTrigger\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.platform.os\",\r\n \"defaultPath\": \"properties.runResult.properties.platform.os\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.platform.architecture\",\r\n \"defaultPath\": \"properties.runResult.properties.platform.architecture\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.platform.variant\",\r\n \"defaultPath\": \"properties.runResult.properties.platform.variant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.platform\",\r\n \"defaultPath\": \"properties.runResult.properties.platform\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.agentConfiguration.cpu\",\r\n \"defaultPath\": \"properties.runResult.properties.agentConfiguration.cpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.agentConfiguration\",\r\n \"defaultPath\": \"properties.runResult.properties.agentConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.sourceRegistryAuth\",\r\n \"defaultPath\": \"properties.runResult.properties.sourceRegistryAuth\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.customRegistries[*]\",\r\n \"defaultPath\": \"properties.runResult.properties.customRegistries[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.customRegistries\",\r\n \"defaultPath\": \"properties.runResult.properties.customRegistries\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.runErrorMessage\",\r\n \"defaultPath\": \"properties.runResult.properties.runErrorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.updateTriggerToken\",\r\n \"defaultPath\": \"properties.runResult.properties.updateTriggerToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.provisioningState\",\r\n \"defaultPath\": \"properties.runResult.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.isArchiveEnabled\",\r\n \"defaultPath\": \"properties.runResult.properties.isArchiveEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.forceUpdateTag\",\r\n \"defaultPath\": \"properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/encryption.status\",\r\n \"defaultPath\": \"properties.encryption.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/encryption.keyVaultProperties.keyIdentifier\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.keyIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/encryption.keyVaultProperties.identity\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/encryption.keyVaultProperties\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/encryption\",\r\n \"defaultPath\": \"properties.encryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/agentPools.count\",\r\n \"defaultPath\": \"properties.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/agentPools.tier\",\r\n \"defaultPath\": \"properties.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/agentPools.os\",\r\n \"defaultPath\": \"properties.os\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/agentPools.virtualNetworkSubnetResourceId\",\r\n \"defaultPath\": \"properties.virtualNetworkSubnetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runRequest.agentPoolName\",\r\n \"defaultPath\": \"properties.runRequest.agentPoolName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/taskRuns.runResult.agentPoolName\",\r\n \"defaultPath\": \"properties.runResult.properties.agentPoolName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections.privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections.privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections.privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections.privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections.privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections.privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/encryption.keyVaultProperties.versionedKeyIdentifier\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.versionedKeyIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/dataEndpointEnabled\",\r\n \"defaultPath\": \"properties.dataEndpointEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/dataEndpointHostNames[*]\",\r\n \"defaultPath\": \"properties.dataEndpointHostNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/dataEndpointHostNames\",\r\n \"defaultPath\": \"properties.dataEndpointHostNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"registries/scopeMaps\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps/actions[*]\",\r\n \"defaultPath\": \"properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/scopeMaps/actions\",\r\n \"defaultPath\": \"properties.actions\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/tokens\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/scopeMapId\",\r\n \"defaultPath\": \"properties.scopeMapId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/objectId\",\r\n \"defaultPath\": \"properties.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.certificates[*].name\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.certificates[*].expiry\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].expiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.certificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.certificates[*].encodedPemCertificate\",\r\n \"defaultPath\": \"properties.credentials.certificates[*].encodedPemCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.certificates[*]\",\r\n \"defaultPath\": \"properties.credentials.certificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.certificates\",\r\n \"defaultPath\": \"properties.credentials.certificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.passwords[*].creationTime\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.passwords[*].expiry\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].expiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.passwords[*].name\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.passwords[*].value\",\r\n \"defaultPath\": \"properties.credentials.passwords[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.passwords[*]\",\r\n \"defaultPath\": \"properties.credentials.passwords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.passwords\",\r\n \"defaultPath\": \"properties.credentials.passwords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials\",\r\n \"defaultPath\": \"properties.credentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.activeDirectoryObject.objectId\",\r\n \"defaultPath\": \"properties.credentials.activeDirectoryObject.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.activeDirectoryObject.tenantId\",\r\n \"defaultPath\": \"properties.credentials.activeDirectoryObject.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tokens/credentials.activeDirectoryObject\",\r\n \"defaultPath\": \"properties.credentials.activeDirectoryObject\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/generateCredentials\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/privateLinkResources\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/importImage\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/exportPipelines\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/importPipelines\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/pipelineRuns\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Switzerland North\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/listBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/scheduleRun\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/runs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/taskRuns\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/taskRuns/listDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/agentPools\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-06-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"registries/agentPools/listQueueStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/listLogSasUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/runs/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-04-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/platform.os\",\r\n \"defaultPath\": \"properties.platform.os\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/platform.architecture\",\r\n \"defaultPath\": \"properties.platform.architecture\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/platform.variant\",\r\n \"defaultPath\": \"properties.platform.variant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/platform\",\r\n \"defaultPath\": \"properties.platform\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/agentConfiguration.cpu\",\r\n \"defaultPath\": \"properties.agentConfiguration.cpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/agentConfiguration\",\r\n \"defaultPath\": \"properties.agentConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/timeout\",\r\n \"defaultPath\": \"properties.timeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.type\",\r\n \"defaultPath\": \"properties.step.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.baseImageDependencies[*].type\",\r\n \"defaultPath\": \"properties.step.baseImageDependencies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.baseImageDependencies[*].registry\",\r\n \"defaultPath\": \"properties.step.baseImageDependencies[*].registry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.baseImageDependencies[*].repository\",\r\n \"defaultPath\": \"properties.step.baseImageDependencies[*].repository\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.baseImageDependencies[*].tag\",\r\n \"defaultPath\": \"properties.step.baseImageDependencies[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.baseImageDependencies[*].digest\",\r\n \"defaultPath\": \"properties.step.baseImageDependencies[*].digest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.baseImageDependencies[*]\",\r\n \"defaultPath\": \"properties.step.baseImageDependencies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.baseImageDependencies\",\r\n \"defaultPath\": \"properties.step.baseImageDependencies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.contextPath\",\r\n \"defaultPath\": \"properties.step.contextPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step.contextAccessToken\",\r\n \"defaultPath\": \"properties.step.contextAccessToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/step\",\r\n \"defaultPath\": \"properties.step\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.sourceControlType\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.sourceControlType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.repositoryUrl\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.repositoryUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.branch\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.branch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.tokenType\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.tokenType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.token\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.token\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.refreshToken\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.refreshToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.scope\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.expiresIn\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties.expiresIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository.sourceControlAuthProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceRepository\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceRepository\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceTriggerEvents[*]\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceTriggerEvents[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].sourceTriggerEvents\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].sourceTriggerEvents\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].status\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*].name\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers[*]\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.sourceTriggers\",\r\n \"defaultPath\": \"properties.trigger.sourceTriggers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.baseImageTrigger.baseImageTriggerType\",\r\n \"defaultPath\": \"properties.trigger.baseImageTrigger.baseImageTriggerType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.baseImageTrigger.status\",\r\n \"defaultPath\": \"properties.trigger.baseImageTrigger.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.baseImageTrigger.name\",\r\n \"defaultPath\": \"properties.trigger.baseImageTrigger.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.baseImageTrigger\",\r\n \"defaultPath\": \"properties.trigger.baseImageTrigger\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger\",\r\n \"defaultPath\": \"properties.trigger\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/credentials.sourceRegistry.loginMode\",\r\n \"defaultPath\": \"properties.credentials.sourceRegistry.loginMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/credentials.sourceRegistry\",\r\n \"defaultPath\": \"properties.credentials.sourceRegistry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/credentials.customRegistries\",\r\n \"defaultPath\": \"properties.credentials.customRegistries\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/credentials\",\r\n \"defaultPath\": \"properties.credentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.timerTriggers[*].schedule\",\r\n \"defaultPath\": \"properties.trigger.timerTriggers[*].schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.timerTriggers[*].status\",\r\n \"defaultPath\": \"properties.trigger.timerTriggers[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.timerTriggers[*].name\",\r\n \"defaultPath\": \"properties.trigger.timerTriggers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.timerTriggers[*]\",\r\n \"defaultPath\": \"properties.trigger.timerTriggers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.timerTriggers\",\r\n \"defaultPath\": \"properties.trigger.timerTriggers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.baseImageTrigger.updateTriggerEndpoint\",\r\n \"defaultPath\": \"properties.trigger.baseImageTrigger.updateTriggerEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/trigger.baseImageTrigger.updateTriggerPayloadType\",\r\n \"defaultPath\": \"properties.trigger.baseImageTrigger.updateTriggerPayloadType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/tasks/agentPoolName\",\r\n \"defaultPath\": \"properties.agentPoolName\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"registries/tasks/listDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-04-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/getBuildSourceUploadUrl\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/queueBuild\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/builds\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/getLogLink\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/builds/cancel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/alias\",\r\n \"defaultPath\": \"properties.alias\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.sourceControlType\",\r\n \"defaultPath\": \"properties.sourceRepository.sourceControlType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.repositoryUrl\",\r\n \"defaultPath\": \"properties.sourceRepository.repositoryUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.isCommitTriggerEnabled\",\r\n \"defaultPath\": \"properties.sourceRepository.isCommitTriggerEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.sourceControlAuthProperties.tokenType\",\r\n \"defaultPath\": \"properties.sourceRepository.sourceControlAuthProperties.tokenType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.sourceControlAuthProperties.token\",\r\n \"defaultPath\": \"properties.sourceRepository.sourceControlAuthProperties.token\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.sourceControlAuthProperties.refreshToken\",\r\n \"defaultPath\": \"properties.sourceRepository.sourceControlAuthProperties.refreshToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.sourceControlAuthProperties.scope\",\r\n \"defaultPath\": \"properties.sourceRepository.sourceControlAuthProperties.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.sourceControlAuthProperties.expiresIn\",\r\n \"defaultPath\": \"properties.sourceRepository.sourceControlAuthProperties.expiresIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository.sourceControlAuthProperties\",\r\n \"defaultPath\": \"properties.sourceRepository.sourceControlAuthProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/sourceRepository\",\r\n \"defaultPath\": \"properties.sourceRepository\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/platform.osType\",\r\n \"defaultPath\": \"properties.platform.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/platform.cpu\",\r\n \"defaultPath\": \"properties.platform.cpu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/platform\",\r\n \"defaultPath\": \"properties.platform\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/timeout\",\r\n \"defaultPath\": \"properties.timeout\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/listSourceRepositoryProperties\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/steps/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/buildTasks/steps/type\",\r\n \"defaultPath\": \"properties.type\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/buildTasks/steps/listBuildArguments\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/replications\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/status.displayStatus\",\r\n \"defaultPath\": \"properties.status.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/status.message\",\r\n \"defaultPath\": \"properties.status.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/status.timestamp\",\r\n \"defaultPath\": \"properties.status.timestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/replications/status\",\r\n \"defaultPath\": \"properties.status\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/scope\",\r\n \"defaultPath\": \"properties.scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/actions[*]\",\r\n \"defaultPath\": \"properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerRegistry/registries/webhooks/actions\",\r\n \"defaultPath\": \"properties.actions\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/ping\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/getCallbackConfig\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/webhooks/listEvents\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/setupAuth\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/authorize\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Africa North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/GetCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/listCredentials\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredential\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/listUsages\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/listPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/updatePolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/regenerateCredentials\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registries/eventGridFilters\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\",\r\n \"2016-06-27-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"swagger\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\",\r\n \"2016-06-27-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\",\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-05-01-preview\",\r\n \"2019-05-01\",\r\n \"2017-10-01\",\r\n \"2017-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ContainerService\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"containerServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 EUAP\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/orchestratorProfile.orchestratorType\",\r\n \"defaultPath\": \"properties.orchestratorProfile.orchestratorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/orchestratorProfile\",\r\n \"defaultPath\": \"properties.orchestratorProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.count\",\r\n \"defaultPath\": \"properties.masterProfile.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.dnsPrefix\",\r\n \"defaultPath\": \"properties.masterProfile.dnsPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.fqdn\",\r\n \"defaultPath\": \"properties.masterProfile.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile\",\r\n \"defaultPath\": \"properties.masterProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].name\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].count\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].vmSize\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].dnsPrefix\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].dnsPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].fqdn\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*]\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles\",\r\n \"defaultPath\": \"properties.agentPoolProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/windowsProfile.adminUsername\",\r\n \"defaultPath\": \"properties.windowsProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/windowsProfile.adminPassword\",\r\n \"defaultPath\": \"properties.windowsProfile.adminPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/windowsProfile\",\r\n \"defaultPath\": \"properties.windowsProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/linuxProfile.adminUsername\",\r\n \"defaultPath\": \"properties.linuxProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/linuxProfile.ssh.publicKeys[*].keyData\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh.publicKeys[*].keyData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/linuxProfile.ssh.publicKeys[*]\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh.publicKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/linuxProfile.ssh.publicKeys\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh.publicKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/linuxProfile.ssh\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/linuxProfile\",\r\n \"defaultPath\": \"properties.linuxProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/diagnosticsProfile.vmDiagnostics.enabled\",\r\n \"defaultPath\": \"properties.diagnosticsProfile.vmDiagnostics.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/diagnosticsProfile.vmDiagnostics.storageUri\",\r\n \"defaultPath\": \"properties.diagnosticsProfile.vmDiagnostics.storageUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/diagnosticsProfile.vmDiagnostics\",\r\n \"defaultPath\": \"properties.diagnosticsProfile.vmDiagnostics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/diagnosticsProfile\",\r\n \"defaultPath\": \"properties.diagnosticsProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/customProfile.orchestrator\",\r\n \"defaultPath\": \"properties.customProfile.orchestrator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/customProfile\",\r\n \"defaultPath\": \"properties.customProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/servicePrincipalProfile.clientId\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/servicePrincipalProfile.secret\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.secret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/servicePrincipalProfile\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/orchestratorProfile.orchestratorVersion\",\r\n \"defaultPath\": \"properties.orchestratorProfile.orchestratorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/servicePrincipalProfile.keyVaultSecretRef.vaultID\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef.vaultID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/servicePrincipalProfile.keyVaultSecretRef.secretName\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef.secretName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/servicePrincipalProfile.keyVaultSecretRef.version\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/servicePrincipalProfile.keyVaultSecretRef\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.vmSize\",\r\n \"defaultPath\": \"properties.masterProfile.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.osDiskSizeGB\",\r\n \"defaultPath\": \"properties.masterProfile.osDiskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.vnetSubnetID\",\r\n \"defaultPath\": \"properties.masterProfile.vnetSubnetID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.firstConsecutiveStaticIP\",\r\n \"defaultPath\": \"properties.masterProfile.firstConsecutiveStaticIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/masterProfile.storageProfile\",\r\n \"defaultPath\": \"properties.masterProfile.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].osDiskSizeGB\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].osDiskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].ports[*]\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].ports[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].ports\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].ports\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].storageProfile\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].vnetSubnetID\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].vnetSubnetID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/containerServices/agentPoolProfiles[*].osType\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].osType\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"defaultApiVersion\": \"2019-04-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/kubernetesVersion\",\r\n \"defaultPath\": \"properties.kubernetesVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/dnsPrefix\",\r\n \"defaultPath\": \"properties.dnsPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles\",\r\n \"defaultPath\": \"properties.agentPoolProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*]\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].name\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].count\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].vmSize\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].osDiskSizeGB\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].osDiskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].storageProfile\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].osType\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/linuxProfile\",\r\n \"defaultPath\": \"properties.linuxProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/linuxProfile.adminUsername\",\r\n \"defaultPath\": \"properties.linuxProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/linuxProfile.ssh\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/linuxProfile.ssh.publicKeys\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh.publicKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/linuxProfile.ssh.publicKeys[*]\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh.publicKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/linuxProfile.ssh.publicKeys[*].keyData\",\r\n \"defaultPath\": \"properties.linuxProfile.ssh.publicKeys[*].keyData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/servicePrincipalProfile\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/servicePrincipalProfile.clientId\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].maxPods\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].maxPods\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/nodeResourceGroup\",\r\n \"defaultPath\": \"properties.nodeResourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/enableRBAC\",\r\n \"defaultPath\": \"properties.enableRBAC\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile\",\r\n \"defaultPath\": \"properties.networkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.networkPlugin\",\r\n \"defaultPath\": \"properties.networkProfile.networkPlugin\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.podCidr\",\r\n \"defaultPath\": \"properties.networkProfile.podCidr\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.serviceCidr\",\r\n \"defaultPath\": \"properties.networkProfile.serviceCidr\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.dnsServiceIP\",\r\n \"defaultPath\": \"properties.networkProfile.dnsServiceIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.dockerBridgeCidr\",\r\n \"defaultPath\": \"properties.networkProfile.dockerBridgeCidr\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].vnetSubnetID\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].vnetSubnetID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].maxCount\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].maxCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].minCount\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].minCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].enableAutoScaling\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].enableAutoScaling\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].type\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/servicePrincipalProfile.secret\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.secret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/addonProfiles\",\r\n \"defaultPath\": \"properties.addonProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.networkPolicy\",\r\n \"defaultPath\": \"properties.networkProfile.networkPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/aadProfile.clientAppID\",\r\n \"defaultPath\": \"properties.aadProfile.clientAppID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/aadProfile.serverAppID\",\r\n \"defaultPath\": \"properties.aadProfile.serverAppID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/aadProfile.serverAppSecret\",\r\n \"defaultPath\": \"properties.aadProfile.serverAppSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/aadProfile.tenantID\",\r\n \"defaultPath\": \"properties.aadProfile.tenantID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/aadProfile\",\r\n \"defaultPath\": \"properties.aadProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].dnsPrefix\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].dnsPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].fqdn\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].ports[*]\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].ports[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].ports\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].ports\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/servicePrincipalProfile.keyVaultSecretRef.vaultID\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef.vaultID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/servicePrincipalProfile.keyVaultSecretRef.secretName\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef.secretName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/servicePrincipalProfile.keyVaultSecretRef.version\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/servicePrincipalProfile.keyVaultSecretRef\",\r\n \"defaultPath\": \"properties.servicePrincipalProfile.keyVaultSecretRef\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].orchestratorVersion\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].orchestratorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].availabilityZones[*]\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].availabilityZones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].availabilityZones\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].availabilityZones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/enablePodSecurityPolicy\",\r\n \"defaultPath\": \"properties.enablePodSecurityPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/apiServerAuthorizedIPRanges[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiServerAuthorizedIPRanges[*]\",\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2018-03-31\",\r\n \"2018-08-01-preview\",\r\n \"2019-02-01\",\r\n \"2019-04-01\",\r\n \"2019-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiServerAccessProfile.authorizedIPRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/apiServerAuthorizedIPRanges\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiServerAuthorizedIPRanges\",\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2018-03-31\",\r\n \"2018-08-01-preview\",\r\n \"2019-02-01\",\r\n \"2019-04-01\",\r\n \"2019-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiServerAccessProfile.authorizedIPRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.count\",\r\n \"defaultPath\": \"properties.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.vmSize\",\r\n \"defaultPath\": \"properties.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.osDiskSizeGB\",\r\n \"defaultPath\": \"properties.osDiskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.vnetSubnetID\",\r\n \"defaultPath\": \"properties.vnetSubnetID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.maxPods\",\r\n \"defaultPath\": \"properties.maxPods\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.maxCount\",\r\n \"defaultPath\": \"properties.maxCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.minCount\",\r\n \"defaultPath\": \"properties.minCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.enableAutoScaling\",\r\n \"defaultPath\": \"properties.enableAutoScaling\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.orchestratorVersion\",\r\n \"defaultPath\": \"properties.orchestratorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.availabilityZones[*]\",\r\n \"defaultPath\": \"properties.availabilityZones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools.availabilityZones\",\r\n \"defaultPath\": \"properties.availabilityZones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/addonProfiles.azurePolicy.enabled\",\r\n \"defaultPath\": \"properties.addonProfiles.azurePolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/maxAgentPools\",\r\n \"defaultPath\": \"properties.maxAgentPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/windowsProfile.adminUsername\",\r\n \"defaultPath\": \"properties.windowsProfile.adminUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/windowsProfile.adminPassword\",\r\n \"defaultPath\": \"properties.windowsProfile.adminPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/windowsProfile\",\r\n \"defaultPath\": \"properties.windowsProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerSku\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerSku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].enableNodePublicIP\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].enableNodePublicIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].scaleSetPriority\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].scaleSetPriority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].scaleSetEvictionPolicy\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].scaleSetEvictionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].nodeTaints[*]\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].nodeTaints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].nodeTaints\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].nodeTaints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.managedOutboundIPs.count\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.managedOutboundIPs.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.managedOutboundIPs\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.managedOutboundIPs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPPrefixes.publicIPPrefixes[*].id\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPPrefixes.publicIPPrefixes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPPrefixes.publicIPPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPPrefixes.publicIPPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPPrefixes.publicIPPrefixes\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPPrefixes.publicIPPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPPrefixes\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPs.publicIPs[*].id\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPs.publicIPs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPs.publicIPs[*]\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPs.publicIPs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPs.publicIPs\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPs.publicIPs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.outboundIPs\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.outboundIPs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.effectiveOutboundIPs[*].id\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.effectiveOutboundIPs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.effectiveOutboundIPs[*]\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.effectiveOutboundIPs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.effectiveOutboundIPs\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.effectiveOutboundIPs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/apiServerAccessProfile.authorizedIPRanges[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiServerAuthorizedIPRanges[*]\",\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2018-03-31\",\r\n \"2018-08-01-preview\",\r\n \"2019-02-01\",\r\n \"2019-04-01\",\r\n \"2019-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiServerAccessProfile.authorizedIPRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/apiServerAccessProfile.authorizedIPRanges\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.apiServerAuthorizedIPRanges\",\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2018-03-31\",\r\n \"2018-08-01-preview\",\r\n \"2019-02-01\",\r\n \"2019-04-01\",\r\n \"2019-06-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.apiServerAccessProfile.authorizedIPRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/apiServerAccessProfile.enablePrivateCluster\",\r\n \"defaultPath\": \"properties.apiServerAccessProfile.enablePrivateCluster\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/apiServerAccessProfile\",\r\n \"defaultPath\": \"properties.apiServerAccessProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/privateFQDN\",\r\n \"defaultPath\": \"properties.privateFQDN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].tags\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPoolProfiles[*].nodeLabels\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].nodeLabels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.outboundType\",\r\n \"defaultPath\": \"properties.networkProfile.outboundType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.allocatedOutboundPorts\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.allocatedOutboundPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/networkProfile.loadBalancerProfile.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkProfile.loadBalancerProfile.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/identityProfile\",\r\n \"defaultPath\": \"properties.identityProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/diskEncryptionSetID\",\r\n \"defaultPath\": \"properties.diskEncryptionSetID\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"openShiftManagedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-27-preview\",\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/openShiftVersion\",\r\n \"defaultPath\": \"properties.openShiftVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/publicHostname\",\r\n \"defaultPath\": \"properties.publicHostname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/networkProfile.vnetCidr\",\r\n \"defaultPath\": \"properties.networkProfile.vnetCidr\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/networkProfile.peerVnetId\",\r\n \"defaultPath\": \"properties.networkProfile.peerVnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/networkProfile\",\r\n \"defaultPath\": \"properties.networkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/routerProfiles[*].name\",\r\n \"defaultPath\": \"properties.routerProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/routerProfiles[*].publicSubdomain\",\r\n \"defaultPath\": \"properties.routerProfiles[*].publicSubdomain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/routerProfiles[*].fqdn\",\r\n \"defaultPath\": \"properties.routerProfiles[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/routerProfiles[*]\",\r\n \"defaultPath\": \"properties.routerProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/routerProfiles\",\r\n \"defaultPath\": \"properties.routerProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/masterPoolProfile.name\",\r\n \"defaultPath\": \"properties.masterPoolProfile.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/masterPoolProfile.count\",\r\n \"defaultPath\": \"properties.masterPoolProfile.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/masterPoolProfile.vmSize\",\r\n \"defaultPath\": \"properties.masterPoolProfile.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/masterPoolProfile.subnetCidr\",\r\n \"defaultPath\": \"properties.masterPoolProfile.subnetCidr\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/masterPoolProfile.osType\",\r\n \"defaultPath\": \"properties.masterPoolProfile.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/masterPoolProfile\",\r\n \"defaultPath\": \"properties.masterPoolProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles[*].name\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles[*].count\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles[*].vmSize\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles[*].subnetCidr\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].subnetCidr\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles[*].osType\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles[*].role\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*].role\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles[*]\",\r\n \"defaultPath\": \"properties.agentPoolProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/agentPoolProfiles\",\r\n \"defaultPath\": \"properties.agentPoolProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/authProfile.identityProviders[*].name\",\r\n \"defaultPath\": \"properties.authProfile.identityProviders[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/authProfile.identityProviders[*].provider.kind\",\r\n \"defaultPath\": \"properties.authProfile.identityProviders[*].provider.kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/authProfile.identityProviders[*].provider\",\r\n \"defaultPath\": \"properties.authProfile.identityProviders[*].provider\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/authProfile.identityProviders[*]\",\r\n \"defaultPath\": \"properties.authProfile.identityProviders[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/authProfile.identityProviders\",\r\n \"defaultPath\": \"properties.authProfile.identityProviders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/authProfile\",\r\n \"defaultPath\": \"properties.authProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/clusterVersion\",\r\n \"defaultPath\": \"properties.clusterVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/networkProfile.vnetId\",\r\n \"defaultPath\": \"properties.networkProfile.vnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/monitorProfile.workspaceResourceID\",\r\n \"defaultPath\": \"properties.monitorProfile.workspaceResourceID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/monitorProfile.enabled\",\r\n \"defaultPath\": \"properties.monitorProfile.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/openShiftManagedClusters/monitorProfile\",\r\n \"defaultPath\": \"properties.monitorProfile\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/openShiftClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"France Central\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-27-preview\",\r\n \"2019-09-30-preview\",\r\n \"2019-04-30\",\r\n \"2018-09-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 EUAP\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-08-31\",\r\n \"2016-03-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"East US 2 EUAP\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31\",\r\n \"2018-03-31\",\r\n \"2017-08-31\",\r\n \"2017-07-01\",\r\n \"2017-01-31\",\r\n \"2016-09-30\",\r\n \"2016-03-30\",\r\n \"2015-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/orchestrators\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2017-09-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedClusters/agentPools\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"Germany North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Central US EUAP\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-08-01-preview\",\r\n \"2018-03-31\",\r\n \"2017-08-31\"\r\n ],\r\n \"defaultApiVersion\": \"2019-04-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/count\",\r\n \"defaultPath\": \"properties.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/vmSize\",\r\n \"defaultPath\": \"properties.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/osDiskSizeGB\",\r\n \"defaultPath\": \"properties.osDiskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/vnetSubnetID\",\r\n \"defaultPath\": \"properties.vnetSubnetID\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/maxPods\",\r\n \"defaultPath\": \"properties.maxPods\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/maxCount\",\r\n \"defaultPath\": \"properties.maxCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/minCount\",\r\n \"defaultPath\": \"properties.minCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/enableAutoScaling\",\r\n \"defaultPath\": \"properties.enableAutoScaling\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/orchestratorVersion\",\r\n \"defaultPath\": \"properties.orchestratorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/availabilityZones[*]\",\r\n \"defaultPath\": \"properties.availabilityZones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/availabilityZones\",\r\n \"defaultPath\": \"properties.availabilityZones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/enableNodePublicIP\",\r\n \"defaultPath\": \"properties.enableNodePublicIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/scaleSetPriority\",\r\n \"defaultPath\": \"properties.scaleSetPriority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/scaleSetEvictionPolicy\",\r\n \"defaultPath\": \"properties.scaleSetEvictionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/nodeTaints[*]\",\r\n \"defaultPath\": \"properties.nodeTaints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/nodeTaints\",\r\n \"defaultPath\": \"properties.nodeTaints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/tags\",\r\n \"defaultPath\": \"properties.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ContainerService/managedClusters/agentPools/nodeLabels\",\r\n \"defaultPath\": \"properties.nodeLabels\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.CostManagement\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Connectors\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"CloudConnectors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Forecast\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2018-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Settings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-01-01\",\r\n \"2018-10-01\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2017-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2017-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Query\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Dimensions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-05-01-preview\",\r\n \"2019-04-01-preview\",\r\n \"2019-03-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-12-01-preview\",\r\n \"2018-10-01-preview\",\r\n \"2018-08-31\",\r\n \"2018-08-01-preview\",\r\n \"2018-05-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Budgets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalSubscriptions/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ExternalBillingAccounts/Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Alerts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"showbackRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-03-01-preview\",\r\n \"2019-02-03-alpha\",\r\n \"2019-02-02-alpha\",\r\n \"2019-02-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"costAllocationRules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Exports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01-preview\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-09-01\",\r\n \"2019-01-01-preview\",\r\n \"2019-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reports\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-12-01-preview\",\r\n \"2018-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Reportconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-05-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"BillingAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Departments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"EnrollmentAccounts\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-31\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Views\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"Insights\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.CostManagementExports\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.CustomerLockbox\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"requests\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-28-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.CustomProviders\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resourceProviders\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/actions[*].routingType\",\r\n \"defaultPath\": \"properties.actions[*].routingType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/actions[*]\",\r\n \"defaultPath\": \"properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/actions\",\r\n \"defaultPath\": \"properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/actions[*].name\",\r\n \"defaultPath\": \"properties.actions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/actions[*].endpoint\",\r\n \"defaultPath\": \"properties.actions[*].endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/resourceTypes[*].routingType\",\r\n \"defaultPath\": \"properties.resourceTypes[*].routingType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/resourceTypes[*]\",\r\n \"defaultPath\": \"properties.resourceTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/resourceTypes\",\r\n \"defaultPath\": \"properties.resourceTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/validations[*].validationType\",\r\n \"defaultPath\": \"properties.validations[*].validationType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/validations[*].specification\",\r\n \"defaultPath\": \"properties.validations[*].specification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/validations[*]\",\r\n \"defaultPath\": \"properties.validations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/validations\",\r\n \"defaultPath\": \"properties.validations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/resourceProviders/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"associations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.CustomProviders/associations/targetResourceId\",\r\n \"defaultPath\": \"properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.CustomProviders/associations/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Japan East\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataBox\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/sku.displayName\",\r\n \"defaultPath\": \"sku.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/sku.family\",\r\n \"defaultPath\": \"sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/isCancellable\",\r\n \"defaultPath\": \"properties.isCancellable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/isDeletable\",\r\n \"defaultPath\": \"properties.isDeletable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/isShippingAddressEditable\",\r\n \"defaultPath\": \"properties.isShippingAddressEditable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/startTime\",\r\n \"defaultPath\": \"properties.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/error.code\",\r\n \"defaultPath\": \"properties.error.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/error.message\",\r\n \"defaultPath\": \"properties.error.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/error\",\r\n \"defaultPath\": \"properties.error\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.expectedDataSizeInTeraBytes\",\r\n \"defaultPath\": \"properties.details.expectedDataSizeInTeraBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].stageName\",\r\n \"defaultPath\": \"properties.details.jobStages[*].stageName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].displayName\",\r\n \"defaultPath\": \"properties.details.jobStages[*].displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].stageStatus\",\r\n \"defaultPath\": \"properties.details.jobStages[*].stageStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].stageTime\",\r\n \"defaultPath\": \"properties.details.jobStages[*].stageTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].jobStageDetails\",\r\n \"defaultPath\": \"properties.details.jobStages[*].jobStageDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].errorDetails[*].errorMessage\",\r\n \"defaultPath\": \"properties.details.jobStages[*].errorDetails[*].errorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].errorDetails[*].errorCode\",\r\n \"defaultPath\": \"properties.details.jobStages[*].errorDetails[*].errorCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].errorDetails[*].recommendedAction\",\r\n \"defaultPath\": \"properties.details.jobStages[*].errorDetails[*].recommendedAction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].errorDetails[*].exceptionMessage\",\r\n \"defaultPath\": \"properties.details.jobStages[*].errorDetails[*].exceptionMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].errorDetails[*]\",\r\n \"defaultPath\": \"properties.details.jobStages[*].errorDetails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*].errorDetails\",\r\n \"defaultPath\": \"properties.details.jobStages[*].errorDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages[*]\",\r\n \"defaultPath\": \"properties.details.jobStages[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobStages\",\r\n \"defaultPath\": \"properties.details.jobStages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.contactName\",\r\n \"defaultPath\": \"properties.details.contactDetails.contactName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.phone\",\r\n \"defaultPath\": \"properties.details.contactDetails.phone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.phoneExtension\",\r\n \"defaultPath\": \"properties.details.contactDetails.phoneExtension\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.mobile\",\r\n \"defaultPath\": \"properties.details.contactDetails.mobile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.emailList[*]\",\r\n \"defaultPath\": \"properties.details.contactDetails.emailList[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.emailList\",\r\n \"defaultPath\": \"properties.details.contactDetails.emailList\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.notificationPreference[*].stageName\",\r\n \"defaultPath\": \"properties.details.contactDetails.notificationPreference[*].stageName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.notificationPreference[*].sendNotification\",\r\n \"defaultPath\": \"properties.details.contactDetails.notificationPreference[*].sendNotification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.notificationPreference[*]\",\r\n \"defaultPath\": \"properties.details.contactDetails.notificationPreference[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails.notificationPreference\",\r\n \"defaultPath\": \"properties.details.contactDetails.notificationPreference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.contactDetails\",\r\n \"defaultPath\": \"properties.details.contactDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.streetAddress1\",\r\n \"defaultPath\": \"properties.details.shippingAddress.streetAddress1\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.streetAddress2\",\r\n \"defaultPath\": \"properties.details.shippingAddress.streetAddress2\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.streetAddress3\",\r\n \"defaultPath\": \"properties.details.shippingAddress.streetAddress3\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.city\",\r\n \"defaultPath\": \"properties.details.shippingAddress.city\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.stateOrProvince\",\r\n \"defaultPath\": \"properties.details.shippingAddress.stateOrProvince\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.country\",\r\n \"defaultPath\": \"properties.details.shippingAddress.country\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.postalCode\",\r\n \"defaultPath\": \"properties.details.shippingAddress.postalCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.zipExtendedCode\",\r\n \"defaultPath\": \"properties.details.shippingAddress.zipExtendedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.companyName\",\r\n \"defaultPath\": \"properties.details.shippingAddress.companyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress.addressType\",\r\n \"defaultPath\": \"properties.details.shippingAddress.addressType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.shippingAddress\",\r\n \"defaultPath\": \"properties.details.shippingAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.deliveryPackage.carrierName\",\r\n \"defaultPath\": \"properties.details.deliveryPackage.carrierName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.deliveryPackage.trackingId\",\r\n \"defaultPath\": \"properties.details.deliveryPackage.trackingId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.deliveryPackage.trackingUrl\",\r\n \"defaultPath\": \"properties.details.deliveryPackage.trackingUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.deliveryPackage\",\r\n \"defaultPath\": \"properties.details.deliveryPackage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.returnPackage.carrierName\",\r\n \"defaultPath\": \"properties.details.returnPackage.carrierName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.returnPackage.trackingId\",\r\n \"defaultPath\": \"properties.details.returnPackage.trackingId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.returnPackage.trackingUrl\",\r\n \"defaultPath\": \"properties.details.returnPackage.trackingUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.returnPackage\",\r\n \"defaultPath\": \"properties.details.returnPackage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.destinationAccountDetails[*].dataDestinationType\",\r\n \"defaultPath\": \"properties.details.destinationAccountDetails[*].dataDestinationType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.destinationAccountDetails[*].accountId\",\r\n \"defaultPath\": \"properties.details.destinationAccountDetails[*].accountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.destinationAccountDetails[*]\",\r\n \"defaultPath\": \"properties.details.destinationAccountDetails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.destinationAccountDetails\",\r\n \"defaultPath\": \"properties.details.destinationAccountDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.errorDetails[*].errorMessage\",\r\n \"defaultPath\": \"properties.details.errorDetails[*].errorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.errorDetails[*].errorCode\",\r\n \"defaultPath\": \"properties.details.errorDetails[*].errorCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.errorDetails[*].recommendedAction\",\r\n \"defaultPath\": \"properties.details.errorDetails[*].recommendedAction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.errorDetails[*].exceptionMessage\",\r\n \"defaultPath\": \"properties.details.errorDetails[*].exceptionMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.errorDetails[*]\",\r\n \"defaultPath\": \"properties.details.errorDetails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.errorDetails\",\r\n \"defaultPath\": \"properties.details.errorDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.jobDetailsType\",\r\n \"defaultPath\": \"properties.details.jobDetailsType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.preferences.preferredDataCenterRegion[*]\",\r\n \"defaultPath\": \"properties.details.preferences.preferredDataCenterRegion[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.preferences.preferredDataCenterRegion\",\r\n \"defaultPath\": \"properties.details.preferences.preferredDataCenterRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.preferences\",\r\n \"defaultPath\": \"properties.details.preferences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.copyLogDetails[*].copyLogDetailsType\",\r\n \"defaultPath\": \"properties.details.copyLogDetails[*].copyLogDetailsType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.copyLogDetails[*]\",\r\n \"defaultPath\": \"properties.details.copyLogDetails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.copyLogDetails\",\r\n \"defaultPath\": \"properties.details.copyLogDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.reverseShipmentLabelSasKey\",\r\n \"defaultPath\": \"properties.details.reverseShipmentLabelSasKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.chainOfCustodySasKey\",\r\n \"defaultPath\": \"properties.details.chainOfCustodySasKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details\",\r\n \"defaultPath\": \"properties.details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/cancellationReason\",\r\n \"defaultPath\": \"properties.cancellationReason\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.destinationAccountDetails[*].sharePassword\",\r\n \"defaultPath\": \"properties.details.destinationAccountDetails[*].sharePassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.preferences.transportPreferences.preferredShipmentType\",\r\n \"defaultPath\": \"properties.details.preferences.transportPreferences.preferredShipmentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/details.preferences.transportPreferences\",\r\n \"defaultPath\": \"properties.details.preferences.transportPreferences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/deliveryType\",\r\n \"defaultPath\": \"properties.deliveryType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/deliveryInfo.scheduledDateTime\",\r\n \"defaultPath\": \"properties.deliveryInfo.scheduledDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/deliveryInfo\",\r\n \"defaultPath\": \"properties.deliveryInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Databox/jobs/isCancellableWithoutFee\",\r\n \"defaultPath\": \"properties.isCancellableWithoutFee\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/validateAddress\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/expresspods\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-10-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceHealth\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/availableSkus\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/validateInputs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/regionConfiguration\",\r\n \"locations\": [\r\n \"West US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Korea Central\",\r\n \"Japan East\",\r\n \"South Africa North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-09-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataBoxEdge\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01-preview\",\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-05-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"DataBoxEdgeDevices/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01-preview\",\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-05-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-01-preview\",\r\n \"2020-07-01\",\r\n \"2020-06-01\",\r\n \"2020-05-01-preview\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-03-01\",\r\n \"2018-07-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"availableSkus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-07-01-preview\",\r\n \"2020-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Databricks\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/managedResourceGroupId\",\r\n \"defaultPath\": \"properties.managedResourceGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/uiDefinitionUri\",\r\n \"defaultPath\": \"properties.uiDefinitionUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/authorizations[*].principalId\",\r\n \"defaultPath\": \"properties.authorizations[*].principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/authorizations[*].roleDefinitionId\",\r\n \"defaultPath\": \"properties.authorizations[*].roleDefinitionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/authorizations[*]\",\r\n \"defaultPath\": \"properties.authorizations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/authorizations\",\r\n \"defaultPath\": \"properties.authorizations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.amlWorkspaceId.type\",\r\n \"defaultPath\": \"properties.parameters.amlWorkspaceId.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.amlWorkspaceId.value\",\r\n \"defaultPath\": \"properties.parameters.amlWorkspaceId.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.amlWorkspaceId\",\r\n \"defaultPath\": \"properties.parameters.amlWorkspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customVirtualNetworkId.type\",\r\n \"defaultPath\": \"properties.parameters.customVirtualNetworkId.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customVirtualNetworkId.value\",\r\n \"defaultPath\": \"properties.parameters.customVirtualNetworkId.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customVirtualNetworkId\",\r\n \"defaultPath\": \"properties.parameters.customVirtualNetworkId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customPublicSubnetName.type\",\r\n \"defaultPath\": \"properties.parameters.customPublicSubnetName.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customPublicSubnetName.value\",\r\n \"defaultPath\": \"properties.parameters.customPublicSubnetName.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customPublicSubnetName\",\r\n \"defaultPath\": \"properties.parameters.customPublicSubnetName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customPrivateSubnetName.type\",\r\n \"defaultPath\": \"properties.parameters.customPrivateSubnetName.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customPrivateSubnetName.value\",\r\n \"defaultPath\": \"properties.parameters.customPrivateSubnetName.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.customPrivateSubnetName\",\r\n \"defaultPath\": \"properties.parameters.customPrivateSubnetName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.enableNoPublicIp.type\",\r\n \"defaultPath\": \"properties.parameters.enableNoPublicIp.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.enableNoPublicIp.value\",\r\n \"defaultPath\": \"properties.parameters.enableNoPublicIp.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.enableNoPublicIp\",\r\n \"defaultPath\": \"properties.parameters.enableNoPublicIp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.loadBalancerBackendPoolName.type\",\r\n \"defaultPath\": \"properties.parameters.loadBalancerBackendPoolName.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.loadBalancerBackendPoolName.value\",\r\n \"defaultPath\": \"properties.parameters.loadBalancerBackendPoolName.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.loadBalancerBackendPoolName\",\r\n \"defaultPath\": \"properties.parameters.loadBalancerBackendPoolName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.loadBalancerId.type\",\r\n \"defaultPath\": \"properties.parameters.loadBalancerId.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.loadBalancerId.value\",\r\n \"defaultPath\": \"properties.parameters.loadBalancerId.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.loadBalancerId\",\r\n \"defaultPath\": \"properties.parameters.loadBalancerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.relayNamespaceName.type\",\r\n \"defaultPath\": \"properties.parameters.relayNamespaceName.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.relayNamespaceName.value\",\r\n \"defaultPath\": \"properties.parameters.relayNamespaceName.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.relayNamespaceName\",\r\n \"defaultPath\": \"properties.parameters.relayNamespaceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.storageAccountName.type\",\r\n \"defaultPath\": \"properties.parameters.storageAccountName.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.storageAccountName.value\",\r\n \"defaultPath\": \"properties.parameters.storageAccountName.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.storageAccountName\",\r\n \"defaultPath\": \"properties.parameters.storageAccountName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.storageAccountSkuName.type\",\r\n \"defaultPath\": \"properties.parameters.storageAccountSkuName.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.storageAccountSkuName.value\",\r\n \"defaultPath\": \"properties.parameters.storageAccountSkuName.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.storageAccountSkuName\",\r\n \"defaultPath\": \"properties.parameters.storageAccountSkuName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.resourceTags.type\",\r\n \"defaultPath\": \"properties.parameters.resourceTags.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.resourceTags.value\",\r\n \"defaultPath\": \"properties.parameters.resourceTags.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.resourceTags\",\r\n \"defaultPath\": \"properties.parameters.resourceTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.vnetAddressPrefix.type\",\r\n \"defaultPath\": \"properties.parameters.vnetAddressPrefix.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.vnetAddressPrefix.value\",\r\n \"defaultPath\": \"properties.parameters.vnetAddressPrefix.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataBricks/workspaces/parameters.vnetAddressPrefix\",\r\n \"defaultPath\": \"properties.parameters.vnetAddressPrefix\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/storageEncryption\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dbWorkspaces\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-15\",\r\n \"2018-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\",\r\n \"2018-03-15\",\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-08-01-preview\",\r\n \"2016-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/getNetworkPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"South Central US\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataCatalog\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"catalogs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/units\",\r\n \"defaultPath\": \"properties.units\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/admins[*]\",\r\n \"defaultPath\": \"properties.admins[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/admins[*].upn\",\r\n \"defaultPath\": \"properties.admins[*].upn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/admins[*].objectId\",\r\n \"defaultPath\": \"properties.admins[*].objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/admins\",\r\n \"defaultPath\": \"properties.admins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/users[*]\",\r\n \"defaultPath\": \"properties.users[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/users[*].upn\",\r\n \"defaultPath\": \"properties.users[*].upn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/users[*].objectId\",\r\n \"defaultPath\": \"properties.users[*].objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/users\",\r\n \"defaultPath\": \"properties.users\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/successfullyProvisioned\",\r\n \"defaultPath\": \"properties.successfullyProvisioned\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataCatalog/catalogs/enableAutomaticUnitAdjustment\",\r\n \"defaultPath\": \"properties.enableAutomaticUnitAdjustment\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/jobs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-30\",\r\n \"2015-07-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataCollaboration\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/scripts\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/scripts/scriptrevisions\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dataAssets\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/dataAssets/dataSets\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/pipelines\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/pipelines/pipelineSteps\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/pipelines/runs\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/proposals\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/proposals/invitations\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/proposals/dataAssetReferences\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/proposals/scriptReferences\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/proposals/entitlements\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/proposals/entitlements/constraints\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/proposals/entitlements/policies\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/contracts\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/contracts/entitlements\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listinvitations\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/consumerInvitations/reject\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/consumerInvitations\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-04-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataFactory\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataFactories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"factories\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/version\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.version\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration.accountName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration.accountName\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration.accountName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration.projectName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration.projectName\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration.projectName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration.repositoryName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration.repositoryName\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration.repositoryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration.collaborationBranch\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration.collaborationBranch\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration.collaborationBranch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration.rootFolder\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration.rootFolder\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration.rootFolder\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration.lastCommitId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration.lastCommitId\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration.lastCommitId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/vstsConfiguration.tenantId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vstsConfiguration.tenantId\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vstsConfiguration.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/createTime\",\r\n \"defaultPath\": \"properties.createTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/repoConfiguration.type\",\r\n \"defaultPath\": \"properties.repoConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/repoConfiguration.accountName\",\r\n \"defaultPath\": \"properties.repoConfiguration.accountName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/repoConfiguration.repositoryName\",\r\n \"defaultPath\": \"properties.repoConfiguration.repositoryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/repoConfiguration.collaborationBranch\",\r\n \"defaultPath\": \"properties.repoConfiguration.collaborationBranch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/repoConfiguration.rootFolder\",\r\n \"defaultPath\": \"properties.repoConfiguration.rootFolder\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/repoConfiguration.lastCommitId\",\r\n \"defaultPath\": \"properties.repoConfiguration.lastCommitId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/repoConfiguration\",\r\n \"defaultPath\": \"properties.repoConfiguration\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"factories/integrationRuntimes\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.type\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/state\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.state\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.computeProperties\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.computeProperties\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.computeProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.computeProperties.location\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.computeProperties.location\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.computeProperties.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.computeProperties.nodeSize\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.computeProperties.nodeSize\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.computeProperties.nodeSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.computeProperties.numberOfNodes\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.computeProperties.numberOfNodes\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.computeProperties.numberOfNodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.computeProperties.maxParallelExecutionsPerNode\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.computeProperties.maxParallelExecutionsPerNode\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.computeProperties.maxParallelExecutionsPerNode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.catalogInfo\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.catalogInfo\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.catalogInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.catalogInfo.catalogServerEndpoint\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogServerEndpoint\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogServerEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.catalogInfo.catalogAdminUserName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminUserName\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminUserName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.catalogInfo.catalogAdminPassword\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminPassword\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.catalogInfo.catalogAdminPassword.type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminPassword.type\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminPassword.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.catalogInfo.catalogAdminPassword.value\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminPassword.value\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogAdminPassword.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.catalogInfo.catalogPricingTier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogPricingTier\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.catalogInfo.catalogPricingTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationruntimes/typeProperties.ssisProperties.licenseType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.ssisProperties.licenseType\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.ssisProperties.licenseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/integrationRuntimes/description\",\r\n \"defaultPath\": \"properties.description\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/diagnosticSettings\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dataFactories/metricDefinitions\",\r\n \"locations\": [\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkDataFactoryNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkAzureDataFactoryNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dataFactorySchema\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-03-01-preview\",\r\n \"2015-10-01\",\r\n \"2015-09-01\",\r\n \"2015-08-01\",\r\n \"2015-07-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/configureFactoryRepo\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/getFeatureValue\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"factories/pipelines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*]\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].name\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].type\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].policy\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].policy\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].policy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].policy.timeout\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].policy.timeout\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].policy.timeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].policy.retry\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].policy.retry\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].policy.retry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].policy.retryIntervalInSeconds\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].policy.retryIntervalInSeconds\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].policy.retryIntervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].policy.secureOutput\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].policy.secureOutput\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].policy.secureOutput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].typeProperties\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activities[*].typeProperties\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activities[*].typeProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/parameters\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.parameters\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].description\",\r\n \"defaultPath\": \"properties.activities[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].dependsOn[*].activity\",\r\n \"defaultPath\": \"properties.activities[*].dependsOn[*].activity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].dependsOn[*].dependencyConditions[*]\",\r\n \"defaultPath\": \"properties.activities[*].dependsOn[*].dependencyConditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].dependsOn[*].dependencyConditions\",\r\n \"defaultPath\": \"properties.activities[*].dependsOn[*].dependencyConditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].dependsOn[*]\",\r\n \"defaultPath\": \"properties.activities[*].dependsOn[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].dependsOn\",\r\n \"defaultPath\": \"properties.activities[*].dependsOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/concurrency\",\r\n \"defaultPath\": \"properties.concurrency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/annotations[*]\",\r\n \"defaultPath\": \"properties.annotations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/annotations\",\r\n \"defaultPath\": \"properties.annotations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].userProperties[*].name\",\r\n \"defaultPath\": \"properties.activities[*].userProperties[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].userProperties[*]\",\r\n \"defaultPath\": \"properties.activities[*].userProperties[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].userProperties\",\r\n \"defaultPath\": \"properties.activities[*].userProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/variables\",\r\n \"defaultPath\": \"properties.variables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/folder.name\",\r\n \"defaultPath\": \"properties.folder.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/folder\",\r\n \"defaultPath\": \"properties.folder\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/activities[*].userProperties[*].value\",\r\n \"defaultPath\": \"properties.activities[*].userProperties[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/pipelines/runDimensions\",\r\n \"defaultPath\": \"properties.runDimensions\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"factories/linkedservices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.type\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/typeProperties\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/typeProperties.useEncryptedEndpoints\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.useEncryptedEndpoints\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.useEncryptedEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/typeProperties.connectionString\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.connectionString\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/typeProperties.connectionString.type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.connectionString.type\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.connectionString.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/typeProperties.encryptedCredential\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties.encryptedCredential\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties.encryptedCredential\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/connectVia.type\",\r\n \"defaultPath\": \"properties.connectVia.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/connectVia.referenceName\",\r\n \"defaultPath\": \"properties.connectVia.referenceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/connectVia.parameters\",\r\n \"defaultPath\": \"properties.connectVia.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/connectVia\",\r\n \"defaultPath\": \"properties.connectVia\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/annotations[*]\",\r\n \"defaultPath\": \"properties.annotations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/linkedservices/annotations\",\r\n \"defaultPath\": \"properties.annotations\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"factories/datasets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.type\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/typeProperties\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.typeProperties\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.typeProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/linkedServiceName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.linkedServiceName\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.linkedServiceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/linkedServiceName.referenceName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.linkedServiceName.referenceName\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.linkedServiceName.referenceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/linkedServiceName.type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.linkedServiceName.type\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.linkedServiceName.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/parameters\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.parameters\",\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2018-06-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/structure\",\r\n \"defaultPath\": \"properties.structure\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/linkedServiceName.parameters\",\r\n \"defaultPath\": \"properties.linkedServiceName.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/annotations[*]\",\r\n \"defaultPath\": \"properties.annotations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/annotations\",\r\n \"defaultPath\": \"properties.annotations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/schema\",\r\n \"defaultPath\": \"properties.schema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/folder.name\",\r\n \"defaultPath\": \"properties.folder.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/datasets/folder\",\r\n \"defaultPath\": \"properties.folder\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"factories/triggers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/triggers/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/triggers/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/triggers/runtimeState\",\r\n \"defaultPath\": \"properties.runtimeState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/triggers/annotations[*]\",\r\n \"defaultPath\": \"properties.annotations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/triggers/annotations\",\r\n \"defaultPath\": \"properties.annotations\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"factories/dataflows\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"Central India\",\r\n \"France Central\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Africa North\",\r\n \"Australia Southeast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/dataflows/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/dataflows/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/dataflows/annotations[*]\",\r\n \"defaultPath\": \"properties.annotations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/dataflows/annotations\",\r\n \"defaultPath\": \"properties.annotations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/dataflows/folder.name\",\r\n \"defaultPath\": \"properties.folder.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataFactory/factories/dataflows/folder\",\r\n \"defaultPath\": \"properties.folder\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataLakeAnalytics\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/lastModifiedTime\",\r\n \"defaultPath\": \"properties.lastModifiedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/defaultDataLakeStoreAccount\",\r\n \"defaultPath\": \"properties.defaultDataLakeStoreAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/maxDegreeOfParallelism\",\r\n \"defaultPath\": \"properties.maxDegreeOfParallelism\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/maxJobCount\",\r\n \"defaultPath\": \"properties.maxJobCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts\",\r\n \"defaultPath\": \"properties.dataLakeStoreAccounts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts[*].name\",\r\n \"defaultPath\": \"properties.dataLakeStoreAccounts[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts[*].suffix\",\r\n \"defaultPath\": \"properties.dataLakeStoreAccounts[*].properties.suffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts[*]\",\r\n \"defaultPath\": \"properties.dataLakeStoreAccounts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts\",\r\n \"defaultPath\": \"properties.storageAccounts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts[*].name\",\r\n \"defaultPath\": \"properties.storageAccounts[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts[*].accessKey\",\r\n \"defaultPath\": \"properties.storageAccounts[*].properties.accessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts[*].suffix\",\r\n \"defaultPath\": \"properties.storageAccounts[*].properties.suffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts[*]\",\r\n \"defaultPath\": \"properties.storageAccounts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/creationTime\",\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/accountId\",\r\n \"defaultPath\": \"properties.accountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts[*].id\",\r\n \"defaultPath\": \"properties.dataLakeStoreAccounts[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts[*].id\",\r\n \"defaultPath\": \"properties.storageAccounts[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies\",\r\n \"defaultPath\": \"properties.computePolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies[*]\",\r\n \"defaultPath\": \"properties.computePolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies[*].objectId\",\r\n \"defaultPath\": \"properties.computePolicies[*].properties.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies[*].objectType\",\r\n \"defaultPath\": \"properties.computePolicies[*].properties.objectType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies[*].maxDegreeOfParallelismPerJob\",\r\n \"defaultPath\": \"properties.computePolicies[*].properties.maxDegreeOfParallelismPerJob\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies[*].minPriorityPerJob\",\r\n \"defaultPath\": \"properties.computePolicies[*].properties.minPriorityPerJob\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules\",\r\n \"defaultPath\": \"properties.firewallRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules[*]\",\r\n \"defaultPath\": \"properties.firewallRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules[*].startIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules[*].endIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].properties.endIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallState\",\r\n \"defaultPath\": \"properties.firewallState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallAllowAzureIps\",\r\n \"defaultPath\": \"properties.firewallAllowAzureIps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/newTier\",\r\n \"defaultPath\": \"properties.newTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/currentTier\",\r\n \"defaultPath\": \"properties.currentTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/systemMaxJobCount\",\r\n \"defaultPath\": \"properties.systemMaxJobCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/systemMaxDegreeOfParallelism\",\r\n \"defaultPath\": \"properties.systemMaxDegreeOfParallelism\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/maxDegreeOfParallelismPerJob\",\r\n \"defaultPath\": \"properties.maxDegreeOfParallelismPerJob\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/minPriorityPerJob\",\r\n \"defaultPath\": \"properties.minPriorityPerJob\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/queryStoreRetention\",\r\n \"defaultPath\": \"properties.queryStoreRetention\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/objectId\",\r\n \"defaultPath\": \"properties.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/objectType\",\r\n \"defaultPath\": \"properties.objectType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/startIpAddress\",\r\n \"defaultPath\": \"properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/endIpAddress\",\r\n \"defaultPath\": \"properties.endIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies[*].name\",\r\n \"defaultPath\": \"properties.computePolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules[*].name\",\r\n \"defaultPath\": \"properties.firewallRules[*].name\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/dataLakeStoreAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/suffix\",\r\n \"defaultPath\": \"properties.suffix\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts/accessKey\",\r\n \"defaultPath\": \"properties.accessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/storageAccounts/suffix\",\r\n \"defaultPath\": \"properties.suffix\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/storageAccounts/containers/listSasTokens\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/transferAnalyticsUnits\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/computePolicies\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies/objectId\",\r\n \"defaultPath\": \"properties.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies/objectType\",\r\n \"defaultPath\": \"properties.objectType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies/maxDegreeOfParallelismPerJob\",\r\n \"defaultPath\": \"properties.maxDegreeOfParallelismPerJob\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/computePolicies/minPriorityPerJob\",\r\n \"defaultPath\": \"properties.minPriorityPerJob\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules/startIpAddress\",\r\n \"defaultPath\": \"properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeAnalytics/accounts/firewallRules/endIpAddress\",\r\n \"defaultPath\": \"properties.endIpAddress\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataLakeStore\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.firewallState\",\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\",\r\n \"2016-11-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.firewallState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.encryptionState\",\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\",\r\n \"2016-11-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.encryptionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/newTier\",\r\n \"defaultPath\": \"properties.newTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/creationTime\",\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionProvisioningState\",\r\n \"defaultPath\": \"properties.encryptionProvisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionConfig.type\",\r\n \"defaultPath\": \"properties.encryptionConfig.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionConfig.keyVaultMetaInfo.keyVaultResourceId\",\r\n \"defaultPath\": \"properties.encryptionConfig.keyVaultMetaInfo.keyVaultResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionConfig.keyVaultMetaInfo.encryptionKeyName\",\r\n \"defaultPath\": \"properties.encryptionConfig.keyVaultMetaInfo.encryptionKeyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionConfig.keyVaultMetaInfo.encryptionKeyVersion\",\r\n \"defaultPath\": \"properties.encryptionConfig.keyVaultMetaInfo.encryptionKeyVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionConfig.keyVaultMetaInfo\",\r\n \"defaultPath\": \"properties.encryptionConfig.keyVaultMetaInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/encryptionConfig\",\r\n \"defaultPath\": \"properties.encryptionConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/lastModifiedTime\",\r\n \"defaultPath\": \"properties.lastModifiedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/defaultGroup\",\r\n \"defaultPath\": \"properties.defaultGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules[*].name\",\r\n \"defaultPath\": \"properties.firewallRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules[*]\",\r\n \"defaultPath\": \"properties.firewallRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules\",\r\n \"defaultPath\": \"properties.firewallRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules[*].startIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules[*].endIpAddress\",\r\n \"defaultPath\": \"properties.firewallRules[*].properties.endIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/virtualNetworkRules[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/virtualNetworkRules[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/virtualNetworkRules\",\r\n \"defaultPath\": \"properties.virtualNetworkRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/virtualNetworkRules[*].subnetId\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*].properties.subnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallAllowAzureIps\",\r\n \"defaultPath\": \"properties.firewallAllowAzureIps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders[*].name\",\r\n \"defaultPath\": \"properties.trustedIdProviders[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders[*]\",\r\n \"defaultPath\": \"properties.trustedIdProviders[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders\",\r\n \"defaultPath\": \"properties.trustedIdProviders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders[*].idProvider\",\r\n \"defaultPath\": \"properties.trustedIdProviders[*].properties.idProvider\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviderState\",\r\n \"defaultPath\": \"properties.trustedIdProviderState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/firewallRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"East Asia\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules/startIpAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.startIpAddress\",\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\",\r\n \"2016-11-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/firewallRules/endIpAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endIpAddress\",\r\n \"apiVersions\": [\r\n \"2015-10-01-preview\",\r\n \"2016-11-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endIpAddress\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/capability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/trustedIdProviders\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/trustedIdProviders/idProvider\",\r\n \"defaultPath\": \"properties.idProvider\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"accounts/virtualNetworkRules\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2015-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataLakeStore/accounts/virtualNetworkRules/subnetId\",\r\n \"defaultPath\": \"properties.subnetId\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataMigration\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/publicKey\",\r\n \"defaultPath\": \"properties.publicKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/virtualSubnetId\",\r\n \"defaultPath\": \"properties.virtualSubnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/sku.family\",\r\n \"defaultPath\": \"sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/sku.size\",\r\n \"defaultPath\": \"sku.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"services/projects\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/sourcePlatform\",\r\n \"defaultPath\": \"properties.sourcePlatform\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/targetPlatform\",\r\n \"defaultPath\": \"properties.targetPlatform\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/creationTime\",\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/sourceConnectionInfo.type\",\r\n \"defaultPath\": \"properties.sourceConnectionInfo.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/sourceConnectionInfo.userName\",\r\n \"defaultPath\": \"properties.sourceConnectionInfo.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/sourceConnectionInfo.password\",\r\n \"defaultPath\": \"properties.sourceConnectionInfo.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/sourceConnectionInfo\",\r\n \"defaultPath\": \"properties.sourceConnectionInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/targetConnectionInfo.type\",\r\n \"defaultPath\": \"properties.targetConnectionInfo.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/targetConnectionInfo.userName\",\r\n \"defaultPath\": \"properties.targetConnectionInfo.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/targetConnectionInfo.password\",\r\n \"defaultPath\": \"properties.targetConnectionInfo.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/targetConnectionInfo\",\r\n \"defaultPath\": \"properties.targetConnectionInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/databasesInfo[*].sourceDatabaseName\",\r\n \"defaultPath\": \"properties.databasesInfo[*].sourceDatabaseName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/databasesInfo[*]\",\r\n \"defaultPath\": \"properties.databasesInfo[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/databasesInfo\",\r\n \"defaultPath\": \"properties.databasesInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"slots\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-15-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services/projects/files\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/files/extension\",\r\n \"defaultPath\": \"properties.extension\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/files/filePath\",\r\n \"defaultPath\": \"properties.filePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/files/lastModified\",\r\n \"defaultPath\": \"properties.lastModified\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/files/mediaType\",\r\n \"defaultPath\": \"properties.mediaType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/files/size\",\r\n \"defaultPath\": \"properties.size\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services/projects/tasks\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/taskType\",\r\n \"defaultPath\": \"properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors[*].code\",\r\n \"defaultPath\": \"properties.errors[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors[*].message\",\r\n \"defaultPath\": \"properties.errors[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors[*].details[*].code\",\r\n \"defaultPath\": \"properties.errors[*].details[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors[*].details[*].message\",\r\n \"defaultPath\": \"properties.errors[*].details[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors[*].details[*]\",\r\n \"defaultPath\": \"properties.errors[*].details[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors[*].details\",\r\n \"defaultPath\": \"properties.errors[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors[*]\",\r\n \"defaultPath\": \"properties.errors[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/errors\",\r\n \"defaultPath\": \"properties.errors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].commandType\",\r\n \"defaultPath\": \"properties.commands[*].commandType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors[*].code\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors[*].message\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors[*].details[*].code\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors[*].details[*].message\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors[*].details[*]\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors[*].details\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors[*]\",\r\n \"defaultPath\": \"properties.commands[*].errors[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].errors\",\r\n \"defaultPath\": \"properties.commands[*].errors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*].state\",\r\n \"defaultPath\": \"properties.commands[*].state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands[*]\",\r\n \"defaultPath\": \"properties.commands[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/commands\",\r\n \"defaultPath\": \"properties.commands\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/projects/tasks/clientData\",\r\n \"defaultPath\": \"properties.clientData\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"services/serviceTasks\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Canada Central\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Japan East\",\r\n \"Korea South\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"UK West\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-15-preview\",\r\n \"2018-04-19\",\r\n \"2018-03-31-preview\",\r\n \"2018-03-15-preview\",\r\n \"2017-11-15-privatepreview\",\r\n \"2017-11-15-preview\",\r\n \"2017-04-15-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/taskType\",\r\n \"defaultPath\": \"properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors[*].code\",\r\n \"defaultPath\": \"properties.errors[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors[*].message\",\r\n \"defaultPath\": \"properties.errors[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors[*].details[*].code\",\r\n \"defaultPath\": \"properties.errors[*].details[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors[*].details[*].message\",\r\n \"defaultPath\": \"properties.errors[*].details[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors[*].details[*]\",\r\n \"defaultPath\": \"properties.errors[*].details[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors[*].details\",\r\n \"defaultPath\": \"properties.errors[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors[*]\",\r\n \"defaultPath\": \"properties.errors[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/errors\",\r\n \"defaultPath\": \"properties.errors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].commandType\",\r\n \"defaultPath\": \"properties.commands[*].commandType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors[*].code\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors[*].message\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors[*].details[*].code\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors[*].details[*].message\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors[*].details[*]\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors[*].details\",\r\n \"defaultPath\": \"properties.commands[*].errors[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors[*]\",\r\n \"defaultPath\": \"properties.commands[*].errors[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].errors\",\r\n \"defaultPath\": \"properties.commands[*].errors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*].state\",\r\n \"defaultPath\": \"properties.commands[*].state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands[*]\",\r\n \"defaultPath\": \"properties.commands[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/commands\",\r\n \"defaultPath\": \"properties.commands\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataMigration/services/serviceTasks/clientData\",\r\n \"defaultPath\": \"properties.clientData\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataProtection\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"BackupVaults\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"ResourceOperationGateKeepers\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatus\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DataShare\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/createdAt\",\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/createdBy\",\r\n \"defaultPath\": \"properties.createdBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/userEmail\",\r\n \"defaultPath\": \"properties.userEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/createdAt\",\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/createdBy\",\r\n \"defaultPath\": \"properties.createdBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/shareKind\",\r\n \"defaultPath\": \"properties.shareKind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/terms\",\r\n \"defaultPath\": \"properties.terms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/userEmail\",\r\n \"defaultPath\": \"properties.userEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/datasets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/synchronizationSettings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/invitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/invitationId\",\r\n \"defaultPath\": \"properties.invitationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/invitationStatus\",\r\n \"defaultPath\": \"properties.invitationStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/respondedAt\",\r\n \"defaultPath\": \"properties.respondedAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/sender\",\r\n \"defaultPath\": \"properties.sender\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/sentAt\",\r\n \"defaultPath\": \"properties.sentAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/targetActiveDirectoryId\",\r\n \"defaultPath\": \"properties.targetActiveDirectoryId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/targetEmail\",\r\n \"defaultPath\": \"properties.targetEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/targetObjectId\",\r\n \"defaultPath\": \"properties.targetObjectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/userEmail\",\r\n \"defaultPath\": \"properties.userEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/shares/invitations/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/createdAt\",\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/createdBy\",\r\n \"defaultPath\": \"properties.createdBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/invitationId\",\r\n \"defaultPath\": \"properties.invitationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/shareDescription\",\r\n \"defaultPath\": \"properties.shareDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/shareKind\",\r\n \"defaultPath\": \"properties.shareKind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/shareName\",\r\n \"defaultPath\": \"properties.shareName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/shareSender\",\r\n \"defaultPath\": \"properties.shareSender\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/shareSenderCompanyName\",\r\n \"defaultPath\": \"properties.shareSenderCompanyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/shareSubscriptionStatus\",\r\n \"defaultPath\": \"properties.shareSubscriptionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/shareTerms\",\r\n \"defaultPath\": \"properties.shareTerms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/providerEmail\",\r\n \"defaultPath\": \"properties.providerEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/providerName\",\r\n \"defaultPath\": \"properties.providerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/providerTenantName\",\r\n \"defaultPath\": \"properties.providerTenantName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/userEmail\",\r\n \"defaultPath\": \"properties.userEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DataShare/accounts/sharesubscriptions/sourceShareLocation\",\r\n \"defaultPath\": \"properties.sourceShareLocation\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/shares/providersharesubscriptions\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/datasetmappings\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/triggers\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/sharesubscriptions/consumerSourceDataSets\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listinvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/rejectInvitation\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/consumerInvitations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Canada Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01\",\r\n \"2018-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DBforMariaDB\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/sku.size\",\r\n \"defaultPath\": \"sku.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/sku.family\",\r\n \"defaultPath\": \"sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/version\",\r\n \"defaultPath\": \"properties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/sslEnforcement\",\r\n \"defaultPath\": \"properties.sslEnforcement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/storageProfile.backupRetentionDays\",\r\n \"defaultPath\": \"properties.storageProfile.backupRetentionDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/storageProfile.geoRedundantBackup\",\r\n \"defaultPath\": \"properties.storageProfile.geoRedundantBackup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/storageProfile.storageMB\",\r\n \"defaultPath\": \"properties.storageProfile.storageMB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/storageProfile\",\r\n \"defaultPath\": \"properties.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/storageProfile.storageAutogrow\",\r\n \"defaultPath\": \"properties.storageProfile.storageAutogrow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/publicNetworkAccess\",\r\n \"defaultPath\": \"properties.publicNetworkAccess\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/virtualNetworkRules/virtualNetworkSubnetId\",\r\n \"defaultPath\": \"properties.virtualNetworkSubnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/virtualNetworkRules/ignoreMissingVnetServiceEndpoint\",\r\n \"defaultPath\": \"properties.ignoreMissingVnetServiceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/virtualNetworkRules/state\",\r\n \"defaultPath\": \"properties.state\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/privateEndpointConnections/privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/keys/serverKeyType\",\r\n \"defaultPath\": \"properties.serverKeyType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/keys/uri\",\r\n \"defaultPath\": \"properties.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/keys/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/configurations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/configurations/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/configurations/defaultValue\",\r\n \"defaultPath\": \"properties.defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/configurations/dataType\",\r\n \"defaultPath\": \"properties.dataType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/configurations/allowedValues\",\r\n \"defaultPath\": \"properties.allowedValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/configurations/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/configurations/value\",\r\n \"defaultPath\": \"properties.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/databases/charset\",\r\n \"defaultPath\": \"properties.charset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/databases/collation\",\r\n \"defaultPath\": \"properties.collation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/firewallRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/firewallRules/startIpAddress\",\r\n \"defaultPath\": \"properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/firewallRules/endIpAddress\",\r\n \"defaultPath\": \"properties.endIpAddress\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/disabledAlerts[*]\",\r\n \"defaultPath\": \"properties.disabledAlerts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/disabledAlerts\",\r\n \"defaultPath\": \"properties.disabledAlerts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/emailAddresses[*]\",\r\n \"defaultPath\": \"properties.emailAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/emailAddresses\",\r\n \"defaultPath\": \"properties.emailAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/emailAccountAdmins\",\r\n \"defaultPath\": \"properties.emailAccountAdmins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/storageEndpoint\",\r\n \"defaultPath\": \"properties.storageEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/storageAccountAccessKey\",\r\n \"defaultPath\": \"properties.storageAccountAccessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/retentionDays\",\r\n \"defaultPath\": \"properties.retentionDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.disabledAlerts[*]\",\r\n \"defaultPath\": \"properties.disabledAlerts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.disabledAlerts\",\r\n \"defaultPath\": \"properties.disabledAlerts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.emailAddresses[*]\",\r\n \"defaultPath\": \"properties.emailAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.emailAddresses\",\r\n \"defaultPath\": \"properties.emailAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.emailAccountAdmins\",\r\n \"defaultPath\": \"properties.emailAccountAdmins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.storageEndpoint\",\r\n \"defaultPath\": \"properties.storageEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.storageAccountAccessKey\",\r\n \"defaultPath\": \"properties.storageAccountAccessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMariaDB/servers/securityAlertPolicies/Default.retentionDays\",\r\n \"defaultPath\": \"properties.retentionDays\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DBforMySQL\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.tier\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/sku.family\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.family\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/sku.capacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.capacity\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/administratorLogin\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.administratorLogin\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.administratorLogin\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/storageProfile\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/storageProfile.storageMB\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.storageMB\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.storageMB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/storageProfile.backupRetentionDays\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.backupRetentionDays\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.backupRetentionDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/storageProfile.geoRedundantBackup\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.geoRedundantBackup\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.geoRedundantBackup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/version\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.version\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/sslEnforcement\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sslEnforcement\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sslEnforcement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/userVisibleState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.userVisibleState\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.userVisibleState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/fullyQualifiedDomainName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.fullyQualifiedDomainName\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.fullyQualifiedDomainName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/earliestRestoreDate\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.earliestRestoreDate\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.earliestRestoreDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/replicationRole\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.replicationRole\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.replicationRole\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/masterServerId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.masterServerId\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.masterServerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/replicaCapacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.replicaCapacity\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.replicaCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/sku.size\",\r\n \"defaultPath\": \"sku.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/storageProfile.storageAutogrow\",\r\n \"defaultPath\": \"properties.storageProfile.storageAutogrow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/minimalTlsVersion\",\r\n \"defaultPath\": \"properties.minimalTlsVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/infrastructureEncryption\",\r\n \"defaultPath\": \"properties.infrastructureEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/publicNetworkAccess\",\r\n \"defaultPath\": \"properties.publicNetworkAccess\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/virtualNetworkRules/virtualNetworkSubnetId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkSubnetId\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkSubnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/virtualNetworkRules/ignoreMissingVnetServiceEndpoint\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ignoreMissingVnetServiceEndpoint\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ignoreMissingVnetServiceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/virtualNetworkRules/state\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.state\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.state\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/privateEndpointConnections/privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/keys/serverKeyType\",\r\n \"defaultPath\": \"properties.serverKeyType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/keys/uri\",\r\n \"defaultPath\": \"properties.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/keys/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/state\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.state\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/disabledAlerts\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.disabledAlerts\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.disabledAlerts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/disabledAlerts[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.disabledAlerts[*]\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.disabledAlerts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/emailAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.emailAddresses\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.emailAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/emailAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.emailAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.emailAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/emailAccountAdmins\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.emailAccountAdmins\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.emailAccountAdmins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/storageEndpoint\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageEndpoint\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/storageAccountAccessKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageAccountAccessKey\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageAccountAccessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/retentionDays\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.retentionDays\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.retentionDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.disabledAlerts[*]\",\r\n \"defaultPath\": \"properties.disabledAlerts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.disabledAlerts\",\r\n \"defaultPath\": \"properties.disabledAlerts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.emailAddresses[*]\",\r\n \"defaultPath\": \"properties.emailAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.emailAddresses\",\r\n \"defaultPath\": \"properties.emailAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.emailAccountAdmins\",\r\n \"defaultPath\": \"properties.emailAccountAdmins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.storageEndpoint\",\r\n \"defaultPath\": \"properties.storageEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.storageAccountAccessKey\",\r\n \"defaultPath\": \"properties.storageAccountAccessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/securityAlertPolicies/Default.retentionDays\",\r\n \"defaultPath\": \"properties.retentionDays\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/firewallRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/firewallRules/startIpAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.startIpAddress\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/firewallRules/endIpAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endIpAddress\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endIpAddress\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/configurations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/configurations/value\",\r\n \"defaultPath\": \"properties.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/configurations/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/configurations/defaultValue\",\r\n \"defaultPath\": \"properties.defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/configurations/dataType\",\r\n \"defaultPath\": \"properties.dataType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/configurations/allowedValues\",\r\n \"defaultPath\": \"properties.allowedValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/configurations/source\",\r\n \"defaultPath\": \"properties.source\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/databases/charset\",\r\n \"defaultPath\": \"properties.charset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/databases/collation\",\r\n \"defaultPath\": \"properties.collation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/administrators/activeDirectory.administratorType\",\r\n \"defaultPath\": \"properties.administratorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/administrators/activeDirectory.login\",\r\n \"defaultPath\": \"properties.login\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/administrators/activeDirectory.sid\",\r\n \"defaultPath\": \"properties.sid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforMySQL/servers/administrators/activeDirectory.tenantId\",\r\n \"defaultPath\": \"properties.tenantId\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DBforPostgreSQL\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.tier\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/sku.family\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.family\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/sku.capacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.capacity\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/administratorLogin\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.administratorLogin\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.administratorLogin\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/storageProfile\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/storageProfile.storageMB\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.storageMB\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.storageMB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/storageProfile.backupRetentionDays\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.backupRetentionDays\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.backupRetentionDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/storageProfile.geoRedundantBackup\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageProfile.geoRedundantBackup\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageProfile.geoRedundantBackup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/version\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.version\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/sslEnforcement\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sslEnforcement\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sslEnforcement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/userVisibleState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.userVisibleState\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.userVisibleState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/fullyQualifiedDomainName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.fullyQualifiedDomainName\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.fullyQualifiedDomainName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/earliestRestoreDate\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.earliestRestoreDate\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.earliestRestoreDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/replicationRole\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.replicationRole\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.replicationRole\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/masterServerId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.masterServerId\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.masterServerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/replicaCapacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.replicaCapacity\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.replicaCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/sku.size\",\r\n \"defaultPath\": \"sku.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/storageProfile.storageAutogrow\",\r\n \"defaultPath\": \"properties.storageProfile.storageAutogrow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/minimalTlsVersion\",\r\n \"defaultPath\": \"properties.minimalTlsVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/infrastructureEncryption\",\r\n \"defaultPath\": \"properties.infrastructureEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/publicNetworkAccess\",\r\n \"defaultPath\": \"properties.publicNetworkAccess\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"serversv2\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"serverGroups\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"Central India\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-29-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"singleServers\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-14-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"servers/recoverableServers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/virtualNetworkRules/virtualNetworkSubnetId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkSubnetId\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkSubnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/virtualNetworkRules/ignoreMissingVnetServiceEndpoint\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ignoreMissingVnetServiceEndpoint\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ignoreMissingVnetServiceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/virtualNetworkRules/state\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.state\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.state\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/azureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/administratorAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/privateEndpointConnectionAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/performanceTiers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/securityAlertPoliciesOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/recommendedActionSessionsOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/topQueryStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/queryTexts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/waitStatistics\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/advisors\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateLinkResources\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections/privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-privatepreview\",\r\n \"2018-06-01-preview\",\r\n \"2018-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/keys\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/keys/serverKeyType\",\r\n \"defaultPath\": \"properties.serverKeyType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/keys/uri\",\r\n \"defaultPath\": \"properties.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/keys/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyAzureAsyncOperation\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serverKeyOperationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-privatepreview\",\r\n \"2020-01-01-preview\",\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"servers/firewallRules\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/firewallRules/startIpAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.startIpAddress\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.startIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/firewallRules/endIpAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endIpAddress\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endIpAddress\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/securityAlertPolicies\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/state\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.state\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/disabledAlerts\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.disabledAlerts\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.disabledAlerts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/disabledAlerts[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.disabledAlerts[*]\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.disabledAlerts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/emailAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.emailAddresses\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.emailAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/emailAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.emailAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.emailAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/emailAccountAdmins\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.emailAccountAdmins\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.emailAccountAdmins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/storageEndpoint\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageEndpoint\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/storageAccountAccessKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageAccountAccessKey\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageAccountAccessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/retentionDays\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.retentionDays\",\r\n \"apiVersions\": [\r\n \"2016-02-01-privatepreview\",\r\n \"2017-04-30-preview\",\r\n \"2017-12-01\",\r\n \"2017-12-01-preview\",\r\n \"2018-03-29-privatepreview\",\r\n \"2018-06-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.retentionDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.disabledAlerts[*]\",\r\n \"defaultPath\": \"properties.disabledAlerts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.disabledAlerts\",\r\n \"defaultPath\": \"properties.disabledAlerts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.emailAddresses[*]\",\r\n \"defaultPath\": \"properties.emailAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.emailAddresses\",\r\n \"defaultPath\": \"properties.emailAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.emailAccountAdmins\",\r\n \"defaultPath\": \"properties.emailAccountAdmins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.storageEndpoint\",\r\n \"defaultPath\": \"properties.storageEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.storageAccountAccessKey\",\r\n \"defaultPath\": \"properties.storageAccountAccessKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/securityAlertPolicies/Default.retentionDays\",\r\n \"defaultPath\": \"properties.retentionDays\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/configurations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/configurations/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/configurations/defaultValue\",\r\n \"defaultPath\": \"properties.defaultValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/configurations/dataType\",\r\n \"defaultPath\": \"properties.dataType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/configurations/allowedValues\",\r\n \"defaultPath\": \"properties.allowedValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/configurations/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/configurations/value\",\r\n \"defaultPath\": \"properties.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/databases/charset\",\r\n \"defaultPath\": \"properties.charset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/databases/collation\",\r\n \"defaultPath\": \"properties.collation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"servers/administrators\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-12-01-preview\",\r\n \"2017-12-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/administrators/activeDirectory.administratorType\",\r\n \"defaultPath\": \"properties.administratorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/administrators/activeDirectory.login\",\r\n \"defaultPath\": \"properties.login\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/administrators/activeDirectory.sid\",\r\n \"defaultPath\": \"properties.sid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DBforPostgreSQL/servers/administrators/activeDirectory.tenantId\",\r\n \"defaultPath\": \"properties.tenantId\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DeploymentManager\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"artifactSources\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"serviceTopologies/services/serviceUnits\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"steps\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"rollouts\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01-preview\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-09-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DesktopVirtualization\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups/applications\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups/desktops\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationgroups/startmenuitems\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostpools\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"hostpools/sessionhosts\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostpools/sessionhosts/usersessions\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hostpools/usersessions\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-10-preview\",\r\n \"2019-09-24-preview\",\r\n \"2019-01-23-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Devices\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-04-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-01-22\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-04-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-04-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-04-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2015-08-15-preview\",\r\n \"2016-02-03\",\r\n \"2017-01-19\",\r\n \"2017-07-01\",\r\n \"2018-01-22\",\r\n \"2018-04-01\",\r\n \"2018-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.tier\",\r\n \"apiVersions\": [\r\n \"2015-08-15-preview\",\r\n \"2016-02-03\",\r\n \"2017-01-19\",\r\n \"2017-07-01\",\r\n \"2018-01-22\",\r\n \"2018-04-01\",\r\n \"2018-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/sku.capacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.capacity\",\r\n \"apiVersions\": [\r\n \"2015-08-15-preview\",\r\n \"2016-02-03\",\r\n \"2017-01-19\",\r\n \"2017-07-01\",\r\n \"2018-01-22\",\r\n \"2018-04-01\",\r\n \"2018-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/ipFilterRules[*].filterName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipFilterRules[*].filterName\",\r\n \"apiVersions\": [\r\n \"2015-08-15-preview\",\r\n \"2016-02-03\",\r\n \"2017-01-19\",\r\n \"2017-07-01\",\r\n \"2018-01-22\",\r\n \"2018-04-01\",\r\n \"2018-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipFilterRules[*].filterName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/ipFilterRules[*].action\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipFilterRules[*].action\",\r\n \"apiVersions\": [\r\n \"2015-08-15-preview\",\r\n \"2016-02-03\",\r\n \"2017-01-19\",\r\n \"2017-07-01\",\r\n \"2018-01-22\",\r\n \"2018-04-01\",\r\n \"2018-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipFilterRules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/ipFilterRules[*].ipMask\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipFilterRules[*].ipMask\",\r\n \"apiVersions\": [\r\n \"2015-08-15-preview\",\r\n \"2016-02-03\",\r\n \"2017-01-19\",\r\n \"2017-07-01\",\r\n \"2018-01-22\",\r\n \"2018-04-01\",\r\n \"2018-04-01-preview\",\r\n \"2018-12-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipFilterRules[*].ipMask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/authorizationPolicies[*].keyName\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].keyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/authorizationPolicies[*].primaryKey\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].primaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/authorizationPolicies[*].secondaryKey\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].secondaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/authorizationPolicies[*].rights\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].rights\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/authorizationPolicies[*]\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/authorizationPolicies\",\r\n \"defaultPath\": \"properties.authorizationPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/ipFilterRules[*]\",\r\n \"defaultPath\": \"properties.ipFilterRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/ipFilterRules\",\r\n \"defaultPath\": \"properties.ipFilterRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/hostName\",\r\n \"defaultPath\": \"properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/eventHubEndpoints\",\r\n \"defaultPath\": \"properties.eventHubEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusQueues[*].connectionString\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusQueues[*].connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusQueues[*].name\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusQueues[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusQueues[*].subscriptionId\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusQueues[*].subscriptionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusQueues[*].resourceGroup\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusQueues[*].resourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusQueues[*]\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusQueues[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusQueues\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusQueues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusTopics[*].connectionString\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusTopics[*].connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusTopics[*].name\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusTopics[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusTopics[*].subscriptionId\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusTopics[*].subscriptionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusTopics[*].resourceGroup\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusTopics[*].resourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusTopics[*]\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusTopics[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.serviceBusTopics\",\r\n \"defaultPath\": \"properties.routing.endpoints.serviceBusTopics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.eventHubs[*].connectionString\",\r\n \"defaultPath\": \"properties.routing.endpoints.eventHubs[*].connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.eventHubs[*].name\",\r\n \"defaultPath\": \"properties.routing.endpoints.eventHubs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.eventHubs[*].subscriptionId\",\r\n \"defaultPath\": \"properties.routing.endpoints.eventHubs[*].subscriptionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.eventHubs[*].resourceGroup\",\r\n \"defaultPath\": \"properties.routing.endpoints.eventHubs[*].resourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.eventHubs[*]\",\r\n \"defaultPath\": \"properties.routing.endpoints.eventHubs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.eventHubs\",\r\n \"defaultPath\": \"properties.routing.endpoints.eventHubs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].connectionString\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].name\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].subscriptionId\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].subscriptionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].resourceGroup\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].resourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].containerName\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].containerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].fileNameFormat\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].fileNameFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].batchFrequencyInSeconds\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].batchFrequencyInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].maxChunkSizeInBytes\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].maxChunkSizeInBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*].encoding\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*].encoding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers[*]\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints.storageContainers\",\r\n \"defaultPath\": \"properties.routing.endpoints.storageContainers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.endpoints\",\r\n \"defaultPath\": \"properties.routing.endpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes[*].name\",\r\n \"defaultPath\": \"properties.routing.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes[*].source\",\r\n \"defaultPath\": \"properties.routing.routes[*].source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes[*].condition\",\r\n \"defaultPath\": \"properties.routing.routes[*].condition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes[*].endpointNames[*]\",\r\n \"defaultPath\": \"properties.routing.routes[*].endpointNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes[*].endpointNames\",\r\n \"defaultPath\": \"properties.routing.routes[*].endpointNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes[*].isEnabled\",\r\n \"defaultPath\": \"properties.routing.routes[*].isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes[*]\",\r\n \"defaultPath\": \"properties.routing.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.routes\",\r\n \"defaultPath\": \"properties.routing.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.fallbackRoute.name\",\r\n \"defaultPath\": \"properties.routing.fallbackRoute.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.fallbackRoute.source\",\r\n \"defaultPath\": \"properties.routing.fallbackRoute.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.fallbackRoute.condition\",\r\n \"defaultPath\": \"properties.routing.fallbackRoute.condition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.fallbackRoute.endpointNames[*]\",\r\n \"defaultPath\": \"properties.routing.fallbackRoute.endpointNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.fallbackRoute.endpointNames\",\r\n \"defaultPath\": \"properties.routing.fallbackRoute.endpointNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.fallbackRoute.isEnabled\",\r\n \"defaultPath\": \"properties.routing.fallbackRoute.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.fallbackRoute\",\r\n \"defaultPath\": \"properties.routing.fallbackRoute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing\",\r\n \"defaultPath\": \"properties.routing\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/storageEndpoints\",\r\n \"defaultPath\": \"properties.storageEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/messagingEndpoints\",\r\n \"defaultPath\": \"properties.messagingEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/enableFileUploadNotifications\",\r\n \"defaultPath\": \"properties.enableFileUploadNotifications\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/cloudToDevice.maxDeliveryCount\",\r\n \"defaultPath\": \"properties.cloudToDevice.maxDeliveryCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/cloudToDevice.defaultTtlAsIso8601\",\r\n \"defaultPath\": \"properties.cloudToDevice.defaultTtlAsIso8601\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/cloudToDevice.feedback.lockDurationAsIso8601\",\r\n \"defaultPath\": \"properties.cloudToDevice.feedback.lockDurationAsIso8601\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/cloudToDevice.feedback.ttlAsIso8601\",\r\n \"defaultPath\": \"properties.cloudToDevice.feedback.ttlAsIso8601\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/cloudToDevice.feedback.maxDeliveryCount\",\r\n \"defaultPath\": \"properties.cloudToDevice.feedback.maxDeliveryCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/cloudToDevice.feedback\",\r\n \"defaultPath\": \"properties.cloudToDevice.feedback\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/cloudToDevice\",\r\n \"defaultPath\": \"properties.cloudToDevice\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/comments\",\r\n \"defaultPath\": \"properties.comments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/deviceStreams.streamingEndpoints[*]\",\r\n \"defaultPath\": \"properties.deviceStreams.streamingEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/deviceStreams.streamingEndpoints\",\r\n \"defaultPath\": \"properties.deviceStreams.streamingEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/deviceStreams\",\r\n \"defaultPath\": \"properties.deviceStreams\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/features\",\r\n \"defaultPath\": \"properties.features\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/locations[*].location\",\r\n \"defaultPath\": \"properties.locations[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/locations[*].role\",\r\n \"defaultPath\": \"properties.locations[*].role\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/locations[*]\",\r\n \"defaultPath\": \"properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/locations\",\r\n \"defaultPath\": \"properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.enrichments[*].key\",\r\n \"defaultPath\": \"properties.routing.enrichments[*].key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.enrichments[*]\",\r\n \"defaultPath\": \"properties.routing.enrichments[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.enrichments\",\r\n \"defaultPath\": \"properties.routing.enrichments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.enrichments[*].endpointNames[*]\",\r\n \"defaultPath\": \"properties.routing.enrichments[*].endpointNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.enrichments[*].endpointNames\",\r\n \"defaultPath\": \"properties.routing.enrichments[*].endpointNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/operationsMonitoringProperties.events\",\r\n \"defaultPath\": \"properties.operationsMonitoringProperties.events\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/operationsMonitoringProperties\",\r\n \"defaultPath\": \"properties.operationsMonitoringProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/IotHubs/routing.enrichments[*].value\",\r\n \"defaultPath\": \"properties.routing.enrichments[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/eventGridFilters\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-31\",\r\n \"2018-01-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-01-22-preview\",\r\n \"2017-09-25-preview\",\r\n \"2017-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-01-22-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools/IotHubTenants\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-01-22-preview\",\r\n \"2017-09-25-preview\",\r\n \"2017-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-01-22-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/iotHubs[*].applyAllocationPolicy\",\r\n \"defaultPath\": \"properties.iotHubs[*].applyAllocationPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/iotHubs[*].allocationWeight\",\r\n \"defaultPath\": \"properties.iotHubs[*].allocationWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/iotHubs[*].name\",\r\n \"defaultPath\": \"properties.iotHubs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/iotHubs[*].connectionString\",\r\n \"defaultPath\": \"properties.iotHubs[*].connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/iotHubs[*].location\",\r\n \"defaultPath\": \"properties.iotHubs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/iotHubs[*]\",\r\n \"defaultPath\": \"properties.iotHubs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/iotHubs\",\r\n \"defaultPath\": \"properties.iotHubs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/allocationPolicy\",\r\n \"defaultPath\": \"properties.allocationPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/serviceOperationsHostName\",\r\n \"defaultPath\": \"properties.serviceOperationsHostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/deviceProvisioningHostName\",\r\n \"defaultPath\": \"properties.deviceProvisioningHostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/idScope\",\r\n \"defaultPath\": \"properties.idScope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/authorizationPolicies[*].keyName\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].keyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/authorizationPolicies[*].primaryKey\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].primaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/authorizationPolicies[*].secondaryKey\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].secondaryKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/authorizationPolicies[*].rights\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*].rights\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/authorizationPolicies[*]\",\r\n \"defaultPath\": \"properties.authorizationPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/authorizationPolicies\",\r\n \"defaultPath\": \"properties.authorizationPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Devices/ProvisioningServices/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools/IotHubTenants/securitySettings\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DevOps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"pipelines\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DevSpaces\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"controllers\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevSpaces/controllers/endpointType\",\r\n \"defaultPath\": \"properties.endpointType\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"controllers/listConnectionDetails\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkContainerHostMapping\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Canada East\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"Australia East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DevTestLab\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labcenters\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"labs/environments\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-21-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"labs\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/defaultStorageAccount\",\r\n \"defaultPath\": \"properties.defaultStorageAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactsStorageAccount\",\r\n \"defaultPath\": \"properties.artifactsStorageAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/storageAccounts[*]\",\r\n \"defaultPath\": \"properties.storageAccounts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/storageAccounts\",\r\n \"defaultPath\": \"properties.storageAccounts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/vaultName\",\r\n \"defaultPath\": \"properties.vaultName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/labStorageType\",\r\n \"defaultPath\": \"properties.labStorageType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/defaultVirtualNetworkId\",\r\n \"defaultPath\": \"properties.defaultVirtualNetworkId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/defaultPremiumStorageAccount\",\r\n \"defaultPath\": \"properties.defaultPremiumStorageAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/premiumDataDiskStorageAccount\",\r\n \"defaultPath\": \"properties.premiumDataDiskStorageAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/premiumDataDisks\",\r\n \"defaultPath\": \"properties.premiumDataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/mandatoryArtifactsResourceIdsLinux[*]\",\r\n \"defaultPath\": \"properties.mandatoryArtifactsResourceIdsLinux[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/mandatoryArtifactsResourceIdsLinux\",\r\n \"defaultPath\": \"properties.mandatoryArtifactsResourceIdsLinux\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/mandatoryArtifactsResourceIdsWindows[*]\",\r\n \"defaultPath\": \"properties.mandatoryArtifactsResourceIdsWindows[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/mandatoryArtifactsResourceIdsWindows\",\r\n \"defaultPath\": \"properties.mandatoryArtifactsResourceIdsWindows\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/environmentPermission\",\r\n \"defaultPath\": \"properties.environmentPermission\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement.title\",\r\n \"defaultPath\": \"properties.announcement.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement.markdown\",\r\n \"defaultPath\": \"properties.announcement.markdown\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement.enabled\",\r\n \"defaultPath\": \"properties.announcement.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement.expirationDate\",\r\n \"defaultPath\": \"properties.announcement.expirationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement.expired\",\r\n \"defaultPath\": \"properties.announcement.expired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement.provisioningState\",\r\n \"defaultPath\": \"properties.announcement.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.announcement.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/announcement\",\r\n \"defaultPath\": \"properties.announcement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/support.enabled\",\r\n \"defaultPath\": \"properties.support.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/support.markdown\",\r\n \"defaultPath\": \"properties.support.markdown\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/support\",\r\n \"defaultPath\": \"properties.support\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/vmCreationResourceGroup\",\r\n \"defaultPath\": \"properties.vmCreationResourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/publicIpId\",\r\n \"defaultPath\": \"properties.publicIpId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/loadBalancerId\",\r\n \"defaultPath\": \"properties.loadBalancerId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/networkSecurityGroupId\",\r\n \"defaultPath\": \"properties.networkSecurityGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/extendedProperties.additionalProperties\",\r\n \"defaultPath\": \"properties.extendedProperties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/extendedProperties\",\r\n \"defaultPath\": \"properties.extendedProperties\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"schedules\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/taskType\",\r\n \"defaultPath\": \"properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/weeklyRecurrence\",\r\n \"defaultPath\": \"properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/dailyRecurrence\",\r\n \"defaultPath\": \"properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/hourlyRecurrence\",\r\n \"defaultPath\": \"properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/timeZoneId\",\r\n \"defaultPath\": \"properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/notificationSettings.status\",\r\n \"defaultPath\": \"properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/notificationSettings\",\r\n \"defaultPath\": \"properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/targetResourceId\",\r\n \"defaultPath\": \"properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/schedules/notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.notificationSettings.notificationLocale\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"labs/virtualMachines\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/notes\",\r\n \"defaultPath\": \"properties.notes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/ownerObjectId\",\r\n \"defaultPath\": \"properties.ownerObjectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/createdByUserId\",\r\n \"defaultPath\": \"properties.createdByUserId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/createdByUser\",\r\n \"defaultPath\": \"properties.createdByUser\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeId\",\r\n \"defaultPath\": \"properties.computeId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/customImageId\",\r\n \"defaultPath\": \"properties.customImageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/size\",\r\n \"defaultPath\": \"properties.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/userName\",\r\n \"defaultPath\": \"properties.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/password\",\r\n \"defaultPath\": \"properties.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/sshKey\",\r\n \"defaultPath\": \"properties.sshKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/isAuthenticationWithSshKey\",\r\n \"defaultPath\": \"properties.isAuthenticationWithSshKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/labSubnetName\",\r\n \"defaultPath\": \"properties.labSubnetName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/labVirtualNetworkId\",\r\n \"defaultPath\": \"properties.labVirtualNetworkId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/disallowPublicIpAddress\",\r\n \"defaultPath\": \"properties.disallowPublicIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].artifactId\",\r\n \"defaultPath\": \"properties.artifacts[*].artifactId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].parameters[*].name\",\r\n \"defaultPath\": \"properties.artifacts[*].parameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].parameters[*]\",\r\n \"defaultPath\": \"properties.artifacts[*].parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].parameters\",\r\n \"defaultPath\": \"properties.artifacts[*].parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*]\",\r\n \"defaultPath\": \"properties.artifacts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts\",\r\n \"defaultPath\": \"properties.artifacts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifactDeploymentStatus.deploymentStatus\",\r\n \"defaultPath\": \"properties.artifactDeploymentStatus.deploymentStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifactDeploymentStatus.artifactsApplied\",\r\n \"defaultPath\": \"properties.artifactDeploymentStatus.artifactsApplied\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifactDeploymentStatus.totalArtifacts\",\r\n \"defaultPath\": \"properties.artifactDeploymentStatus.totalArtifacts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifactDeploymentStatus\",\r\n \"defaultPath\": \"properties.artifactDeploymentStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/galleryImageReference.offer\",\r\n \"defaultPath\": \"properties.galleryImageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/galleryImageReference.publisher\",\r\n \"defaultPath\": \"properties.galleryImageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/galleryImageReference.sku\",\r\n \"defaultPath\": \"properties.galleryImageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/galleryImageReference.osType\",\r\n \"defaultPath\": \"properties.galleryImageReference.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/galleryImageReference.version\",\r\n \"defaultPath\": \"properties.galleryImageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/galleryImageReference\",\r\n \"defaultPath\": \"properties.galleryImageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/ownerUserPrincipalName\",\r\n \"defaultPath\": \"properties.ownerUserPrincipalName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].status\",\r\n \"defaultPath\": \"properties.artifacts[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].deploymentStatusMessage\",\r\n \"defaultPath\": \"properties.artifacts[*].deploymentStatusMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].vmExtensionStatusMessage\",\r\n \"defaultPath\": \"properties.artifacts[*].vmExtensionStatusMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].installTime\",\r\n \"defaultPath\": \"properties.artifacts[*].installTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.statuses[*].code\",\r\n \"defaultPath\": \"properties.computeVm.statuses[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.statuses[*].displayStatus\",\r\n \"defaultPath\": \"properties.computeVm.statuses[*].displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.statuses[*].message\",\r\n \"defaultPath\": \"properties.computeVm.statuses[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.statuses[*]\",\r\n \"defaultPath\": \"properties.computeVm.statuses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.statuses\",\r\n \"defaultPath\": \"properties.computeVm.statuses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.osType\",\r\n \"defaultPath\": \"properties.computeVm.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.vmSize\",\r\n \"defaultPath\": \"properties.computeVm.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.networkInterfaceId\",\r\n \"defaultPath\": \"properties.computeVm.networkInterfaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.osDiskId\",\r\n \"defaultPath\": \"properties.computeVm.osDiskId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDiskIds[*]\",\r\n \"defaultPath\": \"properties.computeVm.dataDiskIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDiskIds\",\r\n \"defaultPath\": \"properties.computeVm.dataDiskIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDisks[*].name\",\r\n \"defaultPath\": \"properties.computeVm.dataDisks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDisks[*].diskUri\",\r\n \"defaultPath\": \"properties.computeVm.dataDisks[*].diskUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDisks[*].managedDiskId\",\r\n \"defaultPath\": \"properties.computeVm.dataDisks[*].managedDiskId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDisks[*].diskSizeGiB\",\r\n \"defaultPath\": \"properties.computeVm.dataDisks[*].diskSizeGiB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDisks[*]\",\r\n \"defaultPath\": \"properties.computeVm.dataDisks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm.dataDisks\",\r\n \"defaultPath\": \"properties.computeVm.dataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/computeVm\",\r\n \"defaultPath\": \"properties.computeVm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.virtualNetworkId\",\r\n \"defaultPath\": \"properties.networkInterface.virtualNetworkId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.subnetId\",\r\n \"defaultPath\": \"properties.networkInterface.subnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.publicIpAddressId\",\r\n \"defaultPath\": \"properties.networkInterface.publicIpAddressId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.publicIpAddress\",\r\n \"defaultPath\": \"properties.networkInterface.publicIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.privateIpAddress\",\r\n \"defaultPath\": \"properties.networkInterface.privateIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.dnsName\",\r\n \"defaultPath\": \"properties.networkInterface.dnsName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.rdpAuthority\",\r\n \"defaultPath\": \"properties.networkInterface.rdpAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.sshAuthority\",\r\n \"defaultPath\": \"properties.networkInterface.sshAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].transportProtocol\",\r\n \"defaultPath\": \"properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].transportProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface.sharedPublicIpAddressConfiguration\",\r\n \"defaultPath\": \"properties.networkInterface.sharedPublicIpAddressConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/networkInterface\",\r\n \"defaultPath\": \"properties.networkInterface\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.id\",\r\n \"defaultPath\": \"properties.applicableSchedule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.name\",\r\n \"defaultPath\": \"properties.applicableSchedule.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.type\",\r\n \"defaultPath\": \"properties.applicableSchedule.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.location\",\r\n \"defaultPath\": \"properties.applicableSchedule.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.applicableSchedule.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.tags\",\r\n \"defaultPath\": \"properties.applicableSchedule.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule\",\r\n \"defaultPath\": \"properties.applicableSchedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.id\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.name\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.type\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.location\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.tags\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.taskType\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.weeklyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.dailyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.hourlyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.timeZoneId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.notificationSettings.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.notificationSettings\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.createdDate\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.targetResourceId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.provisioningState\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.id\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.name\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.type\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.location\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.tags\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.taskType\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.weeklyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.dailyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.hourlyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.timeZoneId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.notificationSettings.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.notificationSettings\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.createdDate\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.targetResourceId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.provisioningState\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/expirationDate\",\r\n \"defaultPath\": \"properties.expirationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/allowClaim\",\r\n \"defaultPath\": \"properties.allowClaim\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/storageType\",\r\n \"defaultPath\": \"properties.storageType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/virtualMachineCreationSource\",\r\n \"defaultPath\": \"properties.virtualMachineCreationSource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/environmentId\",\r\n \"defaultPath\": \"properties.environmentId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].artifactTitle\",\r\n \"defaultPath\": \"properties.artifacts[*].artifactTitle\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/planId\",\r\n \"defaultPath\": \"properties.planId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsShutdown.notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.notificationLocale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/applicableSchedule.labVmsStartup.notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.notificationLocale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters[*].attachNewDataDiskOptions.diskSizeGiB\",\r\n \"defaultPath\": \"properties.dataDiskParameters[*].attachNewDataDiskOptions.diskSizeGiB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters[*].attachNewDataDiskOptions.diskName\",\r\n \"defaultPath\": \"properties.dataDiskParameters[*].attachNewDataDiskOptions.diskName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters[*].attachNewDataDiskOptions.diskType\",\r\n \"defaultPath\": \"properties.dataDiskParameters[*].attachNewDataDiskOptions.diskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters[*].attachNewDataDiskOptions\",\r\n \"defaultPath\": \"properties.dataDiskParameters[*].attachNewDataDiskOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters[*].existingLabDiskId\",\r\n \"defaultPath\": \"properties.dataDiskParameters[*].existingLabDiskId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters[*].hostCaching\",\r\n \"defaultPath\": \"properties.dataDiskParameters[*].hostCaching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters[*]\",\r\n \"defaultPath\": \"properties.dataDiskParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/dataDiskParameters\",\r\n \"defaultPath\": \"properties.dataDiskParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].status\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].taskType\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].weeklyRecurrence\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].dailyRecurrence\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].hourlyRecurrence\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].timeZoneId\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].notificationSettings.status\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.notificationSettings.notificationLocale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].notificationSettings\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].targetResourceId\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].name\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].location\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].tags.additionalProperties\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*].tags\",\r\n \"defaultPath\": \"properties.scheduleParameters[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters[*]\",\r\n \"defaultPath\": \"properties.scheduleParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/scheduleParameters\",\r\n \"defaultPath\": \"properties.scheduleParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/lastKnownPowerState\",\r\n \"defaultPath\": \"properties.lastKnownPowerState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/artifacts[*].parameters[*].value\",\r\n \"defaultPath\": \"properties.artifacts[*].parameters[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"labs/serviceRunners\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2016-05-15\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\",\r\n \"2015-05-21-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"labs/artifactSources\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/uri\",\r\n \"defaultPath\": \"properties.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/sourceType\",\r\n \"defaultPath\": \"properties.sourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/folderPath\",\r\n \"defaultPath\": \"properties.folderPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/branchRef\",\r\n \"defaultPath\": \"properties.branchRef\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/securityToken\",\r\n \"defaultPath\": \"properties.securityToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/armTemplateFolderPath\",\r\n \"defaultPath\": \"properties.armTemplateFolderPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/artifactSources/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/costs\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/currencyCode\",\r\n \"defaultPath\": \"properties.currencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.status\",\r\n \"defaultPath\": \"properties.targetCost.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.target\",\r\n \"defaultPath\": \"properties.targetCost.target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds[*].thresholdId\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds[*].thresholdId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds[*].percentageThreshold.thresholdValue\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds[*].percentageThreshold.thresholdValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds[*].percentageThreshold\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds[*].percentageThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds[*].displayOnChart\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds[*].displayOnChart\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds[*].sendNotificationWhenExceeded\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds[*].sendNotificationWhenExceeded\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds[*].notificationSent\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds[*].notificationSent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds[*]\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.costThresholds\",\r\n \"defaultPath\": \"properties.targetCost.costThresholds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.cycleStartDateTime\",\r\n \"defaultPath\": \"properties.targetCost.cycleStartDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.cycleEndDateTime\",\r\n \"defaultPath\": \"properties.targetCost.cycleEndDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost.cycleType\",\r\n \"defaultPath\": \"properties.targetCost.cycleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/targetCost\",\r\n \"defaultPath\": \"properties.targetCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/labCostSummary.estimatedLabCost\",\r\n \"defaultPath\": \"properties.labCostSummary.estimatedLabCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/labCostSummary\",\r\n \"defaultPath\": \"properties.labCostSummary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/labCostDetails[*].date\",\r\n \"defaultPath\": \"properties.labCostDetails[*].date\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/labCostDetails[*].cost\",\r\n \"defaultPath\": \"properties.labCostDetails[*].cost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/labCostDetails[*].costType\",\r\n \"defaultPath\": \"properties.labCostDetails[*].costType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/labCostDetails[*]\",\r\n \"defaultPath\": \"properties.labCostDetails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/labCostDetails\",\r\n \"defaultPath\": \"properties.labCostDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourcename\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourcename\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourceUId\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourceUId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourceCost\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourceCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourceType\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourceOwner\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourceOwner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourcePricingTier\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourcePricingTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourceStatus\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourceStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].resourceId\",\r\n \"defaultPath\": \"properties.resourceCosts[*].resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*].externalResourceId\",\r\n \"defaultPath\": \"properties.resourceCosts[*].externalResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts[*]\",\r\n \"defaultPath\": \"properties.resourceCosts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/resourceCosts\",\r\n \"defaultPath\": \"properties.resourceCosts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/startDateTime\",\r\n \"defaultPath\": \"properties.startDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/endDateTime\",\r\n \"defaultPath\": \"properties.endDateTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/costs/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/customImages\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vm.sourceVmId\",\r\n \"defaultPath\": \"properties.vm.sourceVmId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vm.sysPrep\",\r\n \"defaultPath\": \"properties.vm.sysPrep\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vm.windowsOsInfo.windowsOsState\",\r\n \"defaultPath\": \"properties.vm.windowsOsInfo.windowsOsState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vm.windowsOsInfo\",\r\n \"defaultPath\": \"properties.vm.windowsOsInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vm.linuxOsInfo.linuxOsState\",\r\n \"defaultPath\": \"properties.vm.linuxOsInfo.linuxOsState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vm.linuxOsInfo\",\r\n \"defaultPath\": \"properties.vm.linuxOsInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vm\",\r\n \"defaultPath\": \"properties.vm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vhd.imageName\",\r\n \"defaultPath\": \"properties.vhd.imageName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vhd.sysPrep\",\r\n \"defaultPath\": \"properties.vhd.sysPrep\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vhd\",\r\n \"defaultPath\": \"properties.vhd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/author\",\r\n \"defaultPath\": \"properties.author\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/vhd.osType\",\r\n \"defaultPath\": \"properties.vhd.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/managedImageId\",\r\n \"defaultPath\": \"properties.managedImageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/managedSnapshotId\",\r\n \"defaultPath\": \"properties.managedSnapshotId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/dataDiskStorageInfo[*].lun\",\r\n \"defaultPath\": \"properties.dataDiskStorageInfo[*].lun\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/dataDiskStorageInfo[*].storageType\",\r\n \"defaultPath\": \"properties.dataDiskStorageInfo[*].storageType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/dataDiskStorageInfo[*]\",\r\n \"defaultPath\": \"properties.dataDiskStorageInfo[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/dataDiskStorageInfo\",\r\n \"defaultPath\": \"properties.dataDiskStorageInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/customImagePlan.id\",\r\n \"defaultPath\": \"properties.customImagePlan.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/customImagePlan.publisher\",\r\n \"defaultPath\": \"properties.customImagePlan.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/customImagePlan.offer\",\r\n \"defaultPath\": \"properties.customImagePlan.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/customImagePlan\",\r\n \"defaultPath\": \"properties.customImagePlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/customImages/isPlanAuthorized\",\r\n \"defaultPath\": \"properties.isPlanAuthorized\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/formulas\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/author\",\r\n \"defaultPath\": \"properties.author\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.notes\",\r\n \"defaultPath\": \"properties.formulaContent.properties.notes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.ownerObjectId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.ownerObjectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.createdByUserId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.createdByUserId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.createdByUser\",\r\n \"defaultPath\": \"properties.formulaContent.properties.createdByUser\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.customImageId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.customImageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.osType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.size\",\r\n \"defaultPath\": \"properties.formulaContent.properties.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.userName\",\r\n \"defaultPath\": \"properties.formulaContent.properties.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.password\",\r\n \"defaultPath\": \"properties.formulaContent.properties.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.sshKey\",\r\n \"defaultPath\": \"properties.formulaContent.properties.sshKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.isAuthenticationWithSshKey\",\r\n \"defaultPath\": \"properties.formulaContent.properties.isAuthenticationWithSshKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.fqdn\",\r\n \"defaultPath\": \"properties.formulaContent.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.labSubnetName\",\r\n \"defaultPath\": \"properties.formulaContent.properties.labSubnetName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.labVirtualNetworkId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.labVirtualNetworkId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.disallowPublicIpAddress\",\r\n \"defaultPath\": \"properties.formulaContent.properties.disallowPublicIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].artifactId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].artifactId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].parameters[*].name\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].parameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].parameters[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].parameters\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifactDeploymentStatus.deploymentStatus\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifactDeploymentStatus.deploymentStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifactDeploymentStatus.artifactsApplied\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifactDeploymentStatus.artifactsApplied\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifactDeploymentStatus.totalArtifacts\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifactDeploymentStatus.totalArtifacts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifactDeploymentStatus\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifactDeploymentStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.galleryImageReference.offer\",\r\n \"defaultPath\": \"properties.formulaContent.properties.galleryImageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.galleryImageReference.publisher\",\r\n \"defaultPath\": \"properties.formulaContent.properties.galleryImageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.galleryImageReference.sku\",\r\n \"defaultPath\": \"properties.formulaContent.properties.galleryImageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.galleryImageReference.osType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.galleryImageReference.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.galleryImageReference.version\",\r\n \"defaultPath\": \"properties.formulaContent.properties.galleryImageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.galleryImageReference\",\r\n \"defaultPath\": \"properties.formulaContent.properties.galleryImageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.provisioningState\",\r\n \"defaultPath\": \"properties.formulaContent.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.id\",\r\n \"defaultPath\": \"properties.formulaContent.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.name\",\r\n \"defaultPath\": \"properties.formulaContent.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.type\",\r\n \"defaultPath\": \"properties.formulaContent.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.location\",\r\n \"defaultPath\": \"properties.formulaContent.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.formulaContent.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.tags\",\r\n \"defaultPath\": \"properties.formulaContent.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent\",\r\n \"defaultPath\": \"properties.formulaContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/vm.labVmId\",\r\n \"defaultPath\": \"properties.vm.labVmId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/vm\",\r\n \"defaultPath\": \"properties.vm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.bulkCreationParameters.instanceCount\",\r\n \"defaultPath\": \"properties.formulaContent.properties.bulkCreationParameters.instanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.bulkCreationParameters\",\r\n \"defaultPath\": \"properties.formulaContent.properties.bulkCreationParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.ownerUserPrincipalName\",\r\n \"defaultPath\": \"properties.formulaContent.properties.ownerUserPrincipalName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.createdDate\",\r\n \"defaultPath\": \"properties.formulaContent.properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].status\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].deploymentStatusMessage\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].deploymentStatusMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].vmExtensionStatusMessage\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].vmExtensionStatusMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].installTime\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].installTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.statuses[*].code\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.statuses[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.statuses[*].displayStatus\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.statuses[*].displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.statuses[*].message\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.statuses[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.statuses[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.statuses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.statuses\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.statuses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.osType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.vmSize\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.networkInterfaceId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.networkInterfaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.osDiskId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.osDiskId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDiskIds[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDiskIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDiskIds\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDiskIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDisks[*].name\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDisks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDisks[*].diskUri\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDisks[*].diskUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDisks[*].managedDiskId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDisks[*].managedDiskId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDisks[*].diskSizeGiB\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDisks[*].diskSizeGiB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDisks[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDisks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm.dataDisks\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm.dataDisks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.computeVm\",\r\n \"defaultPath\": \"properties.formulaContent.properties.computeVm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.virtualNetworkId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.virtualNetworkId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.subnetId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.subnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.publicIpAddressId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.publicIpAddressId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.publicIpAddress\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.publicIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.privateIpAddress\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.privateIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.dnsName\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.dnsName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.rdpAuthority\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.rdpAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.sshAuthority\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.sshAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].transportProtocol\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].transportProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*].backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.sharedPublicIpAddressConfiguration.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface.sharedPublicIpAddressConfiguration\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface.sharedPublicIpAddressConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.networkInterface\",\r\n \"defaultPath\": \"properties.formulaContent.properties.networkInterface\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.id\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.name\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.type\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.location\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.tags\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.id\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.name\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.type\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.location\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.tags\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.status\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.taskType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.weeklyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.dailyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.hourlyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.timeZoneId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.notificationSettings.status\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.notificationSettings\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.createdDate\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.targetResourceId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.provisioningState\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsShutdown.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsShutdown.properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.id\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.name\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.type\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.location\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.tags\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.status\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.taskType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.weeklyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.dailyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.hourlyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.timeZoneId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.notificationSettings.status\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.notificationSettings\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.createdDate\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.targetResourceId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.provisioningState\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.applicableSchedule.labVmsStartup.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.formulaContent.properties.applicableSchedule.properties.labVmsStartup.properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.expirationDate\",\r\n \"defaultPath\": \"properties.formulaContent.properties.expirationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.allowClaim\",\r\n \"defaultPath\": \"properties.formulaContent.properties.allowClaim\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.storageType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.storageType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.virtualMachineCreationSource\",\r\n \"defaultPath\": \"properties.formulaContent.properties.virtualMachineCreationSource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.environmentId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.environmentId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.formulaContent.properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].artifactTitle\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].artifactTitle\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.planId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.planId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters[*].attachNewDataDiskOptions.diskSizeGiB\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters[*].attachNewDataDiskOptions.diskSizeGiB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters[*].attachNewDataDiskOptions.diskName\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters[*].attachNewDataDiskOptions.diskName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters[*].attachNewDataDiskOptions.diskType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters[*].attachNewDataDiskOptions.diskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters[*].attachNewDataDiskOptions\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters[*].attachNewDataDiskOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters[*].existingLabDiskId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters[*].existingLabDiskId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters[*].hostCaching\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters[*].hostCaching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.dataDiskParameters\",\r\n \"defaultPath\": \"properties.formulaContent.properties.dataDiskParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].status\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].taskType\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].weeklyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].dailyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].hourlyRecurrence\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].timeZoneId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].notificationSettings.status\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.notificationSettings.notificationLocale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].notificationSettings\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].targetResourceId\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].name\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].location\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].tags.additionalProperties\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*].tags\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters[*]\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.scheduleParameters\",\r\n \"defaultPath\": \"properties.formulaContent.properties.scheduleParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.lastKnownPowerState\",\r\n \"defaultPath\": \"properties.formulaContent.properties.lastKnownPowerState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/formulas/formulaContent.artifacts[*].parameters[*].value\",\r\n \"defaultPath\": \"properties.formulaContent.properties.artifacts[*].parameters[*].value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/notificationChannels\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/webHookUrl\",\r\n \"defaultPath\": \"properties.webHookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/events[*].eventName\",\r\n \"defaultPath\": \"properties.events[*].eventName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/events[*]\",\r\n \"defaultPath\": \"properties.events[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/events\",\r\n \"defaultPath\": \"properties.events\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/emailRecipient\",\r\n \"defaultPath\": \"properties.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/notificationChannels/notificationLocale\",\r\n \"defaultPath\": \"properties.notificationLocale\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/policySets/policies\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/factName\",\r\n \"defaultPath\": \"properties.factName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/factData\",\r\n \"defaultPath\": \"properties.factData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/threshold\",\r\n \"defaultPath\": \"properties.threshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/evaluatorType\",\r\n \"defaultPath\": \"properties.evaluatorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/policySets/policies/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/schedules\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/taskType\",\r\n \"defaultPath\": \"properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/weeklyRecurrence\",\r\n \"defaultPath\": \"properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/dailyRecurrence\",\r\n \"defaultPath\": \"properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/hourlyRecurrence\",\r\n \"defaultPath\": \"properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/timeZoneId\",\r\n \"defaultPath\": \"properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/notificationSettings.status\",\r\n \"defaultPath\": \"properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/notificationSettings\",\r\n \"defaultPath\": \"properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/targetResourceId\",\r\n \"defaultPath\": \"properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/schedules/notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.notificationSettings.notificationLocale\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/users\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/identity.principalName\",\r\n \"defaultPath\": \"properties.identity.principalName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/identity.principalId\",\r\n \"defaultPath\": \"properties.identity.principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/identity.tenantId\",\r\n \"defaultPath\": \"properties.identity.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/identity.objectId\",\r\n \"defaultPath\": \"properties.identity.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/identity.appId\",\r\n \"defaultPath\": \"properties.identity.appId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/identity\",\r\n \"defaultPath\": \"properties.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secretStore.keyVaultUri\",\r\n \"defaultPath\": \"properties.secretStore.keyVaultUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secretStore.keyVaultId\",\r\n \"defaultPath\": \"properties.secretStore.keyVaultId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secretStore\",\r\n \"defaultPath\": \"properties.secretStore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/users/disks\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/diskType\",\r\n \"defaultPath\": \"properties.diskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/diskSizeGiB\",\r\n \"defaultPath\": \"properties.diskSizeGiB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/leasedByLabVmId\",\r\n \"defaultPath\": \"properties.leasedByLabVmId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/diskBlobName\",\r\n \"defaultPath\": \"properties.diskBlobName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/diskUri\",\r\n \"defaultPath\": \"properties.diskUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/hostCaching\",\r\n \"defaultPath\": \"properties.hostCaching\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/managedDiskId\",\r\n \"defaultPath\": \"properties.managedDiskId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/disks/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/users/environments\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/deploymentProperties.armTemplateId\",\r\n \"defaultPath\": \"properties.deploymentProperties.armTemplateId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/deploymentProperties.parameters[*].name\",\r\n \"defaultPath\": \"properties.deploymentProperties.parameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/deploymentProperties.parameters[*]\",\r\n \"defaultPath\": \"properties.deploymentProperties.parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/deploymentProperties.parameters\",\r\n \"defaultPath\": \"properties.deploymentProperties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/deploymentProperties\",\r\n \"defaultPath\": \"properties.deploymentProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/armTemplateDisplayName\",\r\n \"defaultPath\": \"properties.armTemplateDisplayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/resourceGroupId\",\r\n \"defaultPath\": \"properties.resourceGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/createdByUser\",\r\n \"defaultPath\": \"properties.createdByUser\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/environments/deploymentProperties.parameters[*].value\",\r\n \"defaultPath\": \"properties.deploymentProperties.parameters[*].value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/users/secrets\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secrets/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secrets/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/secrets/value\",\r\n \"defaultPath\": \"properties.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/users/serviceFabrics\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/externalServiceFabricId\",\r\n \"defaultPath\": \"properties.externalServiceFabricId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/environmentId\",\r\n \"defaultPath\": \"properties.environmentId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.id\",\r\n \"defaultPath\": \"properties.applicableSchedule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.name\",\r\n \"defaultPath\": \"properties.applicableSchedule.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.type\",\r\n \"defaultPath\": \"properties.applicableSchedule.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.location\",\r\n \"defaultPath\": \"properties.applicableSchedule.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.applicableSchedule.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.tags\",\r\n \"defaultPath\": \"properties.applicableSchedule.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule\",\r\n \"defaultPath\": \"properties.applicableSchedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.id\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.name\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.type\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.location\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.tags\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.taskType\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.weeklyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.dailyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.hourlyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.timeZoneId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.notificationSettings.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings.notificationLocale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.notificationSettings\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.createdDate\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.targetResourceId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.provisioningState\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsShutdown.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsShutdown.properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.id\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.name\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.type\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.location\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.tags.additionalProperties\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.tags.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.tags\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.taskType\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.weeklyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.dailyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.hourlyRecurrence\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.timeZoneId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.notificationSettings.status\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings.notificationLocale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.notificationSettings\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.createdDate\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.targetResourceId\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.provisioningState\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/applicableSchedule.labVmsStartup.uniqueIdentifier\",\r\n \"defaultPath\": \"properties.applicableSchedule.properties.labVmsStartup.properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/users/serviceFabrics/schedules\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/taskType\",\r\n \"defaultPath\": \"properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/weeklyRecurrence\",\r\n \"defaultPath\": \"properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/dailyRecurrence\",\r\n \"defaultPath\": \"properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/hourlyRecurrence\",\r\n \"defaultPath\": \"properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/timeZoneId\",\r\n \"defaultPath\": \"properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/notificationSettings.status\",\r\n \"defaultPath\": \"properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.notificationSettings.notificationLocale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/notificationSettings\",\r\n \"defaultPath\": \"properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/targetResourceId\",\r\n \"defaultPath\": \"properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/users/serviceFabrics/schedules/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/virtualMachines/schedules\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/taskType\",\r\n \"defaultPath\": \"properties.taskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/weeklyRecurrence.weekdays[*]\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/weeklyRecurrence.weekdays\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.weekdays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/weeklyRecurrence.time\",\r\n \"defaultPath\": \"properties.weeklyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/weeklyRecurrence\",\r\n \"defaultPath\": \"properties.weeklyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/dailyRecurrence.time\",\r\n \"defaultPath\": \"properties.dailyRecurrence.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/dailyRecurrence\",\r\n \"defaultPath\": \"properties.dailyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/hourlyRecurrence.minute\",\r\n \"defaultPath\": \"properties.hourlyRecurrence.minute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/hourlyRecurrence\",\r\n \"defaultPath\": \"properties.hourlyRecurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/timeZoneId\",\r\n \"defaultPath\": \"properties.timeZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/notificationSettings.status\",\r\n \"defaultPath\": \"properties.notificationSettings.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/notificationSettings.timeInMinutes\",\r\n \"defaultPath\": \"properties.notificationSettings.timeInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/notificationSettings.webhookUrl\",\r\n \"defaultPath\": \"properties.notificationSettings.webhookUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/notificationSettings\",\r\n \"defaultPath\": \"properties.notificationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/targetResourceId\",\r\n \"defaultPath\": \"properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/notificationSettings.emailRecipient\",\r\n \"defaultPath\": \"properties.notificationSettings.emailRecipient\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualMachines/schedules/notificationSettings.notificationLocale\",\r\n \"defaultPath\": \"properties.notificationSettings.notificationLocale\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labs/virtualNetworks\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"West US 2\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East US\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US 2\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-15-preview\",\r\n \"2018-09-15\",\r\n \"2017-04-26-preview\",\r\n \"2016-05-15\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-15-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/allowedSubnets[*].resourceId\",\r\n \"defaultPath\": \"properties.allowedSubnets[*].resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/allowedSubnets[*].labSubnetName\",\r\n \"defaultPath\": \"properties.allowedSubnets[*].labSubnetName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/allowedSubnets[*].allowPublicIp\",\r\n \"defaultPath\": \"properties.allowedSubnets[*].allowPublicIp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/allowedSubnets[*]\",\r\n \"defaultPath\": \"properties.allowedSubnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/allowedSubnets\",\r\n \"defaultPath\": \"properties.allowedSubnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/externalProviderResourceId\",\r\n \"defaultPath\": \"properties.externalProviderResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].resourceId\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].labSubnetName\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].labSubnetName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].useInVmCreationPermission\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].useInVmCreationPermission\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].usePublicIpAddressPermission\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].usePublicIpAddressPermission\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*]\",\r\n \"defaultPath\": \"properties.subnetOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides\",\r\n \"defaultPath\": \"properties.subnetOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/externalSubnets[*].id\",\r\n \"defaultPath\": \"properties.externalSubnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/externalSubnets[*].name\",\r\n \"defaultPath\": \"properties.externalSubnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/externalSubnets[*]\",\r\n \"defaultPath\": \"properties.externalSubnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/externalSubnets\",\r\n \"defaultPath\": \"properties.externalSubnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts[*].transportProtocol\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts[*].transportProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts[*].backendPort\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts[*].backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts[*]\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].sharedPublicIpAddressConfiguration.allowedPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].sharedPublicIpAddressConfiguration\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].sharedPublicIpAddressConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/subnetOverrides[*].virtualNetworkPoolName\",\r\n \"defaultPath\": \"properties.subnetOverrides[*].virtualNetworkPoolName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DevTestLab/labs/virtualNetworks/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DigitalTwins\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"digitalTwinsInstances\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"digitalTwinsInstances/operationResults\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"digitalTwinsInstances/endpoints\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DocumentDB\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"databaseAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.databaseAccountOfferType\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.databaseAccountOfferType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/virtualNetworkRules[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkRules[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/virtualNetworkRules[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkRules[*].id\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/isVirtualNetworkFilterEnabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.isVirtualNetworkFilterEnabled\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.isVirtualNetworkFilterEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/consistencyPolicy.defaultConsistencyLevel\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.consistencyPolicy.defaultConsistencyLevel\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.consistencyPolicy.defaultConsistencyLevel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/enableAutomaticFailover\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableAutomaticFailover\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableAutomaticFailover\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/Locations\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.Locations\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.Locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/Locations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.Locations[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.Locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/Locations[*].locationName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.Locations[*].locationName\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.Locations[*].locationName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/readLocations\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.readLocations\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.readLocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/readLocations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.readLocations[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.readLocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/readLocations[*].locationName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.readLocations[*].locationName\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.readLocations[*].locationName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/writeLocations\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.writeLocations\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.writeLocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/writeLocations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.writeLocations[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.writeLocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/writeLocations[*].locationName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.writeLocations[*].locationName\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.writeLocations[*].locationName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/failoverPolicies\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.failoverPolicies\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.failoverPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/failoverPolicies[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.failoverPolicies[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.failoverPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/failoverPolicies[*].locationName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.failoverPolicies[*].locationName\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.failoverPolicies[*].locationName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/ipRangeFilter\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipRangeFilter\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-08\",\r\n \"2015-11-06\",\r\n \"2016-03-19\",\r\n \"2016-03-31\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipRangeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/virtualNetworkRules\",\r\n \"defaultPath\": \"properties.virtualNetworkRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/virtualNetworkRules[*].ignoreMissingVNetServiceEndpoint\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*].ignoreMissingVNetServiceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/enableMultipleWriteLocations\",\r\n \"defaultPath\": \"properties.enableMultipleWriteLocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/databaseAccountOfferType\",\r\n \"defaultPath\": \"properties.databaseAccountOfferType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/consistencyPolicy.maxStalenessPrefix\",\r\n \"defaultPath\": \"properties.consistencyPolicy.maxStalenessPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/consistencyPolicy.maxIntervalInSeconds\",\r\n \"defaultPath\": \"properties.consistencyPolicy.maxIntervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/consistencyPolicy\",\r\n \"defaultPath\": \"properties.consistencyPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/capabilities[*].name\",\r\n \"defaultPath\": \"properties.capabilities[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/capabilities[*]\",\r\n \"defaultPath\": \"properties.capabilities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/capabilities\",\r\n \"defaultPath\": \"properties.capabilities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/enableCassandraConnector\",\r\n \"defaultPath\": \"properties.enableCassandraConnector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/connectorOffer\",\r\n \"defaultPath\": \"properties.connectorOffer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/locations[*].id\",\r\n \"defaultPath\": \"properties.locations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/locations[*].documentEndpoint\",\r\n \"defaultPath\": \"properties.locations[*].documentEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/locations[*].provisioningState\",\r\n \"defaultPath\": \"properties.locations[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/locations[*].failoverPriority\",\r\n \"defaultPath\": \"properties.locations[*].failoverPriority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/locations[*].isZoneRedundant\",\r\n \"defaultPath\": \"properties.locations[*].isZoneRedundant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/disableKeyBasedMetadataWriteAccess\",\r\n \"defaultPath\": \"properties.disableKeyBasedMetadataWriteAccess\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/keyVaultKeyUri\",\r\n \"defaultPath\": \"properties.keyVaultKeyUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/publicNetworkAccess\",\r\n \"defaultPath\": \"properties.publicNetworkAccess\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/ipRules[*].ipAddressOrRange\",\r\n \"defaultPath\": \"properties.ipRules[*].ipAddressOrRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/ipRules[*]\",\r\n \"defaultPath\": \"properties.ipRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/ipRules\",\r\n \"defaultPath\": \"properties.ipRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/enableFreeTier\",\r\n \"defaultPath\": \"properties.enableFreeTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/apiProperties.serverVersion\",\r\n \"defaultPath\": \"properties.apiProperties.serverVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/apiProperties\",\r\n \"defaultPath\": \"properties.apiProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/enableAnalyticalStorage\",\r\n \"defaultPath\": \"properties.enableAnalyticalStorage\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"databaseAccountNames\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Australia Central 2\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Australia Central 2\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Australia Central 2\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/restorableDatabaseAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"restorableDatabaseAccounts\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/cassandraKeyspaces\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/cassandraKeyspaces/tables\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.defaultTtl\",\r\n \"defaultPath\": \"properties.resource.defaultTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.columns[*].name\",\r\n \"defaultPath\": \"properties.resource.schema.columns[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.columns[*].type\",\r\n \"defaultPath\": \"properties.resource.schema.columns[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.columns[*]\",\r\n \"defaultPath\": \"properties.resource.schema.columns[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.columns\",\r\n \"defaultPath\": \"properties.resource.schema.columns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.partitionKeys[*].name\",\r\n \"defaultPath\": \"properties.resource.schema.partitionKeys[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.partitionKeys[*]\",\r\n \"defaultPath\": \"properties.resource.schema.partitionKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.partitionKeys\",\r\n \"defaultPath\": \"properties.resource.schema.partitionKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.clusterKeys[*].name\",\r\n \"defaultPath\": \"properties.resource.schema.clusterKeys[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.clusterKeys[*].orderBy\",\r\n \"defaultPath\": \"properties.resource.schema.clusterKeys[*].orderBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.clusterKeys[*]\",\r\n \"defaultPath\": \"properties.resource.schema.clusterKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema.clusterKeys\",\r\n \"defaultPath\": \"properties.resource.schema.clusterKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.schema\",\r\n \"defaultPath\": \"properties.resource.schema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/resource.analyticalStorageTtl\",\r\n \"defaultPath\": \"properties.resource.analyticalStorageTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/cassandraKeyspaces/tables/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/cassandraKeyspaces/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/gremlinDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/gremlinDatabases/graphs\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.automatic\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.automatic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.indexingMode\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.indexingMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths[*].indexes[*].dataType\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*].dataType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths[*].indexes[*].precision\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*].precision\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths[*].indexes[*].kind\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*].kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths[*].indexes[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths[*].indexes\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.includedPaths\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.excludedPaths[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.excludedPaths[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.excludedPaths[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.excludedPaths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.excludedPaths\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.excludedPaths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.compositeIndexes[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.compositeIndexes[*].order\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes[*].order\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.compositeIndexes[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.compositeIndexes\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.spatialIndexes[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.spatialIndexes[*].types[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*].types[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.spatialIndexes[*].types\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*].types\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.spatialIndexes[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy.spatialIndexes\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.indexingPolicy\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.partitionKey.paths[*]\",\r\n \"defaultPath\": \"properties.resource.partitionKey.paths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.partitionKey.paths\",\r\n \"defaultPath\": \"properties.resource.partitionKey.paths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.partitionKey.kind\",\r\n \"defaultPath\": \"properties.resource.partitionKey.kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.partitionKey.version\",\r\n \"defaultPath\": \"properties.resource.partitionKey.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.partitionKey\",\r\n \"defaultPath\": \"properties.resource.partitionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.defaultTtl\",\r\n \"defaultPath\": \"properties.resource.defaultTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.uniqueKeyPolicy.uniqueKeys[*].paths[*]\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys[*].paths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.uniqueKeyPolicy.uniqueKeys[*].paths\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys[*].paths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.uniqueKeyPolicy.uniqueKeys[*]\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.uniqueKeyPolicy.uniqueKeys\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.uniqueKeyPolicy\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.conflictResolutionPolicy.mode\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.conflictResolutionPolicy.conflictResolutionPath\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy.conflictResolutionPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.conflictResolutionPolicy.conflictResolutionProcedure\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy.conflictResolutionProcedure\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource.conflictResolutionPolicy\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/gremlinDatabases/graphs/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/graphs/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/gremlinDatabases/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/gremlinDatabases/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/mongodbDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/mongodbDatabases/collections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.shardKey\",\r\n \"defaultPath\": \"properties.resource.shardKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes[*].key.keys[*]\",\r\n \"defaultPath\": \"properties.resource.indexes[*].key.keys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes[*].key.keys\",\r\n \"defaultPath\": \"properties.resource.indexes[*].key.keys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes[*].key\",\r\n \"defaultPath\": \"properties.resource.indexes[*].key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes[*].options.expireAfterSeconds\",\r\n \"defaultPath\": \"properties.resource.indexes[*].options.expireAfterSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes[*].options.unique\",\r\n \"defaultPath\": \"properties.resource.indexes[*].options.unique\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes[*].options\",\r\n \"defaultPath\": \"properties.resource.indexes[*].options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes[*]\",\r\n \"defaultPath\": \"properties.resource.indexes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.indexes\",\r\n \"defaultPath\": \"properties.resource.indexes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/resource.analyticalStorageTtl\",\r\n \"defaultPath\": \"properties.resource.analyticalStorageTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/mongodbDatabases/collections/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/collections/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/mongodbDatabases/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/groupId\",\r\n \"defaultPath\": \"properties.groupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/sqlDatabases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/sqlDatabases/containers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.automatic\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.automatic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.indexingMode\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.indexingMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths[*].indexes[*].dataType\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*].dataType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths[*].indexes[*].precision\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*].precision\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths[*].indexes[*].kind\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*].kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths[*].indexes[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths[*].indexes\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*].indexes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.includedPaths\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.includedPaths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.excludedPaths[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.excludedPaths[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.excludedPaths[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.excludedPaths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.excludedPaths\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.excludedPaths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.compositeIndexes[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.compositeIndexes[*].order\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes[*].order\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.compositeIndexes[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.compositeIndexes\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.compositeIndexes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.spatialIndexes[*].path\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*].path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.spatialIndexes[*].types[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*].types[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.spatialIndexes[*].types\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*].types\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.spatialIndexes[*]\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy.spatialIndexes\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy.spatialIndexes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.indexingPolicy\",\r\n \"defaultPath\": \"properties.resource.indexingPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.partitionKey.paths[*]\",\r\n \"defaultPath\": \"properties.resource.partitionKey.paths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.partitionKey.paths\",\r\n \"defaultPath\": \"properties.resource.partitionKey.paths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.partitionKey.kind\",\r\n \"defaultPath\": \"properties.resource.partitionKey.kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.partitionKey.version\",\r\n \"defaultPath\": \"properties.resource.partitionKey.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.partitionKey\",\r\n \"defaultPath\": \"properties.resource.partitionKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.defaultTtl\",\r\n \"defaultPath\": \"properties.resource.defaultTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.uniqueKeyPolicy.uniqueKeys[*].paths[*]\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys[*].paths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.uniqueKeyPolicy.uniqueKeys[*].paths\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys[*].paths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.uniqueKeyPolicy.uniqueKeys[*]\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.uniqueKeyPolicy.uniqueKeys\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy.uniqueKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.uniqueKeyPolicy\",\r\n \"defaultPath\": \"properties.resource.uniqueKeyPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.conflictResolutionPolicy.mode\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.conflictResolutionPolicy.conflictResolutionPath\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy.conflictResolutionPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.conflictResolutionPolicy.conflictResolutionProcedure\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy.conflictResolutionProcedure\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource.conflictResolutionPolicy\",\r\n \"defaultPath\": \"properties.resource.conflictResolutionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/sqlDatabases/containers/storedProcedures\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures/resource.body\",\r\n \"defaultPath\": \"properties.resource.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/storedProcedures/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/sqlDatabases/containers/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/sqlDatabases/containers/triggers\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers/resource.body\",\r\n \"defaultPath\": \"properties.resource.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers/resource.triggerType\",\r\n \"defaultPath\": \"properties.resource.triggerType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers/resource.triggerOperation\",\r\n \"defaultPath\": \"properties.resource.triggerOperation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/triggers/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/sqlDatabases/containers/userDefinedFunctions\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions/resource.body\",\r\n \"defaultPath\": \"properties.resource.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/containers/userDefinedFunctions/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/sqlDatabases/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/tables\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/resource.id\",\r\n \"defaultPath\": \"properties.resource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/options.throughput\",\r\n \"defaultPath\": \"properties.options.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/options\",\r\n \"defaultPath\": \"properties.options\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/options.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/options.autoscaleSettings\",\r\n \"defaultPath\": \"properties.options.autoscaleSettings\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"databaseAccounts/tables/throughputSettings\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"Norway East\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"UAE North\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France South\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Brazil SouthEast\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"South Africa West\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-12\",\r\n \"2019-08-01-preview\",\r\n \"2019-08-01\",\r\n \"2016-03-31\",\r\n \"2016-03-19\",\r\n \"2015-11-06\",\r\n \"2015-04-08\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-08\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.throughput\",\r\n \"defaultPath\": \"properties.resource.throughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.minimumThroughput\",\r\n \"defaultPath\": \"properties.resource.minimumThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.offerReplacePending\",\r\n \"defaultPath\": \"properties.resource.offerReplacePending\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource\",\r\n \"defaultPath\": \"properties.resource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autopilotSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autopilotSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autopilotSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autopilotSettings\",\r\n \"defaultPath\": \"properties.resource.autopilotSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.provisionedThroughputSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.provisionedThroughputSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.provisionedThroughputSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.provisionedThroughputSettings\",\r\n \"defaultPath\": \"properties.resource.provisionedThroughputSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autoscaleSettings.maxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.maxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy.incrementPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy.throughputPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autoscaleSettings.autoUpgradePolicy\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.autoUpgradePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autoscaleSettings.targetMaxThroughput\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings.targetMaxThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings/default.resource.autoscaleSettings\",\r\n \"defaultPath\": \"properties.resource.autoscaleSettings\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DomainRegistration\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"domains/domainOwnershipIdentifiers\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"topLevelDomains\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkDomainAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listDomainRecommendations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"validateDomainRegistrationInformation\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"generateSsoRequest\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2018-02-01\",\r\n \"2015-04-01\",\r\n \"2015-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2018-02-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.DynamicsTelemetry\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-24\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\",\r\n \"2017-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\",\r\n \"2017-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.EnterpriseKnowledgeGraph\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-12-03\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.EventGrid\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/eventSubscriptions\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"eventSubscriptions\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/topic\",\r\n \"defaultPath\": \"properties.topic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/destination.endpointType\",\r\n \"defaultPath\": \"properties.destination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/destination.endpointUrl\",\r\n \"defaultPath\": \"properties.destination.properties.endpointUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/destination.endpointBaseUrl\",\r\n \"defaultPath\": \"properties.destination.properties.endpointBaseUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/destination\",\r\n \"defaultPath\": \"properties.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.subjectBeginsWith\",\r\n \"defaultPath\": \"properties.filter.subjectBeginsWith\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.subjectEndsWith\",\r\n \"defaultPath\": \"properties.filter.subjectEndsWith\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.includedEventTypes[*]\",\r\n \"defaultPath\": \"properties.filter.includedEventTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.includedEventTypes\",\r\n \"defaultPath\": \"properties.filter.includedEventTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.isSubjectCaseSensitive\",\r\n \"defaultPath\": \"properties.filter.isSubjectCaseSensitive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter\",\r\n \"defaultPath\": \"properties.filter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/labels[*]\",\r\n \"defaultPath\": \"properties.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/labels\",\r\n \"defaultPath\": \"properties.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/eventDeliverySchema\",\r\n \"defaultPath\": \"properties.eventDeliverySchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/retryPolicy.maxDeliveryAttempts\",\r\n \"defaultPath\": \"properties.retryPolicy.maxDeliveryAttempts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/retryPolicy.eventTimeToLiveInMinutes\",\r\n \"defaultPath\": \"properties.retryPolicy.eventTimeToLiveInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/retryPolicy\",\r\n \"defaultPath\": \"properties.retryPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterDestination.endpointType\",\r\n \"defaultPath\": \"properties.deadLetterDestination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterDestination\",\r\n \"defaultPath\": \"properties.deadLetterDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.advancedFilters[*].operatorType\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].operatorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.advancedFilters[*].key\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.advancedFilters[*]\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/filter.advancedFilters\",\r\n \"defaultPath\": \"properties.filter.advancedFilters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/expirationTimeUtc\",\r\n \"defaultPath\": \"properties.expirationTimeUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deliveryWithResourceIdentity.identity.type\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deliveryWithResourceIdentity.identity.userAssignedIdentity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity.userAssignedIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deliveryWithResourceIdentity.identity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deliveryWithResourceIdentity.destination.endpointType\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.destination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deliveryWithResourceIdentity.destination\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deliveryWithResourceIdentity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterWithResourceIdentity.identity.type\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterWithResourceIdentity.identity.userAssignedIdentity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity.userAssignedIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterWithResourceIdentity.identity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterWithResourceIdentity.deadLetterDestination.endpointType\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.deadLetterDestination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterWithResourceIdentity.deadLetterDestination\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.deadLetterDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/eventSubscriptions/deadLetterWithResourceIdentity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topics\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/inputSchema\",\r\n \"defaultPath\": \"properties.inputSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/inputSchemaMapping.inputSchemaMappingType\",\r\n \"defaultPath\": \"properties.inputSchemaMapping.inputSchemaMappingType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/inputSchemaMapping\",\r\n \"defaultPath\": \"properties.inputSchemaMapping\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/metricResourceId\",\r\n \"defaultPath\": \"properties.metricResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/publicNetworkAccess\",\r\n \"defaultPath\": \"properties.publicNetworkAccess\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/inboundIpRules[*].ipMask\",\r\n \"defaultPath\": \"properties.inboundIpRules[*].ipMask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/inboundIpRules[*].action\",\r\n \"defaultPath\": \"properties.inboundIpRules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/inboundIpRules[*]\",\r\n \"defaultPath\": \"properties.inboundIpRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/inboundIpRules\",\r\n \"defaultPath\": \"properties.inboundIpRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"domains\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/inputSchema\",\r\n \"defaultPath\": \"properties.inputSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/inputSchemaMapping.inputSchemaMappingType\",\r\n \"defaultPath\": \"properties.inputSchemaMapping.inputSchemaMappingType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/inputSchemaMapping\",\r\n \"defaultPath\": \"properties.inputSchemaMapping\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/metricResourceId\",\r\n \"defaultPath\": \"properties.metricResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/publicNetworkAccess\",\r\n \"defaultPath\": \"properties.publicNetworkAccess\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/inboundIpRules[*].ipMask\",\r\n \"defaultPath\": \"properties.inboundIpRules[*].ipMask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/inboundIpRules[*].action\",\r\n \"defaultPath\": \"properties.inboundIpRules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/inboundIpRules[*]\",\r\n \"defaultPath\": \"properties.inboundIpRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/inboundIpRules\",\r\n \"defaultPath\": \"properties.inboundIpRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"domains/topics\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/topics/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"topicTypes\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/topicTypes\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"extensionTopics\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationsStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"systemTopics\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"global\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.topic\",\r\n \"defaultPath\": \"properties.topic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.destination.endpointType\",\r\n \"defaultPath\": \"properties.destination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.destination\",\r\n \"defaultPath\": \"properties.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deliveryWithResourceIdentity.identity.type\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deliveryWithResourceIdentity.identity.userAssignedIdentity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity.userAssignedIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deliveryWithResourceIdentity.identity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deliveryWithResourceIdentity.destination.endpointType\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.destination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deliveryWithResourceIdentity.destination\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deliveryWithResourceIdentity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.subjectBeginsWith\",\r\n \"defaultPath\": \"properties.filter.subjectBeginsWith\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.subjectEndsWith\",\r\n \"defaultPath\": \"properties.filter.subjectEndsWith\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.includedEventTypes[*]\",\r\n \"defaultPath\": \"properties.filter.includedEventTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.includedEventTypes\",\r\n \"defaultPath\": \"properties.filter.includedEventTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.isSubjectCaseSensitive\",\r\n \"defaultPath\": \"properties.filter.isSubjectCaseSensitive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.advancedFilters[*].operatorType\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].operatorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.advancedFilters[*].key\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.advancedFilters[*]\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter.advancedFilters\",\r\n \"defaultPath\": \"properties.filter.advancedFilters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.filter\",\r\n \"defaultPath\": \"properties.filter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.labels[*]\",\r\n \"defaultPath\": \"properties.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.labels\",\r\n \"defaultPath\": \"properties.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.expirationTimeUtc\",\r\n \"defaultPath\": \"properties.expirationTimeUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.eventDeliverySchema\",\r\n \"defaultPath\": \"properties.eventDeliverySchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.retryPolicy.maxDeliveryAttempts\",\r\n \"defaultPath\": \"properties.retryPolicy.maxDeliveryAttempts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.retryPolicy.eventTimeToLiveInMinutes\",\r\n \"defaultPath\": \"properties.retryPolicy.eventTimeToLiveInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.retryPolicy\",\r\n \"defaultPath\": \"properties.retryPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterDestination.endpointType\",\r\n \"defaultPath\": \"properties.deadLetterDestination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterDestination\",\r\n \"defaultPath\": \"properties.deadLetterDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterWithResourceIdentity.identity.type\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterWithResourceIdentity.identity.userAssignedIdentity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity.userAssignedIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterWithResourceIdentity.identity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterWithResourceIdentity.deadLetterDestination.endpointType\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.deadLetterDestination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterWithResourceIdentity.deadLetterDestination\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.deadLetterDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/eventSubscriptions.deadLetterWithResourceIdentity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/topicType\",\r\n \"defaultPath\": \"properties.topicType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/systemTopics/metricResourceId\",\r\n \"defaultPath\": \"properties.metricResourceId\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"systemTopics/eventSubscriptions\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"global\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"partnerRegistrations\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/partnerName\",\r\n \"defaultPath\": \"properties.partnerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/partnerResourceTypeName\",\r\n \"defaultPath\": \"properties.partnerResourceTypeName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/partnerResourceTypeDisplayName\",\r\n \"defaultPath\": \"properties.partnerResourceTypeDisplayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/partnerResourceTypeDescription\",\r\n \"defaultPath\": \"properties.partnerResourceTypeDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/longDescription\",\r\n \"defaultPath\": \"properties.longDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/partnerCustomerServiceNumber\",\r\n \"defaultPath\": \"properties.partnerCustomerServiceNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/partnerCustomerServiceExtension\",\r\n \"defaultPath\": \"properties.partnerCustomerServiceExtension\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/customerServiceUri\",\r\n \"defaultPath\": \"properties.customerServiceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/setupUri\",\r\n \"defaultPath\": \"properties.setupUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/logoUri\",\r\n \"defaultPath\": \"properties.logoUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/visibilityState\",\r\n \"defaultPath\": \"properties.visibilityState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/authorizedAzureSubscriptionIds[*]\",\r\n \"defaultPath\": \"properties.authorizedAzureSubscriptionIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerRegistrations/authorizedAzureSubscriptionIds\",\r\n \"defaultPath\": \"properties.authorizedAzureSubscriptionIds\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"partnerNamespaces\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/partnerRegistrationFullyQualifiedId\",\r\n \"defaultPath\": \"properties.partnerRegistrationFullyQualifiedId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/endpoint\",\r\n \"defaultPath\": \"properties.endpoint\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"partnerTopics\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.topic\",\r\n \"defaultPath\": \"properties.topic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.destination.endpointType\",\r\n \"defaultPath\": \"properties.destination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.destination\",\r\n \"defaultPath\": \"properties.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deliveryWithResourceIdentity.identity.type\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deliveryWithResourceIdentity.identity.userAssignedIdentity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity.userAssignedIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deliveryWithResourceIdentity.identity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deliveryWithResourceIdentity.destination.endpointType\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.destination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deliveryWithResourceIdentity.destination\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deliveryWithResourceIdentity\",\r\n \"defaultPath\": \"properties.deliveryWithResourceIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.subjectBeginsWith\",\r\n \"defaultPath\": \"properties.filter.subjectBeginsWith\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.subjectEndsWith\",\r\n \"defaultPath\": \"properties.filter.subjectEndsWith\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.includedEventTypes[*]\",\r\n \"defaultPath\": \"properties.filter.includedEventTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.includedEventTypes\",\r\n \"defaultPath\": \"properties.filter.includedEventTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.isSubjectCaseSensitive\",\r\n \"defaultPath\": \"properties.filter.isSubjectCaseSensitive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.advancedFilters[*].operatorType\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].operatorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.advancedFilters[*].key\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.advancedFilters[*]\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter.advancedFilters\",\r\n \"defaultPath\": \"properties.filter.advancedFilters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.filter\",\r\n \"defaultPath\": \"properties.filter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.labels[*]\",\r\n \"defaultPath\": \"properties.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.labels\",\r\n \"defaultPath\": \"properties.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.expirationTimeUtc\",\r\n \"defaultPath\": \"properties.expirationTimeUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.eventDeliverySchema\",\r\n \"defaultPath\": \"properties.eventDeliverySchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.retryPolicy.maxDeliveryAttempts\",\r\n \"defaultPath\": \"properties.retryPolicy.maxDeliveryAttempts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.retryPolicy.eventTimeToLiveInMinutes\",\r\n \"defaultPath\": \"properties.retryPolicy.eventTimeToLiveInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.retryPolicy\",\r\n \"defaultPath\": \"properties.retryPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterDestination.endpointType\",\r\n \"defaultPath\": \"properties.deadLetterDestination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterDestination\",\r\n \"defaultPath\": \"properties.deadLetterDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterWithResourceIdentity.identity.type\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterWithResourceIdentity.identity.userAssignedIdentity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity.userAssignedIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterWithResourceIdentity.identity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterWithResourceIdentity.deadLetterDestination.endpointType\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.deadLetterDestination.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterWithResourceIdentity.deadLetterDestination\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity.deadLetterDestination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerTopics/eventSubscriptions.deadLetterWithResourceIdentity\",\r\n \"defaultPath\": \"properties.deadLetterWithResourceIdentity\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"partnerTopics/eventSubscriptions\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"partnerNamespaces/eventChannels\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US 2 (Stage)\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/destination.azureSubscriptionId\",\r\n \"defaultPath\": \"properties.destination.azureSubscriptionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/destination.resourceGroup\",\r\n \"defaultPath\": \"properties.destination.resourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/destination.partnerTopicName\",\r\n \"defaultPath\": \"properties.destination.partnerTopicName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/destination\",\r\n \"defaultPath\": \"properties.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/partnerTopicReadinessState\",\r\n \"defaultPath\": \"properties.partnerTopicReadinessState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/expirationTimeIfNotActivatedUtc\",\r\n \"defaultPath\": \"properties.expirationTimeIfNotActivatedUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/filter.advancedFilters[*].operatorType\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].operatorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/filter.advancedFilters[*].key\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*].key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/filter.advancedFilters[*]\",\r\n \"defaultPath\": \"properties.filter.advancedFilters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/filter.advancedFilters\",\r\n \"defaultPath\": \"properties.filter.advancedFilters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/filter\",\r\n \"defaultPath\": \"properties.filter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/partnerNamespaces/eventChannels/partnerTopicFriendlyDescription\",\r\n \"defaultPath\": \"properties.partnerTopicFriendlyDescription\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"domains/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2018-09-15-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/groupIds[*]\",\r\n \"defaultPath\": \"properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/groupIds\",\r\n \"defaultPath\": \"properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/domains/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"topics/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"UAE Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2020-01-01-preview\",\r\n \"2019-06-01\",\r\n \"2019-02-01-preview\",\r\n \"2019-01-01\",\r\n \"2018-09-15-preview\",\r\n \"2018-05-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-06-15-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/groupIds[*]\",\r\n \"defaultPath\": \"properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/groupIds\",\r\n \"defaultPath\": \"properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventGrid/topics/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.EventHub\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Australia Central 2\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.tier\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/sku.capacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.capacity\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/zoneRedundant\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.zoneRedundant\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.zoneRedundant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/kafkaEnabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.kafkaEnabled\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.kafkaEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/isAutoInflateEnabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.isAutoInflateEnabled\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.isAutoInflateEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/maximumThroughputUnits\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.maximumThroughputUnits\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.maximumThroughputUnits\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/provisioningState\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.provisioningState\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/metricId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.metricId\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.metricId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/createdAt\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.createdAt\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/updatedAt\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.updatedAt\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.updatedAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/serviceBusEndpoint\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serviceBusEndpoint\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serviceBusEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/status\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.status\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enabled\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/critical\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.critical\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.critical\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventHubEnabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.eventHubEnabled\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.eventHubEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/namespaceType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.namespaceType\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.namespaceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/messagingSku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.messagingSku\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.messagingSku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/messagingSkuPlan\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.messagingSkuPlan\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.messagingSkuPlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/messagingSkuPlan.sku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.messagingSkuPlan.sku\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.messagingSkuPlan.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/messagingSkuPlan.selectedEventHubUnit\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.messagingSkuPlan.selectedEventHubUnit\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.messagingSkuPlan.selectedEventHubUnit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/messagingSkuPlan.isAutoInflateEnabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.messagingSkuPlan.isAutoInflateEnabled\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.messagingSkuPlan.isAutoInflateEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/messagingSkuPlan.maximumThroughputUnits\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.messagingSkuPlan.maximumThroughputUnits\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.messagingSkuPlan.maximumThroughputUnits\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/messageRetentionInDays\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.messageRetentionInDays\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.messageRetentionInDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/partitionCount\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.partitionCount\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.partitionCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/partitionIds\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.partitionIds\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.partitionIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/partitionIds[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.partitionIds[*]\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.partitionIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.enabled\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.encoding\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.encoding\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.encoding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.destination\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.destination\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.destination.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.destination.name\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.destination.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.destination.storageAccountResourceId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.destination.properties.storageAccountResourceId\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.destination.properties.storageAccountResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.destination.blobContainer\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.destination.properties.blobContainer\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.destination.properties.blobContainer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.destination.archiveNameFormat\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.destination.properties.archiveNameFormat\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.destination.properties.archiveNameFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.intervalInSeconds\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.intervalInSeconds\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.intervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/captureDescription.sizeLimitInBytes\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.captureDescription.sizeLimitInBytes\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.captureDescription.sizeLimitInBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/path\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.path\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.enabled\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.encoding\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.encoding\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.encoding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.destination\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.destination\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.destination.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.destination.name\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.destination.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.destination.storageAccountResourceId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.destination.properties.storageAccountResourceId\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.destination.properties.storageAccountResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.destination.blobContainer\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.destination.properties.blobContainer\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.destination.properties.blobContainer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.destination.archiveNameFormat\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.destination.properties.archiveNameFormat\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.destination.properties.archiveNameFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.intervalInSeconds\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.intervalInSeconds\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.intervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/archiveDescription.sizeLimitInBytes\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.archiveDescription.sizeLimitInBytes\",\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.archiveDescription.sizeLimitInBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/serviceBusEndpoint.externalDocs\",\r\n \"defaultPath\": \"properties.serviceBusEndpoint.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/clusterArmId\",\r\n \"defaultPath\": \"properties.clusterArmId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/identity.principalId\",\r\n \"defaultPath\": \"properties.identity.principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/identity.tenantId\",\r\n \"defaultPath\": \"properties.identity.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/identity.type\",\r\n \"defaultPath\": \"properties.identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/identity\",\r\n \"defaultPath\": \"properties.identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/encryption.keyVaultProperties.keyName\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.keyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/encryption.keyVaultProperties.keyVaultUri\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties.keyVaultUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/encryption.keyVaultProperties\",\r\n \"defaultPath\": \"properties.encryption.keyVaultProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/encryption.keySource\",\r\n \"defaultPath\": \"properties.encryption.keySource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/encryption\",\r\n \"defaultPath\": \"properties.encryption\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/clusters/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/clusters/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/clusters/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/clusters/created\",\r\n \"defaultPath\": \"properties.created\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/clusters/updated\",\r\n \"defaultPath\": \"properties.updated\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/clusters/metricId\",\r\n \"defaultPath\": \"properties.metricId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/clusters/status\",\r\n \"defaultPath\": \"properties.status\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/authorizationrules/rights[*]\",\r\n \"defaultPath\": \"properties.rights[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/authorizationrules/rights\",\r\n \"defaultPath\": \"properties.rights\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/networkrulesets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.defaultAction\",\r\n \"defaultPath\": \"properties.defaultAction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.virtualNetworkRules[*].subnet.id\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*].subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.virtualNetworkRules[*].subnet\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*].subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.virtualNetworkRules[*].ignoreMissingVnetServiceEndpoint\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*].ignoreMissingVnetServiceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.virtualNetworkRules[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.virtualNetworkRules\",\r\n \"defaultPath\": \"properties.virtualNetworkRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.ipRules[*].ipMask\",\r\n \"defaultPath\": \"properties.ipRules[*].ipMask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.ipRules[*].action\",\r\n \"defaultPath\": \"properties.ipRules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.ipRules[*]\",\r\n \"defaultPath\": \"properties.ipRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/networkRuleSets/default.ipRules\",\r\n \"defaultPath\": \"properties.ipRules\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/createdAt\",\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/messageRetentionInDays\",\r\n \"defaultPath\": \"properties.messageRetentionInDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/partitionCount\",\r\n \"defaultPath\": \"properties.partitionCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/partitionIds[*]\",\r\n \"defaultPath\": \"properties.partitionIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/partitionIds\",\r\n \"defaultPath\": \"properties.partitionIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/updatedAt\",\r\n \"defaultPath\": \"properties.updatedAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.enabled\",\r\n \"defaultPath\": \"properties.captureDescription.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.encoding\",\r\n \"defaultPath\": \"properties.captureDescription.encoding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.intervalInSeconds\",\r\n \"defaultPath\": \"properties.captureDescription.intervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.sizeLimitInBytes\",\r\n \"defaultPath\": \"properties.captureDescription.sizeLimitInBytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.destination.name\",\r\n \"defaultPath\": \"properties.captureDescription.destination.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.destination.storageAccountResourceId\",\r\n \"defaultPath\": \"properties.captureDescription.destination.properties.storageAccountResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.destination.blobContainer\",\r\n \"defaultPath\": \"properties.captureDescription.destination.properties.blobContainer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.destination.archiveNameFormat\",\r\n \"defaultPath\": \"properties.captureDescription.destination.properties.archiveNameFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.destination\",\r\n \"defaultPath\": \"properties.captureDescription.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription.skipEmptyArchives\",\r\n \"defaultPath\": \"properties.captureDescription.skipEmptyArchives\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/captureDescription\",\r\n \"defaultPath\": \"properties.captureDescription\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/authorizationrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/authorizationrules/rights[*]\",\r\n \"defaultPath\": \"properties.rights[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/authorizationrules/rights\",\r\n \"defaultPath\": \"properties.rights\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/eventhubs/consumergroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/consumergroups/createdAt\",\r\n \"defaultPath\": \"properties.createdAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/consumergroups/eventHubPath\",\r\n \"defaultPath\": \"properties.eventHubPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/consumergroups/updatedAt\",\r\n \"defaultPath\": \"properties.updatedAt\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/eventhubs/consumergroups/userMetadata\",\r\n \"defaultPath\": \"properties.userMetadata\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-08-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/disasterrecoveryconfigs/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/disasterrecoveryconfigs/partnerNamespace\",\r\n \"defaultPath\": \"properties.partnerNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/disasterrecoveryconfigs/alternateName\",\r\n \"defaultPath\": \"properties.alternateName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/disasterrecoveryconfigs/role\",\r\n \"defaultPath\": \"properties.role\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/disasterrecoveryconfigs/pendingReplicationOperationsCount\",\r\n \"defaultPath\": \"properties.pendingReplicationOperationsCount\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/disasterrecoveryconfigs/checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"availableClusterRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-01-01-preview\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"namespaces/ipFilterRules\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Australia Central 2\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/ipFilterRules/ipMask\",\r\n \"defaultPath\": \"properties.ipMask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/ipFilterRules/action\",\r\n \"defaultPath\": \"properties.action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/ipFilterRules/filterName\",\r\n \"defaultPath\": \"properties.filterName\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"namespaces/virtualNetworkRules\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Australia Central 2\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Brazil SouthEast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01-preview\",\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.EventHub/namespaces/virtualNetworkRules/virtualNetworkSubnetId\",\r\n \"defaultPath\": \"properties.virtualNetworkSubnetId\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Experimentation\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"experimentWorkspaces\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Falcon\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-20-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Features\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"features\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"providers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"featureProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"subscriptionFeatureRegistrations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-12-01\",\r\n \"2014-08-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Gallery\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"myareas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"myareas/areas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"myareas/areas/areas\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"myareas/galleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"myareas/areas/galleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"myareas/areas/areas/galleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"enroll\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"galleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"retrieveresourcesbyid\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\",\r\n \"2014-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"generateartifactaccessuri\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.GuestConfiguration\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"guestConfigurationAssignments\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-25\",\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/complianceStatus\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.complianceStatus\",\r\n \"apiVersions\": [\r\n \"2018-01-20-preview\",\r\n \"2018-06-30-preview\",\r\n \"2018-11-20\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.complianceStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/parameterHash\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.parameterHash\",\r\n \"apiVersions\": [\r\n \"2018-01-20-preview\",\r\n \"2018-06-30-preview\",\r\n \"2018-11-20\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.parameterHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/contentHash\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.guestConfiguration.contentHash\",\r\n \"apiVersions\": [\r\n \"2018-01-20-preview\",\r\n \"2018-06-30-preview\",\r\n \"2018-11-20\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.guestConfiguration.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration\",\r\n \"defaultPath\": \"properties.guestConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.kind\",\r\n \"defaultPath\": \"properties.guestConfiguration.kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.name\",\r\n \"defaultPath\": \"properties.guestConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.type\",\r\n \"defaultPath\": \"properties.guestConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter.value[*]\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter.value[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter.value[*].name\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter.value[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter.value[*].value\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter.value[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter.value\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/complianceReason\",\r\n \"defaultPath\": \"properties.complianceReason\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/latestReportId\",\r\n \"defaultPath\": \"properties.latestReportId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/assignmentHash\",\r\n \"defaultPath\": \"properties.assignmentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/location\",\r\n \"defaultPath\": \"properties.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.version\",\r\n \"defaultPath\": \"properties.guestConfiguration.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.contentUri\",\r\n \"defaultPath\": \"properties.guestConfiguration.contentUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.contentHash\",\r\n \"defaultPath\": \"properties.guestConfiguration.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter[*]\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter[*].name\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationParameter[*].value\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationParameter[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationSetting\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationSetting\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationSetting.configurationMode\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationSetting.configurationMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationSetting.allowModuleOverwrite\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationSetting.allowModuleOverwrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationSetting.actionAfterReboot\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationSetting.actionAfterReboot\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationSetting.refreshFrequencyMins\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationSetting.refreshFrequencyMins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationSetting.rebootIfNeeded\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationSetting.rebootIfNeeded\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/guestConfiguration.configurationSetting.configurationModeFrequencyMins\",\r\n \"defaultPath\": \"properties.guestConfiguration.configurationSetting.configurationModeFrequencyMins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/lastComplianceStatusChecked\",\r\n \"defaultPath\": \"properties.lastComplianceStatusChecked\"\r\n },\r\n {\r\n \"name\": \"Microsoft.GuestConfiguration/guestConfigurationAssignments/context\",\r\n \"defaultPath\": \"properties.context\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurationProfileAssignments\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"autoManagedVmConfigurationProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"autoManagedAccounts\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-06-30-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"software\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdates\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"softwareUpdateProfile\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-25\",\r\n \"2018-11-20\",\r\n \"2018-06-30-preview\",\r\n \"2018-01-20-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.HanaOnAzure\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hanaInstances\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"sapMonitors\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"UK South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-03-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.HardwareSecurityModules\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dedicatedHSMs\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-31\",\r\n \"aliases\": [],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-31\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-31\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-10-31-preview\",\r\n \"2018-10-31\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-31\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.HDInsight\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/clusterVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.clusterVersion\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.clusterVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/osType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osType\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.tier\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/clusterDefinition.kind\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.clusterDefinition.kind\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.clusterDefinition.kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.directoryType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityProfile.directoryType\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityProfile.directoryType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.domain\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityProfile.domain\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityProfile.domain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.ldapsUrls[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityProfile.ldapsUrls[*]\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityProfile.ldapsUrls[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].virtualNetworkProfile.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.computeProfile.roles[*].virtualNetworkProfile.id\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.computeProfile.roles[*].virtualNetworkProfile.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].virtualNetworkProfile.subnet\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.computeProfile.roles[*].virtualNetworkProfile.subnet\",\r\n \"apiVersions\": [\r\n \"2015-03-01-preview\",\r\n \"2018-06-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.computeProfile.roles[*].virtualNetworkProfile.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/clusterDefinition.blueprint\",\r\n \"defaultPath\": \"properties.clusterDefinition.blueprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/clusterDefinition.componentVersion\",\r\n \"defaultPath\": \"properties.clusterDefinition.componentVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/clusterDefinition.configurations\",\r\n \"defaultPath\": \"properties.clusterDefinition.configurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/clusterDefinition\",\r\n \"defaultPath\": \"properties.clusterDefinition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.organizationalUnitDN\",\r\n \"defaultPath\": \"properties.securityProfile.organizationalUnitDN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.ldapsUrls\",\r\n \"defaultPath\": \"properties.securityProfile.ldapsUrls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.domainUsername\",\r\n \"defaultPath\": \"properties.securityProfile.domainUsername\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.domainUserPassword\",\r\n \"defaultPath\": \"properties.securityProfile.domainUserPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.clusterUsersGroupDNs[*]\",\r\n \"defaultPath\": \"properties.securityProfile.clusterUsersGroupDNs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.clusterUsersGroupDNs\",\r\n \"defaultPath\": \"properties.securityProfile.clusterUsersGroupDNs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.aaddsResourceId\",\r\n \"defaultPath\": \"properties.securityProfile.aaddsResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile.msiResourceId\",\r\n \"defaultPath\": \"properties.securityProfile.msiResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/securityProfile\",\r\n \"defaultPath\": \"properties.securityProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].name\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].minInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].minInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].targetInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].targetInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].hardwareProfile.vmSize\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].hardwareProfile.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].hardwareProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].hardwareProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.username\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.password\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*].certificateData\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*].certificateData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].osProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].virtualNetworkProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].virtualNetworkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].dataDisksGroups[*].disksPerNode\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*].disksPerNode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].dataDisksGroups[*].storageAccountType\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*].storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].dataDisksGroups[*].diskSizeGB\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*].diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].dataDisksGroups[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].dataDisksGroups\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].scriptActions[*].name\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].scriptActions[*].uri\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*].uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].scriptActions[*].parameters\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*].parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].scriptActions[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].scriptActions\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles\",\r\n \"defaultPath\": \"properties.computeProfile.roles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile\",\r\n \"defaultPath\": \"properties.computeProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/diskEncryptionProperties.vaultUri\",\r\n \"defaultPath\": \"properties.diskEncryptionProperties.vaultUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/diskEncryptionProperties.keyName\",\r\n \"defaultPath\": \"properties.diskEncryptionProperties.keyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/diskEncryptionProperties.keyVersion\",\r\n \"defaultPath\": \"properties.diskEncryptionProperties.keyVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/diskEncryptionProperties.encryptionAlgorithm\",\r\n \"defaultPath\": \"properties.diskEncryptionProperties.encryptionAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/diskEncryptionProperties.msiResourceId\",\r\n \"defaultPath\": \"properties.diskEncryptionProperties.msiResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/diskEncryptionProperties\",\r\n \"defaultPath\": \"properties.diskEncryptionProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/kafkaRestProperties.clientGroupInfo.groupName\",\r\n \"defaultPath\": \"properties.kafkaRestProperties.clientGroupInfo.groupName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/kafkaRestProperties.clientGroupInfo.groupId\",\r\n \"defaultPath\": \"properties.kafkaRestProperties.clientGroupInfo.groupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/kafkaRestProperties.clientGroupInfo\",\r\n \"defaultPath\": \"properties.kafkaRestProperties.clientGroupInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/kafkaRestProperties\",\r\n \"defaultPath\": \"properties.kafkaRestProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.capacity.minInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.capacity.minInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.capacity.maxInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.capacity.maxInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.capacity\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.timeZone\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule[*].days[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].days[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule[*].days\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.time\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.minInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.minInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.maxInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.maxInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence.schedule\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale.recurrence\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/computeProfile.roles[*].autoscale\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/applications\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].name\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].minInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].minInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].targetInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].targetInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].hardwareProfile.vmSize\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].hardwareProfile.vmSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].hardwareProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].hardwareProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.username\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.password\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*].certificateData\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*].certificateData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile.publicKeys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile.sshProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile.linuxOperatingSystemProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile.linuxOperatingSystemProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].osProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].osProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].virtualNetworkProfile.id\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].virtualNetworkProfile.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].virtualNetworkProfile.subnet\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].virtualNetworkProfile.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].virtualNetworkProfile\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].virtualNetworkProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].dataDisksGroups[*].disksPerNode\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*].disksPerNode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].dataDisksGroups[*].storageAccountType\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*].storageAccountType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].dataDisksGroups[*].diskSizeGB\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*].diskSizeGB\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].dataDisksGroups[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].dataDisksGroups\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].dataDisksGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].scriptActions[*].name\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].scriptActions[*].uri\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*].uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].scriptActions[*].parameters\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*].parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].scriptActions[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].scriptActions\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].scriptActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles\",\r\n \"defaultPath\": \"properties.computeProfile.roles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile\",\r\n \"defaultPath\": \"properties.computeProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions[*].name\",\r\n \"defaultPath\": \"properties.installScriptActions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions[*].uri\",\r\n \"defaultPath\": \"properties.installScriptActions[*].uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions[*].parameters\",\r\n \"defaultPath\": \"properties.installScriptActions[*].parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions[*].roles[*]\",\r\n \"defaultPath\": \"properties.installScriptActions[*].roles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions[*].roles\",\r\n \"defaultPath\": \"properties.installScriptActions[*].roles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions[*].applicationName\",\r\n \"defaultPath\": \"properties.installScriptActions[*].applicationName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions[*]\",\r\n \"defaultPath\": \"properties.installScriptActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/installScriptActions\",\r\n \"defaultPath\": \"properties.installScriptActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions[*].name\",\r\n \"defaultPath\": \"properties.uninstallScriptActions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions[*].uri\",\r\n \"defaultPath\": \"properties.uninstallScriptActions[*].uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions[*].parameters\",\r\n \"defaultPath\": \"properties.uninstallScriptActions[*].parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions[*].roles[*]\",\r\n \"defaultPath\": \"properties.uninstallScriptActions[*].roles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions[*].roles\",\r\n \"defaultPath\": \"properties.uninstallScriptActions[*].roles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions[*].applicationName\",\r\n \"defaultPath\": \"properties.uninstallScriptActions[*].applicationName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions[*]\",\r\n \"defaultPath\": \"properties.uninstallScriptActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/uninstallScriptActions\",\r\n \"defaultPath\": \"properties.uninstallScriptActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*].accessModes[*]\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*].accessModes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*].accessModes\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*].accessModes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*].location\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*].destinationPort\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*].destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*].publicPort\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*].publicPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*]\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints\",\r\n \"defaultPath\": \"properties.httpsEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/sshEndpoints[*].location\",\r\n \"defaultPath\": \"properties.sshEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/sshEndpoints[*].destinationPort\",\r\n \"defaultPath\": \"properties.sshEndpoints[*].destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/sshEndpoints[*].publicPort\",\r\n \"defaultPath\": \"properties.sshEndpoints[*].publicPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/sshEndpoints[*]\",\r\n \"defaultPath\": \"properties.sshEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/sshEndpoints\",\r\n \"defaultPath\": \"properties.sshEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/applicationType\",\r\n \"defaultPath\": \"properties.applicationType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/applicationState\",\r\n \"defaultPath\": \"properties.applicationState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/errors[*].code\",\r\n \"defaultPath\": \"properties.errors[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/errors[*].message\",\r\n \"defaultPath\": \"properties.errors[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/errors[*]\",\r\n \"defaultPath\": \"properties.errors[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/errors\",\r\n \"defaultPath\": \"properties.errors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/marketplaceIdentifier\",\r\n \"defaultPath\": \"properties.marketplaceIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.capacity.minInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.capacity.minInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.capacity.maxInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.capacity.maxInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.capacity\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.timeZone\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule[*].days[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].days[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule[*].days\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.time\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.minInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.minInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.maxInstanceCount\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity.maxInstanceCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*].timeAndCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule[*]\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence.schedule\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence.schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale.recurrence\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale.recurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/computeProfile.roles[*].autoscale\",\r\n \"defaultPath\": \"properties.computeProfile.roles[*].autoscale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*].subDomainSuffix\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*].subDomainSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HDInsight/clusters/applications/httpsEndpoints[*].disableGatewayAuth\",\r\n \"defaultPath\": \"properties.httpsEndpoints[*].disableGatewayAuth\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/capabilities\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/billingSpecs\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/azureasyncoperations\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/validateCreateRequest\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US EUAP\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"South India\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"South Africa North\",\r\n \"Germany West Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\",\r\n \"2015-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2015-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.HealthcareApis\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"services\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"East US 2 EUAP\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/accessPolicies[*]\",\r\n \"defaultPath\": \"properties.accessPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/accessPolicies[*].objectId\",\r\n \"defaultPath\": \"properties.accessPolicies[*].objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/accessPolicies\",\r\n \"defaultPath\": \"properties.accessPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/cosmosDbConfiguration\",\r\n \"defaultPath\": \"properties.cosmosDbConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/cosmosDbConfiguration.offerThroughput\",\r\n \"defaultPath\": \"properties.cosmosDbConfiguration.offerThroughput\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/authenticationConfiguration\",\r\n \"defaultPath\": \"properties.authenticationConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/authenticationConfiguration.authority\",\r\n \"defaultPath\": \"properties.authenticationConfiguration.authority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/authenticationConfiguration.audience\",\r\n \"defaultPath\": \"properties.authenticationConfiguration.audience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/authenticationConfiguration.smartProxyEnabled\",\r\n \"defaultPath\": \"properties.authenticationConfiguration.smartProxyEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration\",\r\n \"defaultPath\": \"properties.corsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.origins[*]\",\r\n \"defaultPath\": \"properties.corsConfiguration.origins[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.origins\",\r\n \"defaultPath\": \"properties.corsConfiguration.origins\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.headers[*]\",\r\n \"defaultPath\": \"properties.corsConfiguration.headers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.headers\",\r\n \"defaultPath\": \"properties.corsConfiguration.headers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.methods[*]\",\r\n \"defaultPath\": \"properties.corsConfiguration.methods[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.methods\",\r\n \"defaultPath\": \"properties.corsConfiguration.methods\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.maxAge\",\r\n \"defaultPath\": \"properties.corsConfiguration.maxAge\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/corsConfiguration.allowCredentials\",\r\n \"defaultPath\": \"properties.corsConfiguration.allowCredentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/exportConfiguration\",\r\n \"defaultPath\": \"properties.exportConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HealthcareApis/services/exportConfiguration.storageAccountName\",\r\n \"defaultPath\": \"properties.exportConfiguration.storageAccountName\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"services/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"East US 2 EUAP\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"services/privateLinkResources\",\r\n \"locations\": [\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-30\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"services/iomtconnectors\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"UK West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services/iomtconnectors/connections\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"UK West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"services/iomtconnectors/mappings\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Korea South\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"UK West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"East US 2 EUAP\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationresults\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"East US 2 EUAP\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"East US 2 EUAP\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"UK West\",\r\n \"North Central US\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"East US 2 EUAP\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-30\",\r\n \"2019-09-16\",\r\n \"2018-08-20-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.HybridCompute\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"machines\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-30-preview\",\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-07-30-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.HybridCompute/imageSKU\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osVersion\",\r\n \"apiVersions\": [\r\n \"2019-03-18-preview\",\r\n \"2019-08-02-preview\",\r\n \"2019-12-12\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/imageOffer\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.osName\",\r\n \"apiVersions\": [\r\n \"2019-03-18-preview\",\r\n \"2019-08-02-preview\",\r\n \"2019-12-12\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.osName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/osProfile.computerName\",\r\n \"defaultPath\": \"properties.osProfile.computerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/osProfile\",\r\n \"defaultPath\": \"properties.osProfile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/lastStatusChange\",\r\n \"defaultPath\": \"properties.lastStatusChange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].code\",\r\n \"defaultPath\": \"properties.errorDetails[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].message\",\r\n \"defaultPath\": \"properties.errorDetails[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].target\",\r\n \"defaultPath\": \"properties.errorDetails[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].details[*].code\",\r\n \"defaultPath\": \"properties.errorDetails[*].details[*].code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].details[*].message\",\r\n \"defaultPath\": \"properties.errorDetails[*].details[*].message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].details[*].target\",\r\n \"defaultPath\": \"properties.errorDetails[*].details[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].details[*]\",\r\n \"defaultPath\": \"properties.errorDetails[*].details[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*].details\",\r\n \"defaultPath\": \"properties.errorDetails[*].details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails[*]\",\r\n \"defaultPath\": \"properties.errorDetails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/errorDetails\",\r\n \"defaultPath\": \"properties.errorDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/agentVersion\",\r\n \"defaultPath\": \"properties.agentVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/vmId\",\r\n \"defaultPath\": \"properties.vmId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/machineFqdn\",\r\n \"defaultPath\": \"properties.machineFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/physicalLocation\",\r\n \"defaultPath\": \"properties.physicalLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/clientPublicKey\",\r\n \"defaultPath\": \"properties.clientPublicKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/osName\",\r\n \"defaultPath\": \"properties.osName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/osVersion\",\r\n \"defaultPath\": \"properties.osVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].name\",\r\n \"defaultPath\": \"properties.extensions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].type\",\r\n \"defaultPath\": \"properties.extensions[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].typeHandlerVersion\",\r\n \"defaultPath\": \"properties.extensions[*].typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].status.code\",\r\n \"defaultPath\": \"properties.extensions[*].status.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].status.level\",\r\n \"defaultPath\": \"properties.extensions[*].status.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].status.displayStatus\",\r\n \"defaultPath\": \"properties.extensions[*].status.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].status.message\",\r\n \"defaultPath\": \"properties.extensions[*].status.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].status.time\",\r\n \"defaultPath\": \"properties.extensions[*].status.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*].status\",\r\n \"defaultPath\": \"properties.extensions[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions[*]\",\r\n \"defaultPath\": \"properties.extensions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions\",\r\n \"defaultPath\": \"properties.extensions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/locationData.name\",\r\n \"defaultPath\": \"properties.locationData.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/locationData.city\",\r\n \"defaultPath\": \"properties.locationData.city\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/locationData.district\",\r\n \"defaultPath\": \"properties.locationData.district\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/locationData.countryOrRegion\",\r\n \"defaultPath\": \"properties.locationData.countryOrRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/locationData\",\r\n \"defaultPath\": \"properties.locationData\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"machines/extensions\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-30-preview\",\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-07-30-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/forceUpdateTag\",\r\n \"defaultPath\": \"properties.forceUpdateTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/publisher\",\r\n \"defaultPath\": \"properties.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/typeHandlerVersion\",\r\n \"defaultPath\": \"properties.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/autoUpgradeMinorVersion\",\r\n \"defaultPath\": \"properties.autoUpgradeMinorVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/settings\",\r\n \"defaultPath\": \"properties.settings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/protectedSettings\",\r\n \"defaultPath\": \"properties.protectedSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.name\",\r\n \"defaultPath\": \"properties.instanceView.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.type\",\r\n \"defaultPath\": \"properties.instanceView.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.typeHandlerVersion\",\r\n \"defaultPath\": \"properties.instanceView.typeHandlerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.status.code\",\r\n \"defaultPath\": \"properties.instanceView.status.code\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.status.level\",\r\n \"defaultPath\": \"properties.instanceView.status.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.status.displayStatus\",\r\n \"defaultPath\": \"properties.instanceView.status.displayStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.status.message\",\r\n \"defaultPath\": \"properties.instanceView.status.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.status.time\",\r\n \"defaultPath\": \"properties.instanceView.status.time\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView.status\",\r\n \"defaultPath\": \"properties.instanceView.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.HybridCompute/machines/extensions/instanceView\",\r\n \"defaultPath\": \"properties.instanceView\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-30-preview\",\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-07-30-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatus\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-30-preview\",\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-07-30-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-30-preview\",\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-07-30-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-07-30-preview\",\r\n \"2020-03-11-preview\",\r\n \"2019-12-12\",\r\n \"2019-08-02-preview\",\r\n \"2019-03-18-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-07-30-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.HybridData\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"dataManagers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Central India\",\r\n \"South India\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.HybridNetwork\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationstatuses\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-10-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"devices\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"vendors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vendors/vendorskus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vendors/vendorskus/previewSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualnetworkfunctions\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualnetworkfunctionvendors\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registeredSubscriptions\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vendors\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vendors/virtualNetworkFunctions\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Hydra\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkScopes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/componentOperations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/networkScopeOperations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ImportExport\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"jobs\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-11-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-11-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-11-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"South India\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-11-01\",\r\n \"2016-07-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2016-11-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-11-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.InformationProtection\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labelGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-07\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"labelGroups/labels\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-07\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"labelGroups/labels/subLabels\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-07\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"labelGroups/labels/subLabels/conditions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-07\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"labelGroups/labels/conditions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-08-07\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"microsoft.insights\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"components\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\",\r\n \"Australia Central 2\",\r\n \"Germany West Central\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-12-01-preview\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/components/ApplicationId\",\r\n \"defaultPath\": \"properties.ApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/AppId\",\r\n \"defaultPath\": \"properties.AppId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/InstrumentationKey\",\r\n \"defaultPath\": \"properties.InstrumentationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/CreationDate\",\r\n \"defaultPath\": \"properties.CreationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/TenantId\",\r\n \"defaultPath\": \"properties.TenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/HockeyAppId.externalDocs\",\r\n \"defaultPath\": \"properties.HockeyAppId.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/HockeyAppId\",\r\n \"defaultPath\": \"properties.HockeyAppId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/HockeyAppToken.externalDocs\",\r\n \"defaultPath\": \"properties.HockeyAppToken.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/HockeyAppToken\",\r\n \"defaultPath\": \"properties.HockeyAppToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/SamplingPercentage.externalDocs\",\r\n \"defaultPath\": \"properties.SamplingPercentage.externalDocs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/SamplingPercentage\",\r\n \"defaultPath\": \"properties.SamplingPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/ConnectionString\",\r\n \"defaultPath\": \"properties.ConnectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/RetentionInDays\",\r\n \"defaultPath\": \"properties.RetentionInDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/DisableIpMasking\",\r\n \"defaultPath\": \"properties.DisableIpMasking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/ImmediatePurgeDataOn30Days\",\r\n \"defaultPath\": \"properties.ImmediatePurgeDataOn30Days\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"components/query\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"components/metadata\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"components/metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Australia Southeast\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"components/events\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-20\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"webtests\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\",\r\n \"Australia Central 2\",\r\n \"Germany West Central\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/SyntheticMonitorId\",\r\n \"defaultPath\": \"properties.SyntheticMonitorId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Name\",\r\n \"defaultPath\": \"properties.Name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Description\",\r\n \"defaultPath\": \"properties.Description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Enabled\",\r\n \"defaultPath\": \"properties.Enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Frequency\",\r\n \"defaultPath\": \"properties.Frequency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Timeout\",\r\n \"defaultPath\": \"properties.Timeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Kind\",\r\n \"defaultPath\": \"properties.Kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/RetryEnabled\",\r\n \"defaultPath\": \"properties.RetryEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Locations[*].Id\",\r\n \"defaultPath\": \"properties.Locations[*].Id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Locations[*]\",\r\n \"defaultPath\": \"properties.Locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Locations\",\r\n \"defaultPath\": \"properties.Locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Configuration.WebTest\",\r\n \"defaultPath\": \"properties.Configuration.WebTest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/Configuration\",\r\n \"defaultPath\": \"properties.Configuration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/webtests/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"webtests/getTestResultFile\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-10-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"scheduledqueryrules\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Korea Central\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"UK West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"UAE Central\",\r\n \"Germany West Central\",\r\n \"Australia Central 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-16\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-04-16\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/lastUpdatedTime\",\r\n \"defaultPath\": \"properties.lastUpdatedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/source.query\",\r\n \"defaultPath\": \"properties.source.query\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/source.authorizedResources[*]\",\r\n \"defaultPath\": \"properties.source.authorizedResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/source.authorizedResources\",\r\n \"defaultPath\": \"properties.source.authorizedResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/source.dataSourceId\",\r\n \"defaultPath\": \"properties.source.dataSourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/source.queryType\",\r\n \"defaultPath\": \"properties.source.queryType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/schedule.frequencyInMinutes\",\r\n \"defaultPath\": \"properties.schedule.frequencyInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/schedule.timeWindowInMinutes\",\r\n \"defaultPath\": \"properties.schedule.timeWindowInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/schedule\",\r\n \"defaultPath\": \"properties.schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/action.odata.type\",\r\n \"defaultPath\": \"properties.action.odata.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/scheduledqueryrules/action\",\r\n \"defaultPath\": \"properties.action\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"components/pricingPlans\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/components/pricingPlans/current.planType\",\r\n \"defaultPath\": \"properties.planType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/pricingPlans/current.cap\",\r\n \"defaultPath\": \"properties.cap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/pricingPlans/current.resetHour\",\r\n \"defaultPath\": \"properties.resetHour\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/pricingPlans/current.warningThreshold\",\r\n \"defaultPath\": \"properties.warningThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/pricingPlans/current.stopSendNotificationWhenHitThreshold\",\r\n \"defaultPath\": \"properties.stopSendNotificationWhenHitThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/pricingPlans/current.stopSendNotificationWhenHitCap\",\r\n \"defaultPath\": \"properties.stopSendNotificationWhenHitCap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/components/pricingPlans/current.maxHistoryCap\",\r\n \"defaultPath\": \"properties.maxHistoryCap\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"migrateToNewPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"rollbackToLegacyPricingModel\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listMigrationdate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"logprofiles\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-03-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/storageAccountId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageAccountId\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageAccountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/serviceBusRuleId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serviceBusRuleId\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serviceBusRuleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/locations\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.locations\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/locations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.locations[*]\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/categories\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.categories\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.categories\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/categories[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.categories[*]\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.categories[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/retentionPolicy\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.retentionPolicy\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/retentionPolicy.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.retentionPolicy.enabled\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/logProfiles/retentionPolicy.days\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.retentionPolicy.days\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.retentionPolicy.days\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"migratealertrules\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"metricalerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/severity\",\r\n \"defaultPath\": \"properties.severity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/scopes[*]\",\r\n \"defaultPath\": \"properties.scopes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/scopes\",\r\n \"defaultPath\": \"properties.scopes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/evaluationFrequency\",\r\n \"defaultPath\": \"properties.evaluationFrequency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/windowSize\",\r\n \"defaultPath\": \"properties.windowSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/targetResourceType\",\r\n \"defaultPath\": \"properties.targetResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/targetResourceRegion\",\r\n \"defaultPath\": \"properties.targetResourceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/criteria.additionalProperties\",\r\n \"defaultPath\": \"properties.criteria.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/criteria.odata.type\",\r\n \"defaultPath\": \"properties.criteria.odata.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/criteria\",\r\n \"defaultPath\": \"properties.criteria\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/autoMitigate\",\r\n \"defaultPath\": \"properties.autoMitigate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/actions[*].actionGroupId\",\r\n \"defaultPath\": \"properties.actions[*].actionGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/actions[*].webhookProperties.additionalProperties\",\r\n \"defaultPath\": \"properties.actions[*].webhookProperties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/actions[*].webhookProperties\",\r\n \"defaultPath\": \"properties.actions[*].webHookProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/actions[*]\",\r\n \"defaultPath\": \"properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/actions\",\r\n \"defaultPath\": \"properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/metricalerts/lastUpdatedTime\",\r\n \"defaultPath\": \"properties.lastUpdatedTime\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"alertrules\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-03-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-03-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/isEnabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.isEnabled\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/condition.dataSource.resourceUri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.dataSource.resourceUri\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.dataSource.resourceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/condition.dataSource.metricName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.dataSource.metricName\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.dataSource.metricName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/condition.operator\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.operator\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/condition.threshold\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.threshold\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.threshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/condition.windowSize\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.windowSize\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.windowSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/condition.timeAggregation\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.timeAggregation\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.timeAggregation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/condition.dataSource.odata.type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.dataSource.odata.type\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\",\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.dataSource.odata.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/actions[*].odata.type\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.action.odata.type\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.actions[*].odata.type\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.actions[*].odata.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/actions[*].sendToServiceOwners\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.action.sendToServiceOwners\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.actions[*].sendToServiceOwners\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.actions[*].sendToServiceOwners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/actions[*].customEmails\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.action.customEmails\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.actions[*].customEmails\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.actions[*].customEmails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/actions[*].customEmails[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.action.customEmails[*]\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.actions[*].customEmails[*]\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.actions[*].customEmails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertRules/actions[*].serviceUri\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.action.serviceUri\",\r\n \"apiVersions\": [\r\n \"2014-04-01\",\r\n \"2015-04-01\"\r\n ]\r\n },\r\n {\r\n \"path\": \"properties.actions[*].serviceUri\",\r\n \"apiVersions\": [\r\n \"2016-03-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.actions[*].serviceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/name\",\r\n \"defaultPath\": \"properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/condition.odata.type\",\r\n \"defaultPath\": \"properties.condition.odata.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/condition.dataSource\",\r\n \"defaultPath\": \"properties.condition.dataSource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/condition\",\r\n \"defaultPath\": \"properties.condition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/actions[*]\",\r\n \"defaultPath\": \"properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/actions\",\r\n \"defaultPath\": \"properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/alertrules/lastUpdatedTime\",\r\n \"defaultPath\": \"properties.lastUpdatedTime\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"autoscalesettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Australia East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].name\",\r\n \"defaultPath\": \"properties.profiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].capacity.minimum\",\r\n \"defaultPath\": \"properties.profiles[*].capacity.minimum\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].capacity.maximum\",\r\n \"defaultPath\": \"properties.profiles[*].capacity.maximum\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].capacity.default\",\r\n \"defaultPath\": \"properties.profiles[*].capacity.default\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].capacity\",\r\n \"defaultPath\": \"properties.profiles[*].capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.metricName\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.metricName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.metricResourceUri\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.metricResourceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.timeGrain\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.timeGrain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.statistic\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.statistic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.timeWindow\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.timeWindow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.timeAggregation\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.timeAggregation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.operator\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger.threshold\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger.threshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].metricTrigger\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].metricTrigger\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].scaleAction.direction\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].scaleAction.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].scaleAction.type\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].scaleAction.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].scaleAction\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].scaleAction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].scaleAction.cooldown\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].scaleAction.cooldown\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*]\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules\",\r\n \"defaultPath\": \"properties.profiles[*].rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].fixedDate.timeZone\",\r\n \"defaultPath\": \"properties.profiles[*].fixedDate.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].fixedDate.start\",\r\n \"defaultPath\": \"properties.profiles[*].fixedDate.start\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].fixedDate.end\",\r\n \"defaultPath\": \"properties.profiles[*].fixedDate.end\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].fixedDate\",\r\n \"defaultPath\": \"properties.profiles[*].fixedDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.frequency\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.frequency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule.timeZone\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule.days[*]\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule.days[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule.days\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule.hours[*]\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule.hours[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule.hours\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule.hours\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule.minutes[*]\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule.minutes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule.minutes\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule.minutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence.schedule\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence.schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].recurrence\",\r\n \"defaultPath\": \"properties.profiles[*].recurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*]\",\r\n \"defaultPath\": \"properties.profiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles\",\r\n \"defaultPath\": \"properties.profiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].operation\",\r\n \"defaultPath\": \"properties.notifications[*].operation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].email.sendToSubscriptionAdministrator\",\r\n \"defaultPath\": \"properties.notifications[*].email.sendToSubscriptionAdministrator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].email.sendToSubscriptionCoAdministrators\",\r\n \"defaultPath\": \"properties.notifications[*].email.sendToSubscriptionCoAdministrators\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].email.customEmails[*]\",\r\n \"defaultPath\": \"properties.notifications[*].email.customEmails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].email.customEmails\",\r\n \"defaultPath\": \"properties.notifications[*].email.customEmails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].email\",\r\n \"defaultPath\": \"properties.notifications[*].email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].webhooks[*].serviceUri\",\r\n \"defaultPath\": \"properties.notifications[*].webhooks[*].serviceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].webhooks[*].additionalProperties\",\r\n \"defaultPath\": \"properties.notifications[*].webhooks[*].properties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].webhooks[*]\",\r\n \"defaultPath\": \"properties.notifications[*].webhooks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*].webhooks\",\r\n \"defaultPath\": \"properties.notifications[*].webhooks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications[*]\",\r\n \"defaultPath\": \"properties.notifications[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/notifications\",\r\n \"defaultPath\": \"properties.notifications\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/name\",\r\n \"defaultPath\": \"properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/targetResourceUri\",\r\n \"defaultPath\": \"properties.targetResourceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/autoscalesettings/profiles[*].rules[*].scaleAction.value\",\r\n \"defaultPath\": \"properties.profiles[*].rules[*].scaleAction.value\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"eventtypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-03-01-preview\",\r\n \"2016-09-01-preview\",\r\n \"2015-04-01\",\r\n \"2014-11-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vmInsightsOnboardingStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-11-27-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\",\r\n \"2014-06-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-09-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.logs[*].enabled\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.logs[*].enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.metrics[*].enabled\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.metrics[*].enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/storageAccountId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.storageAccountId\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.storageAccountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/workspaceId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.workspaceId\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/eventHubAuthorizationRuleId\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.eventHubAuthorizationRuleId\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.eventHubAuthorizationRuleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/eventHubName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.eventHubName\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.eventHubName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics[*].retentionPolicy.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.metrics[*].retentionPolicy.enabled\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.metrics[*].retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics[*].retentionPolicy.days\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.metrics[*].retentionPolicy.days\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.metrics[*].retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics[*].category\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.metrics[*].category\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.metrics[*].category\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs[*].retentionPolicy.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.logs[*].retentionPolicy.enabled\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.logs[*].retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs[*].retentionPolicy.days\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.logs[*].retentionPolicy.days\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.logs[*].retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs[*].category\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.logs[*].category\",\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2015-07-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.logs[*].category\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/serviceBusRuleId\",\r\n \"defaultPath\": \"properties.serviceBusRuleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics[*].timeGrain\",\r\n \"defaultPath\": \"properties.metrics[*].timeGrain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics[*].enabled\",\r\n \"defaultPath\": \"properties.metrics[*].enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.metrics[*].retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics[*]\",\r\n \"defaultPath\": \"properties.metrics[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/metrics\",\r\n \"defaultPath\": \"properties.metrics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs[*].enabled\",\r\n \"defaultPath\": \"properties.logs[*].enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.logs[*].retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs[*]\",\r\n \"defaultPath\": \"properties.logs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logs\",\r\n \"defaultPath\": \"properties.logs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/diagnosticSettings/logAnalyticsDestinationType\",\r\n \"defaultPath\": \"properties.logAnalyticsDestinationType\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"extendedDiagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Global\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-02-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-02-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricDefinitions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-01-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logDefinitions\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Global\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-07-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-07-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"eventCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2015-04-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"metrics\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01\",\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\",\r\n \"2017-09-01-preview\",\r\n \"2017-05-01-preview\",\r\n \"2016-09-01\",\r\n \"2016-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-01-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbatch\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"metricNamespaces\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-01\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"notificationgroups\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-09-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"actiongroups\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2019-03-01\",\r\n \"2018-09-01\",\r\n \"2018-03-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/groupShortName\",\r\n \"defaultPath\": \"properties.groupShortName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/emailReceivers[*].name\",\r\n \"defaultPath\": \"properties.emailReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/emailReceivers[*].emailAddress\",\r\n \"defaultPath\": \"properties.emailReceivers[*].emailAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/emailReceivers[*].status\",\r\n \"defaultPath\": \"properties.emailReceivers[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/emailReceivers[*]\",\r\n \"defaultPath\": \"properties.emailReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/emailReceivers\",\r\n \"defaultPath\": \"properties.emailReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/smsReceivers[*].name\",\r\n \"defaultPath\": \"properties.smsReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/smsReceivers[*].countryCode\",\r\n \"defaultPath\": \"properties.smsReceivers[*].countryCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/smsReceivers[*].phoneNumber\",\r\n \"defaultPath\": \"properties.smsReceivers[*].phoneNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/smsReceivers[*].status\",\r\n \"defaultPath\": \"properties.smsReceivers[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/smsReceivers[*]\",\r\n \"defaultPath\": \"properties.smsReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/smsReceivers\",\r\n \"defaultPath\": \"properties.smsReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*].name\",\r\n \"defaultPath\": \"properties.webhookReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*].serviceUri\",\r\n \"defaultPath\": \"properties.webhookReceivers[*].serviceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*]\",\r\n \"defaultPath\": \"properties.webhookReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers\",\r\n \"defaultPath\": \"properties.webhookReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/itsmReceivers[*].name\",\r\n \"defaultPath\": \"properties.itsmReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/itsmReceivers[*].workspaceId\",\r\n \"defaultPath\": \"properties.itsmReceivers[*].workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/itsmReceivers[*].connectionId\",\r\n \"defaultPath\": \"properties.itsmReceivers[*].connectionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/itsmReceivers[*].ticketConfiguration\",\r\n \"defaultPath\": \"properties.itsmReceivers[*].ticketConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/itsmReceivers[*].region\",\r\n \"defaultPath\": \"properties.itsmReceivers[*].region\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/itsmReceivers[*]\",\r\n \"defaultPath\": \"properties.itsmReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/itsmReceivers\",\r\n \"defaultPath\": \"properties.itsmReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureAppPushReceivers[*].name\",\r\n \"defaultPath\": \"properties.azureAppPushReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureAppPushReceivers[*].emailAddress\",\r\n \"defaultPath\": \"properties.azureAppPushReceivers[*].emailAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureAppPushReceivers[*]\",\r\n \"defaultPath\": \"properties.azureAppPushReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureAppPushReceivers\",\r\n \"defaultPath\": \"properties.azureAppPushReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*].automationAccountId\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*].automationAccountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*].runbookName\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*].runbookName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*].webhookResourceId\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*].webhookResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*].isGlobalRunbook\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*].isGlobalRunbook\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*].name\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*].serviceUri\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*].serviceUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*]\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/voiceReceivers[*].name\",\r\n \"defaultPath\": \"properties.voiceReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/voiceReceivers[*].countryCode\",\r\n \"defaultPath\": \"properties.voiceReceivers[*].countryCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/voiceReceivers[*].phoneNumber\",\r\n \"defaultPath\": \"properties.voiceReceivers[*].phoneNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/voiceReceivers[*]\",\r\n \"defaultPath\": \"properties.voiceReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/voiceReceivers\",\r\n \"defaultPath\": \"properties.voiceReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/logicAppReceivers[*].name\",\r\n \"defaultPath\": \"properties.logicAppReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/logicAppReceivers[*].resourceId\",\r\n \"defaultPath\": \"properties.logicAppReceivers[*].resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/logicAppReceivers[*].callbackUrl\",\r\n \"defaultPath\": \"properties.logicAppReceivers[*].callbackUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/logicAppReceivers[*]\",\r\n \"defaultPath\": \"properties.logicAppReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/logicAppReceivers\",\r\n \"defaultPath\": \"properties.logicAppReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureFunctionReceivers[*].name\",\r\n \"defaultPath\": \"properties.azureFunctionReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureFunctionReceivers[*].functionAppResourceId\",\r\n \"defaultPath\": \"properties.azureFunctionReceivers[*].functionAppResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureFunctionReceivers[*].functionName\",\r\n \"defaultPath\": \"properties.azureFunctionReceivers[*].functionName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureFunctionReceivers[*].httpTriggerUrl\",\r\n \"defaultPath\": \"properties.azureFunctionReceivers[*].httpTriggerUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureFunctionReceivers[*]\",\r\n \"defaultPath\": \"properties.azureFunctionReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureFunctionReceivers\",\r\n \"defaultPath\": \"properties.azureFunctionReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/armRoleReceivers[*].name\",\r\n \"defaultPath\": \"properties.armRoleReceivers[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/armRoleReceivers[*].roleId\",\r\n \"defaultPath\": \"properties.armRoleReceivers[*].roleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/armRoleReceivers[*]\",\r\n \"defaultPath\": \"properties.armRoleReceivers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/armRoleReceivers\",\r\n \"defaultPath\": \"properties.armRoleReceivers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/emailReceivers[*].useCommonAlertSchema\",\r\n \"defaultPath\": \"properties.emailReceivers[*].useCommonAlertSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*].useCommonAlertSchema\",\r\n \"defaultPath\": \"properties.webhookReceivers[*].useCommonAlertSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/automationRunbookReceivers[*].useCommonAlertSchema\",\r\n \"defaultPath\": \"properties.automationRunbookReceivers[*].useCommonAlertSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/logicAppReceivers[*].useCommonAlertSchema\",\r\n \"defaultPath\": \"properties.logicAppReceivers[*].useCommonAlertSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/azureFunctionReceivers[*].useCommonAlertSchema\",\r\n \"defaultPath\": \"properties.azureFunctionReceivers[*].useCommonAlertSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/armRoleReceivers[*].useCommonAlertSchema\",\r\n \"defaultPath\": \"properties.armRoleReceivers[*].useCommonAlertSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*].useAadAuth\",\r\n \"defaultPath\": \"properties.webhookReceivers[*].useAadAuth\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*].objectId\",\r\n \"defaultPath\": \"properties.webhookReceivers[*].objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*].identifierUri\",\r\n \"defaultPath\": \"properties.webhookReceivers[*].identifierUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/actiongroups/webhookReceivers[*].tenantId\",\r\n \"defaultPath\": \"properties.webhookReceivers[*].tenantId\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"activityLogAlerts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2017-03-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/scopes\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.scopes\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.scopes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/scopes[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.scopes[*]\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.scopes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/condition\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/condition.allOf\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.allOf\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.allOf\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/condition.allOf[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.allOf[*]\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.allOf[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/condition.allOf[*].field\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.allOf[*].field\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.allOf[*].field\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/condition.allOf[*].equals\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.allOf[*].equals\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.allOf[*].equals\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/condition.allOf[*].containsAny\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.condition.allOf[*].containsAny\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.condition.allOf[*].containsAny\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/ActivityLogAlerts/enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enabled\",\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-03-01-preview\",\r\n \"2017-04-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/actions.actionGroups[*].actionGroupId\",\r\n \"defaultPath\": \"properties.actions.actionGroups[*].actionGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/actions.actionGroups[*].webhookProperties.additionalProperties\",\r\n \"defaultPath\": \"properties.actions.actionGroups[*].webhookProperties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/actions.actionGroups[*].webhookProperties\",\r\n \"defaultPath\": \"properties.actions.actionGroups[*].webhookProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/actions.actionGroups[*]\",\r\n \"defaultPath\": \"properties.actions.actionGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/actions.actionGroups\",\r\n \"defaultPath\": \"properties.actions.actionGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/actions\",\r\n \"defaultPath\": \"properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/condition.field\",\r\n \"defaultPath\": \"properties.condition.field\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/activityLogAlerts/condition.equals\",\r\n \"defaultPath\": \"properties.condition.equals\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"baseline\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"metricbaselines\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Canada East\",\r\n \"Canada Central\",\r\n \"Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"North Europe\",\r\n \"Norway West\",\r\n \"Norway East\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-03-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"calculatebaseline\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-11-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"workbooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-12\",\r\n \"2018-06-17-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/serializedData\",\r\n \"defaultPath\": \"properties.serializedData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/timeModified\",\r\n \"defaultPath\": \"properties.timeModified\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/category\",\r\n \"defaultPath\": \"properties.category\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/version\",\r\n \"defaultPath\": \"properties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/tags[*]\",\r\n \"defaultPath\": \"properties.tags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/tags\",\r\n \"defaultPath\": \"properties.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/userId\",\r\n \"defaultPath\": \"properties.userId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/name\",\r\n \"defaultPath\": \"properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/workbookId\",\r\n \"defaultPath\": \"properties.workbookId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/kind\",\r\n \"defaultPath\": \"properties.kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/workbooks/sourceResourceId\",\r\n \"defaultPath\": \"properties.sourceResourceId\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workbooktemplates\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"guestDiagnosticSettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/osType\",\r\n \"defaultPath\": \"properties.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].kind\",\r\n \"defaultPath\": \"properties.dataSources[*].kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers[*].id\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers[*].events[*].name\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers[*].events[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers[*].events[*].id\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers[*].events[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers[*].events[*].filter\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers[*].events[*].filter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers[*].events[*]\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers[*].events[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers[*].events\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers[*].events\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers[*]\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.providers\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.providers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.perfCounters[*].name\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.perfCounters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.perfCounters[*].samplingPeriod\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.perfCounters[*].samplingPeriod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.perfCounters[*].instance\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.perfCounters[*].instance\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.perfCounters[*]\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.perfCounters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.perfCounters\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.perfCounters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.eventLogs[*].logName\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.eventLogs[*].logName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.eventLogs[*].filter\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.eventLogs[*].filter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.eventLogs[*]\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.eventLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration.eventLogs\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration.eventLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].configuration\",\r\n \"defaultPath\": \"properties.dataSources[*].configuration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].sinks[*].kind\",\r\n \"defaultPath\": \"properties.dataSources[*].sinks[*].kind\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].sinks[*]\",\r\n \"defaultPath\": \"properties.dataSources[*].sinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*].sinks\",\r\n \"defaultPath\": \"properties.dataSources[*].sinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources[*]\",\r\n \"defaultPath\": \"properties.dataSources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/dataSources\",\r\n \"defaultPath\": \"properties.dataSources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettings/proxySetting\",\r\n \"defaultPath\": \"properties.proxySetting\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"guestDiagnosticSettingsAssociation\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/guestDiagnosticSettingsAssociation/guestDiagnosticSettingsName\",\r\n \"defaultPath\": \"properties.guestDiagnosticSettingsName\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"myWorkbooks\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-12\",\r\n \"2018-06-17-preview\",\r\n \"2018-06-15-preview\",\r\n \"2018-06-01-preview\",\r\n \"2016-06-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"logs\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"transactions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"topology\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"Central US\",\r\n \"South Africa North\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"dataCollectionRules\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-11-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"dataCollectionRuleAssociations\",\r\n \"locations\": [\r\n \"East US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Southeast Asia\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-11-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopes/scopedResources\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"components/linkedstorageaccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkScopeOperationStatuses\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-17-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Components/ProactiveDetectionConfigs\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"UK South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Japan East\",\r\n \"Australia East\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"East Asia\",\r\n \"West US\",\r\n \"South Africa North\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Australia Southeast\",\r\n \"Australia Central 2\",\r\n \"Germany West Central\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01-preview\",\r\n \"2015-05-01\",\r\n \"2014-12-01-preview\",\r\n \"2014-08-01\",\r\n \"2014-04-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/Name\",\r\n \"defaultPath\": \"properties.Name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/Enabled\",\r\n \"defaultPath\": \"properties.Enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/SendEmailsToSubscriptionOwners\",\r\n \"defaultPath\": \"properties.SendEmailsToSubscriptionOwners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/CustomEmails[*]\",\r\n \"defaultPath\": \"properties.CustomEmails[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/CustomEmails\",\r\n \"defaultPath\": \"properties.CustomEmails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/LastUpdatedTime\",\r\n \"defaultPath\": \"properties.LastUpdatedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.Name\",\r\n \"defaultPath\": \"properties.RuleDefinitions.Name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.DisplayName\",\r\n \"defaultPath\": \"properties.RuleDefinitions.DisplayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.Description\",\r\n \"defaultPath\": \"properties.RuleDefinitions.Description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.HelpUrl\",\r\n \"defaultPath\": \"properties.RuleDefinitions.HelpUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.IsHidden\",\r\n \"defaultPath\": \"properties.RuleDefinitions.IsHidden\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.IsEnabledByDefault\",\r\n \"defaultPath\": \"properties.RuleDefinitions.IsEnabledByDefault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.IsInPreview\",\r\n \"defaultPath\": \"properties.RuleDefinitions.IsInPreview\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions.SupportsEmailNotifications\",\r\n \"defaultPath\": \"properties.RuleDefinitions.SupportsEmailNotifications\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Insights/Components/ProactiveDetectionConfigs/RuleDefinitions\",\r\n \"defaultPath\": \"properties.RuleDefinitions\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.IntelligentITDigitalTwin\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"digitalTwins\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-07-15-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Intune\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2017-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"diagnosticSettingsCategories\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-04-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.IoTCentral\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"IoTApps\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"Central US\",\r\n \"West Central US\",\r\n \"Australia\",\r\n \"Asia Pacific\",\r\n \"Europe\",\r\n \"Japan\",\r\n \"UK\",\r\n \"United States\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/applicationId\",\r\n \"defaultPath\": \"properties.applicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/subdomain\",\r\n \"defaultPath\": \"properties.subdomain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/template\",\r\n \"defaultPath\": \"properties.template\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkSubdomainAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\",\r\n \"2017-07-01-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"appTemplates\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.IoTSpaces\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"North Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"Graph\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"UK South\",\r\n \"East US 2 EUAP\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"North Europe\",\r\n \"Australia East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-01-preview\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/managementApiUrl\",\r\n \"defaultPath\": \"properties.managementApiUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/webPortalUrl\",\r\n \"defaultPath\": \"properties.webPortalUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/storageContainer.connectionString\",\r\n \"defaultPath\": \"properties.storageContainer.connectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/storageContainer.subscriptionId\",\r\n \"defaultPath\": \"properties.storageContainer.subscriptionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/storageContainer.resourceGroup\",\r\n \"defaultPath\": \"properties.storageContainer.resourceGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/storageContainer.containerName\",\r\n \"defaultPath\": \"properties.storageContainer.containerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/storageContainer\",\r\n \"defaultPath\": \"properties.storageContainer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTSpaces/Graph/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-10-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-10-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.KeyVault\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.name\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/sku.family\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.family\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/enabledForDeployment\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enabledForDeployment\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enabledForDeployment\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/enabledForDiskEncryption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enabledForDiskEncryption\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enabledForDiskEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/enabledForTemplateDeployment\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enabledForTemplateDeployment\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enabledForTemplateDeployment\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/enablePurgeProtection\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enablePurgeProtection\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enablePurgeProtection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/enableSoftDelete\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableSoftDelete\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableSoftDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/networkAcls.defaultAction\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkAcls.defaultAction\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkAcls.defaultAction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/networkAcls.ipRules\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkAcls.ipRules\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkAcls.ipRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/networkAcls.ipRules[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkAcls.ipRules[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkAcls.ipRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/networkAcls.ipRules[*].value\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkAcls.ipRules[*].value\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkAcls.ipRules[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/networkAcls.virtualNetworkRules\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkAcls.virtualNetworkRules\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/networkAcls.virtualNetworkRules[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkAcls.virtualNetworkRules[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/networkAcls.virtualNetworkRules[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkAcls.virtualNetworkRules[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkAcls.virtualNetworkRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/tenantId\",\r\n \"defaultPath\": \"properties.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].tenantId\",\r\n \"defaultPath\": \"properties.accessPolicies[*].tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].objectId\",\r\n \"defaultPath\": \"properties.accessPolicies[*].objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].applicationId\",\r\n \"defaultPath\": \"properties.accessPolicies[*].applicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.keys[*]\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.keys[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.keys\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.keys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.secrets[*]\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.secrets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.secrets\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.secrets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.certificates[*]\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.certificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.certificates\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.certificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.storage[*]\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.storage[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions.storage\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions.storage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*].permissions\",\r\n \"defaultPath\": \"properties.accessPolicies[*].permissions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies[*]\",\r\n \"defaultPath\": \"properties.accessPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/accessPolicies\",\r\n \"defaultPath\": \"properties.accessPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/vaultUri\",\r\n \"defaultPath\": \"properties.vaultUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/createMode\",\r\n \"defaultPath\": \"properties.createMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/networkAcls.bypass\",\r\n \"defaultPath\": \"properties.networkAcls.bypass\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/networkAcls\",\r\n \"defaultPath\": \"properties.networkAcls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/softDeleteRetentionInDays\",\r\n \"defaultPath\": \"properties.softDeleteRetentionInDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/enableRbacAuthorization\",\r\n \"defaultPath\": \"properties.enableRbacAuthorization\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/secrets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/attributes\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.attributes\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.attributes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/attributes.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.attributes.enabled\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.attributes.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/attributes.nbf\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.attributes.nbf\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.attributes.nbf\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/attributes.exp\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.attributes.exp\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.attributes.exp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/attributes.created\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.attributes.created\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.attributes.created\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/attributes.updated\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.attributes.updated\",\r\n \"apiVersions\": [\r\n \"2014-12-19-preview\",\r\n \"2015-06-01\",\r\n \"2016-10-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.attributes.updated\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/secrets/contentType\",\r\n \"defaultPath\": \"properties.contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/secrets/secretUri\",\r\n \"defaultPath\": \"properties.secretUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Keyvault/vaults/secrets/secretUriWithVersion\",\r\n \"defaultPath\": \"properties.secretUriWithVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/secrets/value\",\r\n \"defaultPath\": \"properties.value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/accessPolicies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\",\r\n \"2014-12-19-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"hsmPools\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managedHSMs\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-04-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections/privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections/privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections/privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections/privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KeyVault/vaults/privateEndpointConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Kubernetes\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"connectedClusters\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-11-01-preview\",\r\n \"2019-09-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationStatuses\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West Europe\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"registeredSubscriptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"Operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01-preview\",\r\n \"2019-11-01-preview\",\r\n \"2019-09-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.KubernetesConfiguration\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"sourceControlConfigurations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US\",\r\n \"West Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/complianceState\",\r\n \"defaultPath\": \"properties.complianceStatus.complianceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/lastConfigApplied\",\r\n \"defaultPath\": \"properties.complianceStatus.lastConfigApplied\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/repositoryUrl\",\r\n \"defaultPath\": \"properties.repositoryUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/operatorNamespace\",\r\n \"defaultPath\": \"properties.operatorNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/operatorInstanceName\",\r\n \"defaultPath\": \"properties.operatorInstanceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/operatorType\",\r\n \"defaultPath\": \"properties.operatorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/operatorParams\",\r\n \"defaultPath\": \"properties.operatorParams\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/operatorScope\",\r\n \"defaultPath\": \"properties.operatorScope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/repositoryPublicKey\",\r\n \"defaultPath\": \"properties.repositoryPublicKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/enableHelmOperator\",\r\n \"defaultPath\": \"properties.enableHelmOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/helmOperatorProperties\",\r\n \"defaultPath\": \"properties.helmOperatorProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/helmOperatorProperties.chartVersion\",\r\n \"defaultPath\": \"properties.helmOperatorProperties.chartVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/helmOperatorProperties.chartValues\",\r\n \"defaultPath\": \"properties.helmOperatorProperties.chartValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/complianceStatus\",\r\n \"defaultPath\": \"properties.complianceStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/complianceStatus.complianceState\",\r\n \"defaultPath\": \"properties.complianceStatus.complianceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/complianceStatus.lastConfigApplied\",\r\n \"defaultPath\": \"properties.complianceStatus.lastConfigApplied\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/complianceStatus.message\",\r\n \"defaultPath\": \"properties.complianceStatus.message\"\r\n },\r\n {\r\n \"name\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations/complianceStatus.messageLevel\",\r\n \"defaultPath\": \"properties.complianceStatus.messageLevel\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Kusto\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"clusters\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/uri\",\r\n \"defaultPath\": \"properties.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/dataIngestionUri\",\r\n \"defaultPath\": \"properties.dataIngestionUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/trustedExternalTenants[*]\",\r\n \"defaultPath\": \"properties.trustedExternalTenants[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/trustedExternalTenants\",\r\n \"defaultPath\": \"properties.trustedExternalTenants\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/trustedExternalTenants[*].value\",\r\n \"defaultPath\": \"properties.trustedExternalTenants[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/optimizedAutoscale.version\",\r\n \"defaultPath\": \"properties.optimizedAutoscale.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/optimizedAutoscale.isEnabled\",\r\n \"defaultPath\": \"properties.optimizedAutoscale.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/optimizedAutoscale.minimum\",\r\n \"defaultPath\": \"properties.optimizedAutoscale.minimum\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/optimizedAutoscale.maximum\",\r\n \"defaultPath\": \"properties.optimizedAutoscale.maximum\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/optimizedAutoscale\",\r\n \"defaultPath\": \"properties.optimizedAutoscale\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/enableDiskEncryption\",\r\n \"defaultPath\": \"properties.enableDiskEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/enableStreamingIngest\",\r\n \"defaultPath\": \"properties.enableStreamingIngest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/virtualNetworkConfiguration.subnetId\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration.subnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/virtualNetworkConfiguration.enginePublicIpId\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration.enginePublicIpId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/virtualNetworkConfiguration.dataManagementPublicIpId\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration.dataManagementPublicIpId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/virtualNetworkConfiguration\",\r\n \"defaultPath\": \"properties.virtualNetworkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/keyVaultProperties.keyName\",\r\n \"defaultPath\": \"properties.keyVaultProperties.keyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/keyVaultProperties.keyVersion\",\r\n \"defaultPath\": \"properties.keyVaultProperties.keyVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/keyVaultProperties.keyVaultUri\",\r\n \"defaultPath\": \"properties.keyVaultProperties.keyVaultUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/keyVaultProperties\",\r\n \"defaultPath\": \"properties.keyVaultProperties\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/softDeletePeriodInDays\",\r\n \"defaultPath\": \"properties.softDeletePeriodInDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/hotCachePeriodInDays\",\r\n \"defaultPath\": \"properties.hotCachePeriodInDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/statistics.size\",\r\n \"defaultPath\": \"properties.statistics.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/statistics\",\r\n \"defaultPath\": \"properties.statistics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/softDeletePeriod\",\r\n \"defaultPath\": \"properties.softDeletePeriod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/hotCachePeriod\",\r\n \"defaultPath\": \"properties.hotCachePeriod\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/dataconnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\"\r\n ],\r\n \"defaultApiVersion\": \"2019-11-09\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/attacheddatabaseconfigurations\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/attacheddatabaseconfigurations/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/attacheddatabaseconfigurations/databaseName\",\r\n \"defaultPath\": \"properties.databaseName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/attacheddatabaseconfigurations/clusterResourceId\",\r\n \"defaultPath\": \"properties.clusterResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/attacheddatabaseconfigurations/attachedDatabaseNames[*]\",\r\n \"defaultPath\": \"properties.attachedDatabaseNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/attacheddatabaseconfigurations/attachedDatabaseNames\",\r\n \"defaultPath\": \"properties.attachedDatabaseNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/attacheddatabaseconfigurations/defaultPrincipalsModificationKind\",\r\n \"defaultPath\": \"properties.defaultPrincipalsModificationKind\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/principalassignments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\"\r\n ],\r\n \"defaultApiVersion\": \"2019-11-09\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/eventhubconnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/eventhubconnections/eventHubResourceId\",\r\n \"defaultPath\": \"properties.eventHubResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/eventhubconnections/consumerGroup\",\r\n \"defaultPath\": \"properties.consumerGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/eventhubconnections/tableName\",\r\n \"defaultPath\": \"properties.tableName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/eventhubconnections/mappingRuleName\",\r\n \"defaultPath\": \"properties.mappingRuleName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Kusto/clusters/databases/eventhubconnections/dataFormat\",\r\n \"defaultPath\": \"properties.dataFormat\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/dataconnections\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/databases/principalassignments\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\"\r\n ],\r\n \"defaultApiVersion\": \"2019-11-09\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"clusters/sharedidentities\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\"\r\n ],\r\n \"defaultApiVersion\": \"2019-09-07\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West India\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-14\",\r\n \"2020-02-15\",\r\n \"2019-11-09\",\r\n \"2019-09-07\",\r\n \"2019-05-15\",\r\n \"2019-01-21\",\r\n \"2018-09-07-preview\",\r\n \"2017-09-07-privatepreview\"\r\n ],\r\n \"defaultApiVersion\": \"2019-05-15\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.LabServices\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"labaccounts\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].name\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].vmSizes[*].computeSize\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].vmSizes[*].computeSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].vmSizes[*].price\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].vmSizes[*].price\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].vmSizes[*].numberOfCores\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].vmSizes[*].numberOfCores\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].vmSizes[*].memory\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].vmSizes[*].memory\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].vmSizes[*]\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].vmSizes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].vmSizes\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].vmSizes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].maxPrice\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].maxPrice\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].minNumberOfCores\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].minNumberOfCores\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*].minMemory\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*].minMemory\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes[*]\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration.environmentSizes\",\r\n \"defaultPath\": \"properties.sizeConfiguration.environmentSizes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/sizeConfiguration\",\r\n \"defaultPath\": \"properties.sizeConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/enabledRegionSelection\",\r\n \"defaultPath\": \"properties.enabledRegionSelection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/latestOperationResult.status\",\r\n \"defaultPath\": \"properties.latestOperationResult.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/latestOperationResult.errorCode\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/latestOperationResult.errorMessage\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/latestOperationResult.requestUri\",\r\n \"defaultPath\": \"properties.latestOperationResult.requestUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/latestOperationResult.httpMethod\",\r\n \"defaultPath\": \"properties.latestOperationResult.httpMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/latestOperationResult.operationUrl\",\r\n \"defaultPath\": \"properties.latestOperationResult.operationUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labaccounts/latestOperationResult\",\r\n \"defaultPath\": \"properties.latestOperationResult\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"users\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2019-01-01-beta\",\r\n \"2019-01-01-alpha\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\",\r\n \"2017-12-01-beta\",\r\n \"2017-12-01-alpha\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"labAccounts/galleryImages\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/author\",\r\n \"defaultPath\": \"properties.author\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/imageReference.offer\",\r\n \"defaultPath\": \"properties.imageReference.offer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/imageReference.publisher\",\r\n \"defaultPath\": \"properties.imageReference.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/imageReference.sku\",\r\n \"defaultPath\": \"properties.imageReference.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/imageReference.osType\",\r\n \"defaultPath\": \"properties.imageReference.osType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/imageReference.version\",\r\n \"defaultPath\": \"properties.imageReference.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/imageReference\",\r\n \"defaultPath\": \"properties.imageReference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/icon\",\r\n \"defaultPath\": \"properties.icon\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/isEnabled\",\r\n \"defaultPath\": \"properties.isEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/isOverride\",\r\n \"defaultPath\": \"properties.isOverride\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/planId\",\r\n \"defaultPath\": \"properties.planId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/isPlanAuthorized\",\r\n \"defaultPath\": \"properties.isPlanAuthorized\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/latestOperationResult.status\",\r\n \"defaultPath\": \"properties.latestOperationResult.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/latestOperationResult.errorCode\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/latestOperationResult.errorMessage\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/latestOperationResult.requestUri\",\r\n \"defaultPath\": \"properties.latestOperationResult.requestUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/latestOperationResult.httpMethod\",\r\n \"defaultPath\": \"properties.latestOperationResult.httpMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/latestOperationResult.operationUrl\",\r\n \"defaultPath\": \"properties.latestOperationResult.operationUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/galleryImages/latestOperationResult\",\r\n \"defaultPath\": \"properties.latestOperationResult\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labAccounts/labs\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/maxUsersInLab\",\r\n \"defaultPath\": \"properties.maxUsersInLab\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/userQuota\",\r\n \"defaultPath\": \"properties.userQuota\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/invitationCode\",\r\n \"defaultPath\": \"properties.invitationCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/createdByObjectId\",\r\n \"defaultPath\": \"properties.createdByObjectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/usageQuota\",\r\n \"defaultPath\": \"properties.usageQuota\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/userAccessMode\",\r\n \"defaultPath\": \"properties.userAccessMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/createdByUserPrincipalName\",\r\n \"defaultPath\": \"properties.createdByUserPrincipalName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/createdDate\",\r\n \"defaultPath\": \"properties.createdDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/latestOperationResult.status\",\r\n \"defaultPath\": \"properties.latestOperationResult.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/latestOperationResult.errorCode\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/latestOperationResult.errorMessage\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/latestOperationResult.requestUri\",\r\n \"defaultPath\": \"properties.latestOperationResult.requestUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/latestOperationResult.httpMethod\",\r\n \"defaultPath\": \"properties.latestOperationResult.httpMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/latestOperationResult.operationUrl\",\r\n \"defaultPath\": \"properties.latestOperationResult.operationUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/latestOperationResult\",\r\n \"defaultPath\": \"properties.latestOperationResult\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labAccounts/labs/environmentSettings\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/publishingState\",\r\n \"defaultPath\": \"properties.publishingState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/configurationState\",\r\n \"defaultPath\": \"properties.configurationState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.id\",\r\n \"defaultPath\": \"properties.resourceSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.galleryImageResourceId\",\r\n \"defaultPath\": \"properties.resourceSettings.galleryImageResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.imageName\",\r\n \"defaultPath\": \"properties.resourceSettings.imageName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.size\",\r\n \"defaultPath\": \"properties.resourceSettings.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.cores\",\r\n \"defaultPath\": \"properties.resourceSettings.cores\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.userName\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.userName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.password\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.vmStateDetails.rdpAuthority\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.vmStateDetails.rdpAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.vmStateDetails.sshAuthority\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.vmStateDetails.sshAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.vmStateDetails.powerState\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.vmStateDetails.powerState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.vmStateDetails.lastKnownPowerState\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.vmStateDetails.lastKnownPowerState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.vmStateDetails\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.vmStateDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm.vmResourceId\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm.vmResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings.referenceVm\",\r\n \"defaultPath\": \"properties.resourceSettings.referenceVm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/resourceSettings\",\r\n \"defaultPath\": \"properties.resourceSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/lastChanged\",\r\n \"defaultPath\": \"properties.lastChanged\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/lastPublished\",\r\n \"defaultPath\": \"properties.lastPublished\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/latestOperationResult.status\",\r\n \"defaultPath\": \"properties.latestOperationResult.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/latestOperationResult.errorCode\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/latestOperationResult.errorMessage\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/latestOperationResult.requestUri\",\r\n \"defaultPath\": \"properties.latestOperationResult.requestUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/latestOperationResult.httpMethod\",\r\n \"defaultPath\": \"properties.latestOperationResult.httpMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/latestOperationResult.operationUrl\",\r\n \"defaultPath\": \"properties.latestOperationResult.operationUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/latestOperationResult\",\r\n \"defaultPath\": \"properties.latestOperationResult\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.resourceSets.vmResourceId\",\r\n \"defaultPath\": \"properties.resourceSets.vmResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.resourceSets.resourceSettingId\",\r\n \"defaultPath\": \"properties.resourceSets.resourceSettingId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.resourceSets\",\r\n \"defaultPath\": \"properties.resourceSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.claimedByUserObjectId\",\r\n \"defaultPath\": \"properties.claimedByUserObjectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.claimedByUserPrincipalId\",\r\n \"defaultPath\": \"properties.claimedByUserPrincipalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.claimedByUserName\",\r\n \"defaultPath\": \"properties.claimedByUserName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.isClaimed\",\r\n \"defaultPath\": \"properties.isClaimed\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.lastKnownPowerState\",\r\n \"defaultPath\": \"properties.lastKnownPowerState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.networkInterface.privateIpAddress\",\r\n \"defaultPath\": \"properties.networkInterface.privateIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.networkInterface.sshAuthority\",\r\n \"defaultPath\": \"properties.networkInterface.sshAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.networkInterface.rdpAuthority\",\r\n \"defaultPath\": \"properties.networkInterface.rdpAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.networkInterface.username\",\r\n \"defaultPath\": \"properties.networkInterface.username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.networkInterface\",\r\n \"defaultPath\": \"properties.networkInterface\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.totalUsage\",\r\n \"defaultPath\": \"properties.totalUsage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/environmentSettings/environments.passwordLastReset\",\r\n \"defaultPath\": \"properties.passwordLastReset\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"labAccounts/labs/users\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\",\r\n \"Japan East\",\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"UK West\",\r\n \"West India\",\r\n \"Australia East\",\r\n \"Australia Central 2\",\r\n \"Brazil South\",\r\n \"Canada East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"North Central US\",\r\n \"South India\",\r\n \"Switzerland West\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-01-01-preview\",\r\n \"2018-10-15\",\r\n \"2017-12-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/email\",\r\n \"defaultPath\": \"properties.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/familyName\",\r\n \"defaultPath\": \"properties.familyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/givenName\",\r\n \"defaultPath\": \"properties.givenName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/tenantId\",\r\n \"defaultPath\": \"properties.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/totalUsage\",\r\n \"defaultPath\": \"properties.totalUsage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/uniqueIdentifier\",\r\n \"defaultPath\": \"properties.uniqueIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/latestOperationResult.status\",\r\n \"defaultPath\": \"properties.latestOperationResult.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/latestOperationResult.errorCode\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/latestOperationResult.errorMessage\",\r\n \"defaultPath\": \"properties.latestOperationResult.errorMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/latestOperationResult.requestUri\",\r\n \"defaultPath\": \"properties.latestOperationResult.requestUri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/latestOperationResult.httpMethod\",\r\n \"defaultPath\": \"properties.latestOperationResult.httpMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/latestOperationResult.operationUrl\",\r\n \"defaultPath\": \"properties.latestOperationResult.operationUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.LabServices/labAccounts/labs/users/latestOperationResult\",\r\n \"defaultPath\": \"properties.latestOperationResult\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Logic\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"hostingEnvironments\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-04-01-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workflows\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/state\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.state\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.triggers\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.triggers\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.triggers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.triggers.allowedCallerIpAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.triggers.allowedCallerIpAddresses\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.triggers.allowedCallerIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.triggers.allowedCallerIpAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.triggers.allowedCallerIpAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.triggers.allowedCallerIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.triggers.allowedCallerIpAddresses[*].addressRange\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.triggers.allowedCallerIpAddresses[*].addressRange\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.triggers.allowedCallerIpAddresses[*].addressRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.contents\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.contents\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.contents\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.contents.allowedCallerIpAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.contents.allowedCallerIpAddresses\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.contents.allowedCallerIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.contents.allowedCallerIpAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.contents.allowedCallerIpAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.contents.allowedCallerIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.contents.allowedCallerIpAddresses[*].addressRange\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.contents.allowedCallerIpAddresses[*].addressRange\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.contents.allowedCallerIpAddresses[*].addressRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.actions\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.actions\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.actions.allowedCallerIpAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.actions.allowedCallerIpAddresses\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.actions.allowedCallerIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.actions.allowedCallerIpAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.actions.allowedCallerIpAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.actions.allowedCallerIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessControl.actions.allowedCallerIpAddresses[*].addressRange\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.accessControl.actions.allowedCallerIpAddresses[*].addressRange\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.accessControl.actions.allowedCallerIpAddresses[*].addressRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.workflow\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.workflow\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.workflow.outgoingIpAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.workflow.outgoingIpAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.workflow.outgoingIpAddresses[*].address\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses[*].address\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.workflow.accessEndpointIpAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.workflow.accessEndpointIpAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.workflow.accessEndpointIpAddresses[*].address\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*].address\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.connector\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.connector\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.connector.outgoingIpAddresses\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.connector.outgoingIpAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.connector.outgoingIpAddresses[*].address\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses[*].address\",\r\n \"apiVersions\": [\r\n \"2015-02-01-preview\",\r\n \"2015-08-01-preview\",\r\n \"2016-06-01\",\r\n \"2016-10-01\",\r\n \"2017-07-01\",\r\n \"2018-07-01-preview\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/version\",\r\n \"defaultPath\": \"properties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessEndpoint\",\r\n \"defaultPath\": \"properties.accessEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/sku.name\",\r\n \"defaultPath\": \"properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/sku.plan.id\",\r\n \"defaultPath\": \"properties.sku.plan.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/sku.plan.name\",\r\n \"defaultPath\": \"properties.sku.plan.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/sku.plan.type\",\r\n \"defaultPath\": \"properties.sku.plan.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/sku.plan\",\r\n \"defaultPath\": \"properties.sku.plan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink.uri\",\r\n \"defaultPath\": \"properties.definitionLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink.contentVersion\",\r\n \"defaultPath\": \"properties.definitionLink.contentVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink.contentSize\",\r\n \"defaultPath\": \"properties.definitionLink.contentSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.definitionLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink.contentHash\",\r\n \"defaultPath\": \"properties.definitionLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink.metadata\",\r\n \"defaultPath\": \"properties.definitionLink.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink\",\r\n \"defaultPath\": \"properties.definitionLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definition\",\r\n \"defaultPath\": \"properties.definition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink.uri\",\r\n \"defaultPath\": \"properties.parametersLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink.contentVersion\",\r\n \"defaultPath\": \"properties.parametersLink.contentVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink.contentSize\",\r\n \"defaultPath\": \"properties.parametersLink.contentSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink.contentHash\",\r\n \"defaultPath\": \"properties.parametersLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink.metadata\",\r\n \"defaultPath\": \"properties.parametersLink.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink\",\r\n \"defaultPath\": \"properties.parametersLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationAccount.id\",\r\n \"defaultPath\": \"properties.integrationAccount.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationAccount.name\",\r\n \"defaultPath\": \"properties.integrationAccount.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationAccount.type\",\r\n \"defaultPath\": \"properties.integrationAccount.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationAccount\",\r\n \"defaultPath\": \"properties.integrationAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/definitionLink.contentHash.value\",\r\n \"defaultPath\": \"properties.definitionLink.contentHash.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.parametersLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/parametersLink.contentHash.value\",\r\n \"defaultPath\": \"properties.parametersLink.contentHash.value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.connector.accessEndpointIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.accessEndpointIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.connector.accessEndpointIpAddresses[*]\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.accessEndpointIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/endpointsConfiguration.connector.accessEndpointIpAddresses\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.accessEndpointIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationServiceEnvironment.id\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationServiceEnvironment.name\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationServiceEnvironment.type\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/integrationServiceEnvironment\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/workflows\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.provisioningState\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.state\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.integrationServiceEnvironmentId\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.integrationServiceEnvironmentId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.workflow.outgoingIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.workflow.outgoingIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.workflow.outgoingIpAddresses[*]\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.workflow.outgoingIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.workflow.outgoingIpAddresses\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.workflow.outgoingIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.workflow.accessEndpointIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.workflow.accessEndpointIpAddresses[*]\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.workflow.accessEndpointIpAddresses\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.workflow.accessEndpointIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.workflow\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.workflow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.connector.outgoingIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.connector.outgoingIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.connector.outgoingIpAddresses[*]\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.connector.outgoingIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.connector.outgoingIpAddresses\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.connector.outgoingIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.connector.accessEndpointIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.connector.accessEndpointIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.connector.accessEndpointIpAddresses[*]\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.connector.accessEndpointIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.connector.accessEndpointIpAddresses\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.connector.accessEndpointIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration.connector\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration.connector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.endpointsConfiguration\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.endpointsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.virtualNetworkAddressSpace\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.virtualNetworkAddressSpace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.accessEndpoint.type\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.accessEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.accessEndpoint\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.accessEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.subnets[*].id\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.subnets[*].name\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.subnets[*].type\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.subnets[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.subnets[*]\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration.subnets\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.networkConfiguration\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.properties.networkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.sku.name\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.sku.capacity\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.sku\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.id\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.name\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.type\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.location\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/integrationServiceEnvironment.tags\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/state\",\r\n \"defaultPath\": \"properties.state\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"isolatedEnvironments\",\r\n \"locations\": [\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"integrationServiceEnvironments\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/integrationServiceEnvironmentId\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironmentId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.workflow.outgoingIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.workflow.outgoingIpAddresses[*]\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.workflow.outgoingIpAddresses\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.outgoingIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.workflow.accessEndpointIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.workflow.accessEndpointIpAddresses[*]\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.workflow.accessEndpointIpAddresses\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow.accessEndpointIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.workflow\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.workflow\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.connector.outgoingIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.connector.outgoingIpAddresses[*]\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.connector.outgoingIpAddresses\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.outgoingIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.connector.accessEndpointIpAddresses[*].address\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.accessEndpointIpAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.connector.accessEndpointIpAddresses[*]\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.accessEndpointIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.connector.accessEndpointIpAddresses\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector.accessEndpointIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration.connector\",\r\n \"defaultPath\": \"properties.endpointsConfiguration.connector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/endpointsConfiguration\",\r\n \"defaultPath\": \"properties.endpointsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.virtualNetworkAddressSpace\",\r\n \"defaultPath\": \"properties.networkConfiguration.virtualNetworkAddressSpace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.accessEndpoint.type\",\r\n \"defaultPath\": \"properties.networkConfiguration.accessEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.accessEndpoint\",\r\n \"defaultPath\": \"properties.networkConfiguration.accessEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.subnets[*].id\",\r\n \"defaultPath\": \"properties.networkConfiguration.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.subnets[*].name\",\r\n \"defaultPath\": \"properties.networkConfiguration.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.subnets[*].type\",\r\n \"defaultPath\": \"properties.networkConfiguration.subnets[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.subnets[*]\",\r\n \"defaultPath\": \"properties.networkConfiguration.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration.subnets\",\r\n \"defaultPath\": \"properties.networkConfiguration.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/networkConfiguration\",\r\n \"defaultPath\": \"properties.networkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"integrationServiceEnvironments/managedApis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01-preview\",\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/name\",\r\n \"defaultPath\": \"properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/connectionParameters\",\r\n \"defaultPath\": \"properties.connectionParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.source\",\r\n \"defaultPath\": \"properties.metadata.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.brandColor\",\r\n \"defaultPath\": \"properties.metadata.brandColor\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.hideKey\",\r\n \"defaultPath\": \"properties.metadata.hideKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.tags\",\r\n \"defaultPath\": \"properties.metadata.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.ApiType\",\r\n \"defaultPath\": \"properties.metadata.ApiType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.wsdlService.qualifiedName\",\r\n \"defaultPath\": \"properties.metadata.wsdlService.qualifiedName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.wsdlService.EndpointQualifiedNames[*]\",\r\n \"defaultPath\": \"properties.metadata.wsdlService.EndpointQualifiedNames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.wsdlService.EndpointQualifiedNames\",\r\n \"defaultPath\": \"properties.metadata.wsdlService.EndpointQualifiedNames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.wsdlService\",\r\n \"defaultPath\": \"properties.metadata.wsdlService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.wsdlImportMethod\",\r\n \"defaultPath\": \"properties.metadata.wsdlImportMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.connectionType\",\r\n \"defaultPath\": \"properties.metadata.connectionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.provisioningState\",\r\n \"defaultPath\": \"properties.metadata.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.packageContentLink.type\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.packageContentLink.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.packageContentLink.isRequired\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.packageContentLink.isRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.packageContentLink.displayName\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.packageContentLink.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.packageContentLink.description\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.packageContentLink.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.packageContentLink.visibility\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.packageContentLink.visibility\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.packageContentLink\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.packageContentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.redisCacheConnectionString.type\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.redisCacheConnectionString.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.redisCacheConnectionString.isRequired\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.redisCacheConnectionString.isRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.redisCacheConnectionString.displayName\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.redisCacheConnectionString.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.redisCacheConnectionString.description\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.redisCacheConnectionString.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.redisCacheConnectionString.visibility\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.redisCacheConnectionString.visibility\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters.redisCacheConnectionString\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters.redisCacheConnectionString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata.deploymentParameters\",\r\n \"defaultPath\": \"properties.metadata.deploymentParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/runtimeUrls[*]\",\r\n \"defaultPath\": \"properties.runtimeUrls[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/runtimeUrls\",\r\n \"defaultPath\": \"properties.runtimeUrls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/generalInformation.iconUrl\",\r\n \"defaultPath\": \"properties.generalInformation.iconUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/generalInformation.displayName\",\r\n \"defaultPath\": \"properties.generalInformation.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/generalInformation.description\",\r\n \"defaultPath\": \"properties.generalInformation.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/generalInformation.termsOfUseUrl\",\r\n \"defaultPath\": \"properties.generalInformation.termsOfUseUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/generalInformation.releaseTag\",\r\n \"defaultPath\": \"properties.generalInformation.releaseTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/generalInformation.tier\",\r\n \"defaultPath\": \"properties.generalInformation.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/generalInformation\",\r\n \"defaultPath\": \"properties.generalInformation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/capabilities[*]\",\r\n \"defaultPath\": \"properties.capabilities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/capabilities\",\r\n \"defaultPath\": \"properties.capabilities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/backendService.serviceUrl\",\r\n \"defaultPath\": \"properties.backendService.serviceUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/backendService\",\r\n \"defaultPath\": \"properties.backendService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/policies.content\",\r\n \"defaultPath\": \"properties.policies.content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/policies.contentLink\",\r\n \"defaultPath\": \"properties.policies.contentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/policies\",\r\n \"defaultPath\": \"properties.policies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/apiDefinitionUrl\",\r\n \"defaultPath\": \"properties.apiDefinitionUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/apiDefinitions.originalSwaggerUrl\",\r\n \"defaultPath\": \"properties.apiDefinitions.originalSwaggerUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/apiDefinitions.modifiedSwaggerUrl\",\r\n \"defaultPath\": \"properties.apiDefinitions.modifiedSwaggerUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/apiDefinitions\",\r\n \"defaultPath\": \"properties.apiDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/integrationServiceEnvironment.id\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/integrationServiceEnvironment.name\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/integrationServiceEnvironment.type\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/integrationServiceEnvironment\",\r\n \"defaultPath\": \"properties.integrationServiceEnvironment\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationServiceEnvironments/managedApis/category\",\r\n \"defaultPath\": \"properties.category\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/agreements\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/agreementType\",\r\n \"defaultPath\": \"properties.agreementType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/hostPartner\",\r\n \"defaultPath\": \"properties.hostPartner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/guestPartner\",\r\n \"defaultPath\": \"properties.guestPartner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/hostIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.hostIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/hostIdentity\",\r\n \"defaultPath\": \"properties.hostIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/guestIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.guestIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/guestIdentity\",\r\n \"defaultPath\": \"properties.guestIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.senderBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.senderBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.senderBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.senderBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.receiverBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.receiverBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.receiverBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.receiverBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.ignoreCertificateNameMismatch\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.ignoreCertificateNameMismatch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.supportHttpStatusCodeContinue\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.supportHttpStatusCodeContinue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.keepHttpConnectionAlive\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.keepHttpConnectionAlive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.unfoldHttpHeaders\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings.unfoldHttpHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.messageConnectionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.ignoreCertificateNameMismatch\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.ignoreCertificateNameMismatch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.supportHttpStatusCodeContinue\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.supportHttpStatusCodeContinue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.keepHttpConnectionAlive\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.keepHttpConnectionAlive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.unfoldHttpHeaders\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings.unfoldHttpHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.acknowledgementConnectionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.needMdn\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.needMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.signMdn\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.signMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.sendMdnAsynchronously\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.sendMdnAsynchronously\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.receiptDeliveryUrl\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.receiptDeliveryUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.dispositionNotificationTo\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.dispositionNotificationTo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.signOutboundMdnIfOptional\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.signOutboundMdnIfOptional\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.mdnText\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.mdnText\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.sendInboundMdnToMessageBox\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.sendInboundMdnToMessageBox\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings.micHashingAlgorithm\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings.micHashingAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.mdnSettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.mdnSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.overrideGroupSigningCertificate\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.overrideGroupSigningCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.signingCertificateName\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.signingCertificateName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.encryptionCertificateName\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.encryptionCertificateName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForInboundEncodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForInboundEncodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForInboundDecodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForInboundDecodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForOutboundMdn\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForOutboundMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForOutboundEncodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForOutboundEncodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForOutboundDecodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForOutboundDecodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForInboundMdn\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings.enableNrrForInboundMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.securitySettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.securitySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.overrideMessageProperties\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.overrideMessageProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.encryptMessage\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.encryptMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.signMessage\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.signMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.compressMessage\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.compressMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.checkDuplicateMessage\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.checkDuplicateMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.interchangeDuplicatesValidityDays\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.interchangeDuplicatesValidityDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnSend\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnSend\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnReceive\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnReceive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings.encryptionAlgorithm\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings.encryptionAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.validationSettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.validationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.envelopeSettings.messageContentType\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.envelopeSettings.messageContentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.envelopeSettings.transmitFileNameInMimeHeader\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.envelopeSettings.transmitFileNameInMimeHeader\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.envelopeSettings.fileNameTemplate\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.envelopeSettings.fileNameTemplate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.envelopeSettings.SuspendMessageOnFileNameGenerationError\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.envelopeSettings.SuspendMessageOnFileNameGenerationError\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.envelopeSettings.AutogenerateFileName\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.envelopeSettings.AutogenerateFileName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.envelopeSettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.envelopeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.errorSettings.SuspendDuplicateMessage\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.errorSettings.SuspendDuplicateMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.errorSettings.ResendIfMdnNotReceived\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.errorSettings.ResendIfMdnNotReceived\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings.errorSettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings.errorSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.protocolSettings\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.protocolSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.senderBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.senderBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.receiverBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.receiverBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2\",\r\n \"defaultPath\": \"properties.content.AS2\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.senderBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.senderBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.receiverBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.receiverBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.validateCharacterSet\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.validateCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.validateEDITypes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationSettings\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings.dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings.dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings.componentSeparator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings.componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings.replaceSeparatorsInPayload\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings.replaceSeparatorsInPayload\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings.replaceCharacter\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings.replaceCharacter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings.segmentTerminator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings.segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings.characterSet\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings.characterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.framingSettings\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.framingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.controlStandardsId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.controlStandardsId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.useControlStandardsIdAsRepetitionCharacter\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.useControlStandardsIdAsRepetitionCharacter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.senderApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.receiverApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.receiverApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.controlVersionNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.controlVersionNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.functionalGroupId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.functionalGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderAgencyCode\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderVersion\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderDateFormat\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderDateFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderTimeFormat\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.groupHeaderTimeFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings.usageIndicator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings.usageIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeSettings\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.functionalAcknowledgementVersion\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.functionalAcknowledgementVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needImplementationAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needImplementationAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.implementationAcknowledgementVersion\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.implementationAcknowledgementVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.batchImplementationAcknowledgements\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.batchImplementationAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.acknowledgementSettings\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.acknowledgementSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.messageFilter.messageFilterType\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.messageFilter.messageFilterType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.messageFilter\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.messageFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.securitySettings.authorizationQualifier\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.securitySettings.authorizationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.securitySettings.authorizationValue\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.securitySettings.authorizationValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.securitySettings.securityQualifier\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.securitySettings.securityQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.securitySettings.passwordValue\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.securitySettings.passwordValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.securitySettings\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.securitySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.processingSettings.maskSecurityInfo\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.processingSettings.maskSecurityInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.processingSettings.convertImpliedDecimal\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.processingSettings.convertImpliedDecimal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.processingSettings.preserveInterchange\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.processingSettings.preserveInterchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.processingSettings\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.processingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].protocolVersion\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].protocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].responsibleAgencyCode\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].responsibleAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].headerVersion\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].headerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].functionalIdentifierCode\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].functionalIdentifierCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].dateFormat\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].dateFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].timeFormat\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*].timeFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*]\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.envelopeOverrides\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.envelopeOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*].validateEDITypes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*].validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*].validateCharacterSet\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*].validateCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides[*]\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.validationOverrides\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.validationOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.messageFilterList[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.messageFilterList[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.messageFilterList[*]\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.messageFilterList[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.messageFilterList\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.messageFilterList\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.schemaReferences[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.schemaReferences[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.schemaReferences[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.schemaReferences[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.schemaReferences[*].schemaVersion\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.schemaReferences[*].schemaVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.schemaReferences[*].schemaName\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.schemaReferences[*].schemaName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.schemaReferences[*]\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.schemaReferences[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.schemaReferences\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.schemaReferences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].protocolVersion\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].protocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].componentSeparator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminator\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].replaceCharacter\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].replaceCharacter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].replaceSeparatorsInPayload\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].replaceSeparatorsInPayload\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*]\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings.x12DelimiterOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.protocolSettings\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.protocolSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.senderBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.senderBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.receiverBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.receiverBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12\",\r\n \"defaultPath\": \"properties.content.X12\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.senderBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.senderBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.receiverBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.receiverBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.validateCharacterSet\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.validateCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.validateEDITypes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.serviceCodeListDirectoryVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.serviceCodeListDirectoryVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.characterEncoding\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.characterEncoding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.protocolVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.protocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.componentSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.segmentTerminator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.releaseIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.releaseIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.repetitionSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.repetitionSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.characterSet\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.characterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.decimalPointIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.decimalPointIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.framingSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.framingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupAssociationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupAssociationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.communicationAgreementId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.communicationAgreementId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.applyDelimiterStringAdvice\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.applyDelimiterStringAdvice\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.createGroupingSegments\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.createGroupingSegments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordValue\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.applicationReferenceId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.applicationReferenceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.processingPriorityCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.processingPriorityCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.interchangeControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.senderReverseRoutingAddress\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.senderReverseRoutingAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.receiverReverseRoutingAddress\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.receiverReverseRoutingAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.functionalGroupId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.functionalGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControllingAgencyCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControllingAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupMessageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupMessageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupMessageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupMessageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationSenderQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationSenderQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationSenderId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationSenderId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationPassword\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.groupApplicationPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.isTestInterchange\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.isTestInterchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.senderInternalIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.senderInternalIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.senderInternalSubIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.senderInternalSubIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.receiverInternalIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.receiverInternalIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.receiverInternalSubIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings.receiverInternalSubIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.acknowledgementSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.messageFilter.messageFilterType\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.messageFilter.messageFilterType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.messageFilter\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.messageFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.processingSettings.maskSecurityInfo\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.processingSettings.maskSecurityInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.processingSettings.preserveInterchange\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.processingSettings.preserveInterchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.processingSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.processingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageAssociationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].messageAssociationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].functionalGroupId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].functionalGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].senderApplicationQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].senderApplicationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].controllingAgencyCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].controllingAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].associationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].associationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].applicationPassword\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*].applicationPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.envelopeOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.messageFilterList[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.messageFilterList[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.messageFilterList[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.messageFilterList[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.messageFilterList\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.messageFilterList\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].messageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].messageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].messageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].messageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].senderApplicationQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].senderApplicationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].associationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].associationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].schemaName\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*].schemaName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.schemaReferences\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.schemaReferences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].enforceCharacterSet\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].enforceCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].validateEDITypes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.validationOverrides\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.validationOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].componentSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].repetitionSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].repetitionSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].decimalPointIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].decimalPointIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].releaseIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].releaseIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageAssociationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].messageAssociationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings.edifactDelimiterOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.protocolSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.protocolSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.senderBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.senderBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.receiverBusinessIdentity\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.receiverBusinessIdentity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact\",\r\n \"defaultPath\": \"properties.content.Edifact\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content\",\r\n \"defaultPath\": \"properties.content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.aS2.receiveAgreement.protocolSettings.securitySettings.sha2AlgorithmFormat\",\r\n \"defaultPath\": \"properties.content.aS2.receiveAgreement.protocolSettings.securitySettings.sha2AlgorithmFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.aS2.receiveAgreement.protocolSettings.validationSettings.signingAlgorithm\",\r\n \"defaultPath\": \"properties.content.aS2.receiveAgreement.protocolSettings.validationSettings.signingAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/hostIdentity.Value\",\r\n \"defaultPath\": \"properties.hostIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/guestIdentity.Value\",\r\n \"defaultPath\": \"properties.guestIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.senderBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.senderBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.receiveAgreement.receiverBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.AS2.receiveAgreement.receiverBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.senderBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.senderBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.senderBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.senderBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.receiverBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.receiverBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.receiverBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.receiverBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.ignoreCertificateNameMismatch\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.ignoreCertificateNameMismatch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.supportHttpStatusCodeContinue\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.supportHttpStatusCodeContinue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.keepHttpConnectionAlive\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.keepHttpConnectionAlive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.unfoldHttpHeaders\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.messageConnectionSettings.unfoldHttpHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.messageConnectionSettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.messageConnectionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.ignoreCertificateNameMismatch\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.ignoreCertificateNameMismatch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.supportHttpStatusCodeContinue\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.supportHttpStatusCodeContinue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.keepHttpConnectionAlive\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.keepHttpConnectionAlive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.unfoldHttpHeaders\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings.unfoldHttpHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.acknowledgementConnectionSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.needMdn\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.needMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.signMdn\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.signMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.sendMdnAsynchronously\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.sendMdnAsynchronously\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.receiptDeliveryUrl\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.receiptDeliveryUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.dispositionNotificationTo\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.dispositionNotificationTo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.signOutboundMdnIfOptional\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.signOutboundMdnIfOptional\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.mdnText\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.mdnText\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.sendInboundMdnToMessageBox\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.sendInboundMdnToMessageBox\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings.micHashingAlgorithm\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings.micHashingAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.mdnSettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.mdnSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.overrideGroupSigningCertificate\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.overrideGroupSigningCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.signingCertificateName\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.signingCertificateName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.encryptionCertificateName\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.encryptionCertificateName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForInboundEncodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForInboundEncodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForInboundDecodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForInboundDecodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForOutboundMdn\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForOutboundMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForOutboundEncodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForOutboundEncodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForOutboundDecodedMessages\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForOutboundDecodedMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForInboundMdn\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings.enableNrrForInboundMdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.securitySettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.securitySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.overrideMessageProperties\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.overrideMessageProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.encryptMessage\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.encryptMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.signMessage\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.signMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.compressMessage\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.compressMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.checkDuplicateMessage\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.checkDuplicateMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.interchangeDuplicatesValidityDays\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.interchangeDuplicatesValidityDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnSend\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnSend\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnReceive\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.checkCertificateRevocationListOnReceive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings.encryptionAlgorithm\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings.encryptionAlgorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.validationSettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.validationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.envelopeSettings.messageContentType\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.envelopeSettings.messageContentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.envelopeSettings.transmitFileNameInMimeHeader\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.envelopeSettings.transmitFileNameInMimeHeader\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.envelopeSettings.fileNameTemplate\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.envelopeSettings.fileNameTemplate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.envelopeSettings.SuspendMessageOnFileNameGenerationError\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.envelopeSettings.SuspendMessageOnFileNameGenerationError\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.envelopeSettings.AutogenerateFileName\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.envelopeSettings.AutogenerateFileName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.envelopeSettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.envelopeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.errorSettings.SuspendDuplicateMessage\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.errorSettings.SuspendDuplicateMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.errorSettings.ResendIfMdnNotReceived\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.errorSettings.ResendIfMdnNotReceived\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.AS2.sendAgreement.protocolSettings.errorSettings\",\r\n \"defaultPath\": \"properties.content.AS2.sendAgreement.protocolSettings.errorSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.senderBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.senderBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.senderBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.senderBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.receiverBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.receiverBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.receiveAgreement.receiverBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.X12.receiveAgreement.receiverBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.senderBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.senderBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.senderBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.senderBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.receiverBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.receiverBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.receiverBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.receiverBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.validateCharacterSet\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.validateCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.validateEDITypes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationSettings\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings.dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings.dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings.componentSeparator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings.componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings.replaceSeparatorsInPayload\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings.replaceSeparatorsInPayload\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings.replaceCharacter\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings.replaceCharacter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings.segmentTerminator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings.segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings.characterSet\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings.characterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.framingSettings\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.framingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.controlStandardsId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.controlStandardsId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.useControlStandardsIdAsRepetitionCharacter\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.useControlStandardsIdAsRepetitionCharacter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.senderApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.receiverApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.receiverApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.controlVersionNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.controlVersionNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.functionalGroupId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.functionalGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderAgencyCode\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderVersion\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderDateFormat\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderDateFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderTimeFormat\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.groupHeaderTimeFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings.usageIndicator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings.usageIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeSettings\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.functionalAcknowledgementVersion\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.functionalAcknowledgementVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needImplementationAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needImplementationAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.implementationAcknowledgementVersion\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.implementationAcknowledgementVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.batchImplementationAcknowledgements\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.batchImplementationAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.acknowledgementSettings\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.acknowledgementSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.messageFilter.messageFilterType\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.messageFilter.messageFilterType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.messageFilter\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.messageFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.securitySettings.authorizationQualifier\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.securitySettings.authorizationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.securitySettings.authorizationValue\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.securitySettings.authorizationValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.securitySettings.securityQualifier\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.securitySettings.securityQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.securitySettings.passwordValue\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.securitySettings.passwordValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.securitySettings\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.securitySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.processingSettings.maskSecurityInfo\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.processingSettings.maskSecurityInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.processingSettings.convertImpliedDecimal\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.processingSettings.convertImpliedDecimal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.processingSettings.preserveInterchange\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.processingSettings.preserveInterchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.processingSettings\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.processingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].protocolVersion\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].protocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].responsibleAgencyCode\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].responsibleAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].headerVersion\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].headerVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].functionalIdentifierCode\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].functionalIdentifierCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].dateFormat\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].dateFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].timeFormat\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*].timeFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides[*]\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.envelopeOverrides\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.envelopeOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*].validateEDITypes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*].validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*].validateCharacterSet\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*].validateCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides[*]\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.validationOverrides\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.validationOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.messageFilterList[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.messageFilterList[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.messageFilterList[*]\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.messageFilterList[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.messageFilterList\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.messageFilterList\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.schemaReferences[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.schemaReferences[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.schemaReferences[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.schemaReferences[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.schemaReferences[*].schemaVersion\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.schemaReferences[*].schemaVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.schemaReferences[*].schemaName\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.schemaReferences[*].schemaName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.schemaReferences[*]\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.schemaReferences[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.schemaReferences\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.schemaReferences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].protocolVersion\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].protocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].componentSeparator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminator\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].replaceCharacter\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].replaceCharacter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].replaceSeparatorsInPayload\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].replaceSeparatorsInPayload\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*]\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides\",\r\n \"defaultPath\": \"properties.content.X12.sendAgreement.protocolSettings.x12DelimiterOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.senderBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.senderBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.senderBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.senderBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.receiverBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.receiverBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.receiveAgreement.receiverBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.Edifact.receiveAgreement.receiverBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.senderBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.senderBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.senderBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.senderBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.receiverBusinessIdentity.Qualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.receiverBusinessIdentity.Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.receiverBusinessIdentity.Value\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.receiverBusinessIdentity.Value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.validateCharacterSet\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.validateCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.checkDuplicateInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.interchangeControlNumberValidityDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.checkDuplicateGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.checkDuplicateTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.validateEDITypes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings.trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.serviceCodeListDirectoryVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.serviceCodeListDirectoryVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.characterEncoding\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.characterEncoding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.protocolVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.protocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.componentSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.segmentTerminator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.releaseIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.releaseIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.repetitionSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.repetitionSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.characterSet\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.characterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.decimalPointIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.decimalPointIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings.segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.framingSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.framingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupAssociationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupAssociationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.communicationAgreementId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.communicationAgreementId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.applyDelimiterStringAdvice\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.applyDelimiterStringAdvice\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.createGroupingSegments\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.createGroupingSegments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.enableDefaultGroupHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordValue\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.recipientReferencePasswordQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.applicationReferenceId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.applicationReferenceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.processingPriorityCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.processingPriorityCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.rolloverInterchangeControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.interchangeControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.senderReverseRoutingAddress\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.senderReverseRoutingAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.receiverReverseRoutingAddress\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.receiverReverseRoutingAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.functionalGroupId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.functionalGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControllingAgencyCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControllingAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupMessageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupMessageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupMessageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupMessageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.rolloverGroupControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationReceiverId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationSenderQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationSenderQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationSenderId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationSenderId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationPassword\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.groupApplicationPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.overwriteExistingTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.transactionSetControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.rolloverTransactionSetControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.isTestInterchange\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.isTestInterchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.senderInternalIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.senderInternalIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.senderInternalSubIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.senderInternalSubIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.receiverInternalIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.receiverInternalIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings.receiverInternalSubIdentification\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings.receiverInternalSubIdentification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.needTechnicalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.batchTechnicalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.needFunctionalAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.batchFunctionalAcknowledgements\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.needLoopForValidMessages\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.sendSynchronousAcknowledgement\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberLowerBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.acknowledgementControlNumberUpperBound\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings.rolloverAcknowledgementControlNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.acknowledgementSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.messageFilter.messageFilterType\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.messageFilter.messageFilterType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.messageFilter\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.messageFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.processingSettings.maskSecurityInfo\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.processingSettings.maskSecurityInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.processingSettings.preserveInterchange\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.processingSettings.preserveInterchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.processingSettings.suspendInterchangeOnError\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.processingSettings.createEmptyXmlTagsForTrailingSeparators\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.processingSettings.useDotAsDecimalSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.processingSettings\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.processingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageAssociationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].messageAssociationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].functionalGroupId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].functionalGroupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].senderApplicationQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].senderApplicationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].receiverApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].controllingAgencyCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].controllingAgencyCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].groupHeaderMessageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].associationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].associationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].applicationPassword\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*].applicationPassword\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.envelopeOverrides\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.envelopeOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.messageFilterList[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.messageFilterList[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.messageFilterList[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.messageFilterList[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.messageFilterList\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.messageFilterList\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].messageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].messageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].messageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].messageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].senderApplicationId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].senderApplicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].senderApplicationQualifier\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].senderApplicationQualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].associationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].associationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].schemaName\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*].schemaName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.schemaReferences\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.schemaReferences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].enforceCharacterSet\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].enforceCharacterSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].validateEDITypes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].validateEDITypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].validateXSDTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].allowLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].trailingSeparatorPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*].trimLeadingAndTrailingSpacesAndZeroes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.validationOverrides\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.validationOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageId\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageVersion\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageRelease\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageRelease\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].dataElementSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].dataElementSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].componentSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].componentSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].repetitionSeparator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].repetitionSeparator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminatorSuffix\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].segmentTerminatorSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].decimalPointIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].decimalPointIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].releaseIndicator\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].releaseIndicator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageAssociationAssignedCode\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].messageAssociationAssignedCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].targetNamespace\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*].targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*]\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides\",\r\n \"defaultPath\": \"properties.content.Edifact.sendAgreement.protocolSettings.edifactDelimiterOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.aS2.sendAgreement.protocolSettings.securitySettings.sha2AlgorithmFormat\",\r\n \"defaultPath\": \"properties.content.aS2.sendAgreement.protocolSettings.securitySettings.sha2AlgorithmFormat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/agreements/content.aS2.sendAgreement.protocolSettings.validationSettings.signingAlgorithm\",\r\n \"defaultPath\": \"properties.content.aS2.sendAgreement.protocolSettings.validationSettings.signingAlgorithm\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/assemblies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/assemblyName\",\r\n \"defaultPath\": \"properties.assemblyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/assemblyVersion\",\r\n \"defaultPath\": \"properties.assemblyVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/assemblyCulture\",\r\n \"defaultPath\": \"properties.assemblyCulture\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/assemblyPublicKeyToken\",\r\n \"defaultPath\": \"properties.assemblyPublicKeyToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/content\",\r\n \"defaultPath\": \"properties.content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentType\",\r\n \"defaultPath\": \"properties.contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink.uri\",\r\n \"defaultPath\": \"properties.contentLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink.contentVersion\",\r\n \"defaultPath\": \"properties.contentLink.contentVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink.contentSize\",\r\n \"defaultPath\": \"properties.contentLink.contentSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink.contentHash\",\r\n \"defaultPath\": \"properties.contentLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink.metadata\",\r\n \"defaultPath\": \"properties.contentLink.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink\",\r\n \"defaultPath\": \"properties.contentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/assemblies/contentLink.contentHash.value\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/batchConfigurations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/batchGroupName\",\r\n \"defaultPath\": \"properties.batchGroupName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.messageCount\",\r\n \"defaultPath\": \"properties.releaseCriteria.messageCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.batchSize\",\r\n \"defaultPath\": \"properties.releaseCriteria.batchSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.frequency\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.frequency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.interval\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.interval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.startTime\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.startTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.endTime\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.endTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.timeZone\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.timeZone\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.minutes[*]\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.minutes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.minutes\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.minutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.hours[*]\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.hours[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.hours\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.hours\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.weekDays[*]\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.weekDays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.weekDays\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.weekDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.monthDays[*]\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.monthDays[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.monthDays\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.monthDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.monthlyOccurrences[*].day\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.monthlyOccurrences[*].day\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.monthlyOccurrences[*].occurrence\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.monthlyOccurrences[*].occurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.monthlyOccurrences[*]\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.monthlyOccurrences[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule.monthlyOccurrences\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule.monthlyOccurrences\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence.schedule\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence.schedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria.recurrence\",\r\n \"defaultPath\": \"properties.releaseCriteria.recurrence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/releaseCriteria\",\r\n \"defaultPath\": \"properties.releaseCriteria\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/batchConfigurations/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/certificates\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/key.keyVault.id\",\r\n \"defaultPath\": \"properties.key.keyVault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/key.keyVault.name\",\r\n \"defaultPath\": \"properties.key.keyVault.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/key.keyVault.type\",\r\n \"defaultPath\": \"properties.key.keyVault.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/key.keyVault\",\r\n \"defaultPath\": \"properties.key.keyVault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/key.keyName\",\r\n \"defaultPath\": \"properties.key.keyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/key.keyVersion\",\r\n \"defaultPath\": \"properties.key.keyVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/key\",\r\n \"defaultPath\": \"properties.key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/certificates/publicCertificate\",\r\n \"defaultPath\": \"properties.publicCertificate\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/maps\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/mapType\",\r\n \"defaultPath\": \"properties.mapType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/content\",\r\n \"defaultPath\": \"properties.content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentType\",\r\n \"defaultPath\": \"properties.contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink.uri\",\r\n \"defaultPath\": \"properties.contentLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink.contentVersion\",\r\n \"defaultPath\": \"properties.contentLink.contentVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink.contentSize\",\r\n \"defaultPath\": \"properties.contentLink.contentSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink.contentHash\",\r\n \"defaultPath\": \"properties.contentLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink.metadata\",\r\n \"defaultPath\": \"properties.contentLink.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink\",\r\n \"defaultPath\": \"properties.contentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/parametersSchema.ref\",\r\n \"defaultPath\": \"properties.parametersSchema.ref\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/parametersSchema\",\r\n \"defaultPath\": \"properties.parametersSchema\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/maps/contentLink.contentHash.value\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/partners\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/partnerType\",\r\n \"defaultPath\": \"properties.partnerType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/content.b2b.businessIdentities[*].Qualifier\",\r\n \"defaultPath\": \"properties.content.b2b.businessIdentities[*].Qualifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/content.b2b.businessIdentities[*]\",\r\n \"defaultPath\": \"properties.content.b2b.businessIdentities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/content.b2b.businessIdentities\",\r\n \"defaultPath\": \"properties.content.b2b.businessIdentities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/content.b2b\",\r\n \"defaultPath\": \"properties.content.b2b\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/content\",\r\n \"defaultPath\": \"properties.content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/partners/content.b2b.businessIdentities[*].Value\",\r\n \"defaultPath\": \"properties.content.b2b.businessIdentities[*].Value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/schemas\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/schemaType\",\r\n \"defaultPath\": \"properties.schemaType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/targetNamespace\",\r\n \"defaultPath\": \"properties.targetNamespace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/content\",\r\n \"defaultPath\": \"properties.content\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentType\",\r\n \"defaultPath\": \"properties.contentType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink.uri\",\r\n \"defaultPath\": \"properties.contentLink.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink.contentVersion\",\r\n \"defaultPath\": \"properties.contentLink.contentVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink.contentSize\",\r\n \"defaultPath\": \"properties.contentLink.contentSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink.contentHash.algorithm\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.algorithm\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink.contentHash\",\r\n \"defaultPath\": \"properties.contentLink.contentHash\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink.metadata\",\r\n \"defaultPath\": \"properties.contentLink.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink\",\r\n \"defaultPath\": \"properties.contentLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/documentName\",\r\n \"defaultPath\": \"properties.documentName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/fileName\",\r\n \"defaultPath\": \"properties.fileName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/schemas/contentLink.contentHash.value\",\r\n \"defaultPath\": \"properties.contentLink.contentHash.value\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/sessions\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/sessions/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/sessions/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/sessions/content\",\r\n \"defaultPath\": \"properties.content\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"workflows/accessKeys\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2017-07-01\",\r\n \"2016-10-01\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\",\r\n \"2015-02-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessKeys/notBefore\",\r\n \"defaultPath\": \"properties.notBefore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/workflows/accessKeys/notAfter\",\r\n \"defaultPath\": \"properties.notAfter\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"integrationAccounts/rosettaNetProcessConfigurations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-05-01\",\r\n \"2018-07-01-preview\",\r\n \"2016-06-01\",\r\n \"2015-08-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/createdTime\",\r\n \"defaultPath\": \"properties.createdTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/changedTime\",\r\n \"defaultPath\": \"properties.changedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityType\",\r\n \"defaultPath\": \"properties.activitySettings.activityType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.isAuthorizationRequired\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.isAuthorizationRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.persistentConfidentialityScope\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.persistentConfidentialityScope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.isSecuredTransportRequired\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.isSecuredTransportRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.actionType\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.actionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.responseType\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.responseType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.nonRepudiationOfOriginAndContent\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.nonRepudiationOfOriginAndContent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.retryCount\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.retryCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior.timeToPerformInSeconds\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior.timeToPerformInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.activityBehavior\",\r\n \"defaultPath\": \"properties.activitySettings.activityBehavior\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.acknowledgmentOfReceiptSettings.isNonRepudiationRequired\",\r\n \"defaultPath\": \"properties.activitySettings.acknowledgmentOfReceiptSettings.isNonRepudiationRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.acknowledgmentOfReceiptSettings.timeToAcknowledgeInSeconds\",\r\n \"defaultPath\": \"properties.activitySettings.acknowledgmentOfReceiptSettings.timeToAcknowledgeInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings.acknowledgmentOfReceiptSettings\",\r\n \"defaultPath\": \"properties.activitySettings.acknowledgmentOfReceiptSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/activitySettings\",\r\n \"defaultPath\": \"properties.activitySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/processCode\",\r\n \"defaultPath\": \"properties.processCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/processVersion\",\r\n \"defaultPath\": \"properties.processVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/processName\",\r\n \"defaultPath\": \"properties.processName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.action\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.role\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.role\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.roleType\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.roleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.service\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.serviceClassification\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.serviceClassification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.businessDocument.name\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.businessDocument.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.businessDocument.version\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.businessDocument.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.businessDocument.description\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.businessDocument.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.businessDocument\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.businessDocument\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings.description\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/initiatorRoleSettings\",\r\n \"defaultPath\": \"properties.initiatorRoleSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.action\",\r\n \"defaultPath\": \"properties.responderRoleSettings.action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.role\",\r\n \"defaultPath\": \"properties.responderRoleSettings.role\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.roleType\",\r\n \"defaultPath\": \"properties.responderRoleSettings.roleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.service\",\r\n \"defaultPath\": \"properties.responderRoleSettings.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.serviceClassification\",\r\n \"defaultPath\": \"properties.responderRoleSettings.serviceClassification\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.businessDocument.name\",\r\n \"defaultPath\": \"properties.responderRoleSettings.businessDocument.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.businessDocument.version\",\r\n \"defaultPath\": \"properties.responderRoleSettings.businessDocument.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.businessDocument.description\",\r\n \"defaultPath\": \"properties.responderRoleSettings.businessDocument.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.businessDocument\",\r\n \"defaultPath\": \"properties.responderRoleSettings.businessDocument\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings.description\",\r\n \"defaultPath\": \"properties.responderRoleSettings.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/responderRoleSettings\",\r\n \"defaultPath\": \"properties.responderRoleSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Logic/integrationAccounts/rosettaNetProcessConfigurations/description\",\r\n \"defaultPath\": \"properties.description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.MachineLearning\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Workspaces\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Central US EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2016-04-01\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/userStorageAccountId\",\r\n \"defaultPath\": \"properties.userStorageAccountId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/ownerEmail\",\r\n \"defaultPath\": \"properties.ownerEmail\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/workspaceType\",\r\n \"defaultPath\": \"properties.workspaceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/workspaceState\",\r\n \"defaultPath\": \"properties.workspaceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/workspaceId\",\r\n \"defaultPath\": \"properties.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/creationTime\",\r\n \"defaultPath\": \"properties.creationTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/studioEndpoint\",\r\n \"defaultPath\": \"properties.studioEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/keyVaultIdentifierId\",\r\n \"defaultPath\": \"properties.keyVaultIdentifierId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/Workspaces/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"webServices\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/title\",\r\n \"defaultPath\": \"properties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/createdOn\",\r\n \"defaultPath\": \"properties.createdOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/modifiedOn\",\r\n \"defaultPath\": \"properties.modifiedOn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/keys.primary\",\r\n \"defaultPath\": \"properties.keys.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/keys.secondary\",\r\n \"defaultPath\": \"properties.keys.secondary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/keys\",\r\n \"defaultPath\": \"properties.keys\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/swaggerLocation\",\r\n \"defaultPath\": \"properties.swaggerLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/exposeSampleData\",\r\n \"defaultPath\": \"properties.exposeSampleData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/realtimeConfiguration.maxConcurrentCalls\",\r\n \"defaultPath\": \"properties.realtimeConfiguration.maxConcurrentCalls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/realtimeConfiguration\",\r\n \"defaultPath\": \"properties.realtimeConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/diagnostics.level\",\r\n \"defaultPath\": \"properties.diagnostics.level\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/diagnostics.expiry\",\r\n \"defaultPath\": \"properties.diagnostics.expiry\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/diagnostics\",\r\n \"defaultPath\": \"properties.diagnostics\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/storageAccount.name\",\r\n \"defaultPath\": \"properties.storageAccount.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/storageAccount.key\",\r\n \"defaultPath\": \"properties.storageAccount.key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/storageAccount\",\r\n \"defaultPath\": \"properties.storageAccount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/machineLearningWorkspace.id\",\r\n \"defaultPath\": \"properties.machineLearningWorkspace.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/machineLearningWorkspace\",\r\n \"defaultPath\": \"properties.machineLearningWorkspace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/commitmentPlan.id\",\r\n \"defaultPath\": \"properties.commitmentPlan.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/commitmentPlan\",\r\n \"defaultPath\": \"properties.commitmentPlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.title\",\r\n \"defaultPath\": \"properties.input.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.description\",\r\n \"defaultPath\": \"properties.input.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.type\",\r\n \"defaultPath\": \"properties.input.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties.title\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties.description\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties.type\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties.format\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties.additionalProperties.type\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties.properties.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties.additionalProperties.format\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties.properties.additionalProperties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties.additionalProperties\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties.properties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input.additionalProperties\",\r\n \"defaultPath\": \"properties.input.properties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/input\",\r\n \"defaultPath\": \"properties.input\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.title\",\r\n \"defaultPath\": \"properties.output.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.description\",\r\n \"defaultPath\": \"properties.output.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.type\",\r\n \"defaultPath\": \"properties.output.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties.title\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties.title\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties.description\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties.type\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties.format\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties.additionalProperties.type\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties.properties.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties.additionalProperties.format\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties.properties.additionalProperties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties.additionalProperties\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties.properties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output.additionalProperties\",\r\n \"defaultPath\": \"properties.output.properties.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/output\",\r\n \"defaultPath\": \"properties.output\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/exampleRequest.inputs.additionalProperties[*]\",\r\n \"defaultPath\": \"properties.exampleRequest.inputs.additionalProperties[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/exampleRequest.inputs.additionalProperties\",\r\n \"defaultPath\": \"properties.exampleRequest.inputs.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/exampleRequest.inputs\",\r\n \"defaultPath\": \"properties.exampleRequest.inputs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/exampleRequest.globalParameters.additionalProperties\",\r\n \"defaultPath\": \"properties.exampleRequest.globalParameters.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/exampleRequest.globalParameters\",\r\n \"defaultPath\": \"properties.exampleRequest.globalParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/exampleRequest\",\r\n \"defaultPath\": \"properties.exampleRequest\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.name\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.id\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.type\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.locationInfo.uri\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.locationInfo.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.locationInfo.credentials\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.locationInfo.credentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.locationInfo\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.locationInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.inputPorts.additionalProperties.type\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.inputPorts.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.inputPorts.additionalProperties\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.inputPorts.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.inputPorts\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.inputPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.outputPorts.additionalProperties.type\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.outputPorts.additionalProperties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.outputPorts.additionalProperties\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.outputPorts.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.outputPorts\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.outputPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.metadata.additionalProperties\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.metadata.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.metadata\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*].name\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*].parameterType\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*].parameterType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties.interfaceString\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties.interfaceString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties.parameters[*]\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties.parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties.parameters\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*].modeValuesInfo.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*].modeValuesInfo\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*].modeValuesInfo\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters[*]\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties.parameters\",\r\n \"defaultPath\": \"properties.assets.additionalProperties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets.additionalProperties\",\r\n \"defaultPath\": \"properties.assets.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/assets\",\r\n \"defaultPath\": \"properties.assets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/parameters.additionalProperties\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/parameters\",\r\n \"defaultPath\": \"properties.parameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/packageType\",\r\n \"defaultPath\": \"properties.packageType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/parameters.additionalProperties.certificateThumbprint\",\r\n \"defaultPath\": \"properties.parameters.additionalProperties.certificateThumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/payloadsInBlobStorage\",\r\n \"defaultPath\": \"properties.payloadsInBlobStorage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/payloadsLocation.uri\",\r\n \"defaultPath\": \"properties.payloadsLocation.uri\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/payloadsLocation.credentials\",\r\n \"defaultPath\": \"properties.payloadsLocation.credentials\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/webServices/payloadsLocation\",\r\n \"defaultPath\": \"properties.payloadsLocation\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"commitmentPlans\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"East US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-01-01\",\r\n \"2016-05-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/chargeForOverage\",\r\n \"defaultPath\": \"properties.chargeForOverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/chargeForPlan\",\r\n \"defaultPath\": \"properties.chargeForPlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/includedQuantities.additionalProperties.allowance\",\r\n \"defaultPath\": \"properties.includedQuantities.additionalProperties.allowance\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/includedQuantities.additionalProperties.amount\",\r\n \"defaultPath\": \"properties.includedQuantities.additionalProperties.amount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/includedQuantities.additionalProperties.includedQuantityMeter\",\r\n \"defaultPath\": \"properties.includedQuantities.additionalProperties.includedQuantityMeter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/includedQuantities.additionalProperties.overageMeter\",\r\n \"defaultPath\": \"properties.includedQuantities.additionalProperties.overageMeter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/includedQuantities.additionalProperties\",\r\n \"defaultPath\": \"properties.includedQuantities.additionalProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/includedQuantities\",\r\n \"defaultPath\": \"properties.includedQuantities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/maxAssociationLimit\",\r\n \"defaultPath\": \"properties.maxAssociationLimit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/maxCapacityLimit\",\r\n \"defaultPath\": \"properties.maxCapacityLimit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/minCapacityLimit\",\r\n \"defaultPath\": \"properties.minCapacityLimit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/planMeter\",\r\n \"defaultPath\": \"properties.planMeter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/refillFrequencyInDays\",\r\n \"defaultPath\": \"properties.refillFrequencyInDays\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/suspendPlanOnOverage\",\r\n \"defaultPath\": \"properties.suspendPlanOnOverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/sku.capacity\",\r\n \"defaultPath\": \"sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.MachineLearning/commitmentPlans/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.MachineLearningServices\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"workspaces\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"North Central US\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-03-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/computes\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"workspaces/eventGridFilters\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"West India\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"East US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/computeOperationsStatus\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/workspaceOperationsStatus\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"West India\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\",\r\n \"2018-03-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/vmsizes\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2018-11-19\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/updatequotas\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"UK South\",\r\n \"West US\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"France Central\",\r\n \"Central US EUAP\",\r\n \"Australia East\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-15-preview\",\r\n \"2020-05-01-preview\",\r\n \"2020-04-01-preview\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-02-18-preview\",\r\n \"2020-02-02\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Maintenance\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"maintenanceConfigurations\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"updates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"configurationAssignments\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"applyUpdates\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"Brazil South\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2018-10-01\",\r\n \"2018-06-01-preview\",\r\n \"2017-04-26\",\r\n \"2017-01-01\",\r\n \"2016-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ManagedIdentity\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Identities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Brazil Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"userAssignedIdentities\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Brazil Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ManagedIdentity/userAssignedIdentities/tenantId\",\r\n \"defaultPath\": \"properties.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedIdentity/userAssignedIdentities/principalId\",\r\n \"defaultPath\": \"properties.principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedIdentity/userAssignedIdentities/clientId\",\r\n \"defaultPath\": \"properties.clientId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedIdentity/userAssignedIdentities/clientSecretUrl\",\r\n \"defaultPath\": \"properties.clientSecretUrl\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"Brazil Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Switzerland West\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Central US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Norway East\",\r\n \"Norway West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-11-30\",\r\n \"2015-08-31-PREVIEW\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.ManagedServices\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"registrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/description\",\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/authorizations[*].principalId\",\r\n \"defaultPath\": \"properties.authorizations[*].principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/authorizations[*].roleDefinitionId\",\r\n \"defaultPath\": \"properties.authorizations[*].roleDefinitionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/authorizations[*]\",\r\n \"defaultPath\": \"properties.authorizations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/authorizations\",\r\n \"defaultPath\": \"properties.authorizations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/registrationDefinitionName\",\r\n \"defaultPath\": \"properties.registrationDefinitionName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/managedByTenantId\",\r\n \"defaultPath\": \"properties.managedByTenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationDefinitions/managedByTenantName\",\r\n \"defaultPath\": \"properties.managedByTenantName\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"registrationAssignments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinitionId\",\r\n \"defaultPath\": \"properties.registrationDefinitionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.description\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.authorizations[*].principalId\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.authorizations[*].principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.authorizations[*].roleDefinitionId\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.authorizations[*].roleDefinitionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.authorizations[*]\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.authorizations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.authorizations\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.authorizations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.registrationDefinitionName\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.registrationDefinitionName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.provisioningState\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.manageeTenantId\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.manageeTenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.manageeTenantName\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.manageeTenantName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.managedByTenantId\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.managedByTenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.managedByTenantName\",\r\n \"defaultPath\": \"properties.registrationDefinition.properties.managedByTenantName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.plan.name\",\r\n \"defaultPath\": \"properties.registrationDefinition.plan.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.plan.publisher\",\r\n \"defaultPath\": \"properties.registrationDefinition.plan.publisher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.plan.product\",\r\n \"defaultPath\": \"properties.registrationDefinition.plan.product\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.plan.version\",\r\n \"defaultPath\": \"properties.registrationDefinition.plan.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.plan\",\r\n \"defaultPath\": \"properties.registrationDefinition.plan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.id\",\r\n \"defaultPath\": \"properties.registrationDefinition.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.type\",\r\n \"defaultPath\": \"properties.registrationDefinition.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition.name\",\r\n \"defaultPath\": \"properties.registrationDefinition.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.ManagedServices/registrationAssignments/registrationDefinition\",\r\n \"defaultPath\": \"properties.registrationDefinition\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsExtension\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"marketplaceRegistrationDefinitions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\",\r\n \"2018-06-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationStatuses\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2019-09-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Management\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"resources\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managementGroups\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/tenantId\",\r\n \"defaultPath\": \"properties.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/displayName\",\r\n \"defaultPath\": \"properties.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.version\",\r\n \"defaultPath\": \"properties.details.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.updatedTime\",\r\n \"defaultPath\": \"properties.details.updatedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.updatedBy\",\r\n \"defaultPath\": \"properties.details.updatedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.parent.parentId\",\r\n \"defaultPath\": \"properties.details.parent.parentId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.parent.displayName\",\r\n \"defaultPath\": \"properties.details.parent.displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.parent\",\r\n \"defaultPath\": \"properties.details.parent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details\",\r\n \"defaultPath\": \"properties.details\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].childType\",\r\n \"defaultPath\": \"properties.children[*].childType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].childId\",\r\n \"defaultPath\": \"properties.children[*].childId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].displayName\",\r\n \"defaultPath\": \"properties.children[*].displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*]\",\r\n \"defaultPath\": \"properties.children[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children\",\r\n \"defaultPath\": \"properties.children\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/roles[*]\",\r\n \"defaultPath\": \"properties.roles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/roles\",\r\n \"defaultPath\": \"properties.roles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.parent.id\",\r\n \"defaultPath\": \"properties.details.parent.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/details.parent.name\",\r\n \"defaultPath\": \"properties.details.parent.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].type\",\r\n \"defaultPath\": \"properties.children[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].id\",\r\n \"defaultPath\": \"properties.children[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].name\",\r\n \"defaultPath\": \"properties.children[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].roles[*]\",\r\n \"defaultPath\": \"properties.children[*].roles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/children[*].roles\",\r\n \"defaultPath\": \"properties.children[*].roles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/path[*].name\",\r\n \"defaultPath\": \"properties.path[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/path[*].displayName\",\r\n \"defaultPath\": \"properties.path[*].displayName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/path[*]\",\r\n \"defaultPath\": \"properties.path[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Management/managementGroups/path\",\r\n \"defaultPath\": \"properties.path\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"getEntities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"managementGroups/settings\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operationResults/asyncOperation\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\",\r\n \"2018-01-01-preview\",\r\n \"2017-11-01-preview\",\r\n \"2017-08-31-preview\",\r\n \"2017-06-30-preview\",\r\n \"2017-05-31-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"tenantBackfillStatus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"startTenantBackfill\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2018-03-01-preview\",\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Maps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"accounts\",\r\n \"locations\": [\r\n \"Global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Maps/accounts/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Maps/accounts/sku.tier\",\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Maps/accounts/sku\",\r\n \"defaultPath\": \"sku\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/privateAtlases\",\r\n \"locations\": [\r\n \"United States\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-02-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"accounts/eventGridFilters\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-02-01-preview\",\r\n \"2018-05-01\",\r\n \"2017-01-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Marketplace\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"register\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privategalleryitems\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"products\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offerTypes\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/configs/importImage\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offerTypes/publishers/offers/plans/agreements\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listAvailableOffers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"publishers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"publishers/offers/amendments\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-06-30-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateStoreClient\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-08-01-beta\",\r\n \"2018-03-01-beta\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateStores\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateStores/offers\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.MarketplaceApps\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"classicDevServices\",\r\n \"locations\": [\r\n \"Northwest US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"listCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"updateCommunicationPreference\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.MarketplaceOrdering\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"agreements\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"offertypes\",\r\n \"locations\": [\r\n \"South Central US\",\r\n \"West US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Media\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"mediaservices\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/contentKeyPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingLocators\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingPolicies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/eventGridFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-05\"\r\n ],\r\n \"defaultApiVersion\": \"2018-02-05\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/transforms/jobs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpoints\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEvents/liveOutputs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/streamingEndpointOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveEventOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/liveOutputOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-05-01-preview\",\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/privateEndpointConnections\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/privateEndpointConnectionOperations\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/assets/assetFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/accountFilters\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"mediaservices/mediaGraphs\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"EAST US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-privatepreview\",\r\n \"2020-02-01-preview\",\r\n \"2019-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2020-02-01-preview\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\",\r\n \"2018-02-05\",\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checknameavailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-10-01\",\r\n \"2015-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2015-10-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East US\",\r\n \"West US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Germany West Central\",\r\n \"Germany North\",\r\n \"Switzerland West\",\r\n \"Switzerland North\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-03-30-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Migrate\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"projects\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/numberOfMachines\",\r\n \"defaultPath\": \"properties.numberOfMachines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/numberOfGroups\",\r\n \"defaultPath\": \"properties.numberOfGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/numberOfAssessments\",\r\n \"defaultPath\": \"properties.numberOfAssessments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/discoveryStatus\",\r\n \"defaultPath\": \"properties.discoveryStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/customerWorkspaceId\",\r\n \"defaultPath\": \"properties.customerWorkspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/customerWorkspaceLocation\",\r\n \"defaultPath\": \"properties.customerWorkspaceLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/lastDiscoveryTimestamp\",\r\n \"defaultPath\": \"properties.lastDiscoveryTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/lastDiscoverySessionId\",\r\n \"defaultPath\": \"properties.lastDiscoverySessionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/lastAssessmentTimestamp\",\r\n \"defaultPath\": \"properties.lastAssessmentTimestamp\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"migrateprojects\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/registeredTools[*]\",\r\n \"defaultPath\": \"properties.registeredTools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/registeredTools\",\r\n \"defaultPath\": \"properties.registeredTools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/lastSummaryRefreshedTime\",\r\n \"defaultPath\": \"properties.lastSummaryRefreshedTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/refreshSummaryState\",\r\n \"defaultPath\": \"properties.refreshSummaryState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"assessmentProjects\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/serviceEndpoint\",\r\n \"defaultPath\": \"properties.serviceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/assessmentSolutionId\",\r\n \"defaultPath\": \"properties.assessmentSolutionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/projectStatus\",\r\n \"defaultPath\": \"properties.projectStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/customerWorkspaceId\",\r\n \"defaultPath\": \"properties.customerWorkspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/customerWorkspaceLocation\",\r\n \"defaultPath\": \"properties.customerWorkspaceLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/numberOfGroups\",\r\n \"defaultPath\": \"properties.numberOfGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/numberOfMachines\",\r\n \"defaultPath\": \"properties.numberOfMachines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/numberOfAssessments\",\r\n \"defaultPath\": \"properties.numberOfAssessments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/lastAssessmentTimestamp\",\r\n \"defaultPath\": \"properties.lastAssessmentTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentProjects/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"moveCollections\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"East US 2\",\r\n \"North Europe\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\",\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/assessmentOptions\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"projects/groups\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/machines[*]\",\r\n \"defaultPath\": \"properties.machines[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/machines\",\r\n \"defaultPath\": \"properties.machines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments[*]\",\r\n \"defaultPath\": \"properties.assessments[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments\",\r\n \"defaultPath\": \"properties.assessments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"projects/groups/assessments\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"East US\",\r\n \"East US 2 EUAP\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-02\",\r\n \"2017-11-11-preview\",\r\n \"2017-09-25-privatepreview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/azureLocation\",\r\n \"defaultPath\": \"properties.azureLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/azureOfferCode\",\r\n \"defaultPath\": \"properties.azureOfferCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/azurePricingTier\",\r\n \"defaultPath\": \"properties.azurePricingTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/azureStorageRedundancy\",\r\n \"defaultPath\": \"properties.azureStorageRedundancy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/scalingFactor\",\r\n \"defaultPath\": \"properties.scalingFactor\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/percentile\",\r\n \"defaultPath\": \"properties.percentile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/timeRange\",\r\n \"defaultPath\": \"properties.timeRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/stage\",\r\n \"defaultPath\": \"properties.stage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/currency\",\r\n \"defaultPath\": \"properties.currency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/azureHybridUseBenefit\",\r\n \"defaultPath\": \"properties.azureHybridUseBenefit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/discountPercentage\",\r\n \"defaultPath\": \"properties.discountPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/pricesTimestamp\",\r\n \"defaultPath\": \"properties.pricesTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/monthlyComputeCost\",\r\n \"defaultPath\": \"properties.monthlyComputeCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/monthlyBandwidthCost\",\r\n \"defaultPath\": \"properties.monthlyBandwidthCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/monthlyStorageCost\",\r\n \"defaultPath\": \"properties.monthlyStorageCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/numberOfMachines\",\r\n \"defaultPath\": \"properties.numberOfMachines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/confidenceRatingInPercentage\",\r\n \"defaultPath\": \"properties.confidenceRatingInPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/projects/groups/assessments/sizingCriterion\",\r\n \"defaultPath\": \"properties.sizingCriterion\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"assessmentprojects/groups\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/groupStatus\",\r\n \"defaultPath\": \"properties.groupStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/machineCount\",\r\n \"defaultPath\": \"properties.machineCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments[*]\",\r\n \"defaultPath\": \"properties.assessments[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments\",\r\n \"defaultPath\": \"properties.assessments\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/areAssessmentsRunning\",\r\n \"defaultPath\": \"properties.areAssessmentsRunning\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"assessmentprojects/groups/assessments\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azureLocation\",\r\n \"defaultPath\": \"properties.azureLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azureOfferCode\",\r\n \"defaultPath\": \"properties.azureOfferCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/eaSubscriptionId\",\r\n \"defaultPath\": \"properties.eaSubscriptionId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azurePricingTier\",\r\n \"defaultPath\": \"properties.azurePricingTier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azureStorageRedundancy\",\r\n \"defaultPath\": \"properties.azureStorageRedundancy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/scalingFactor\",\r\n \"defaultPath\": \"properties.scalingFactor\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/percentile\",\r\n \"defaultPath\": \"properties.percentile\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/timeRange\",\r\n \"defaultPath\": \"properties.timeRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/perfDataStartTime\",\r\n \"defaultPath\": \"properties.perfDataStartTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/perfDataEndTime\",\r\n \"defaultPath\": \"properties.perfDataEndTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/stage\",\r\n \"defaultPath\": \"properties.stage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/currency\",\r\n \"defaultPath\": \"properties.currency\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azureHybridUseBenefit\",\r\n \"defaultPath\": \"properties.azureHybridUseBenefit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/discountPercentage\",\r\n \"defaultPath\": \"properties.discountPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/confidenceRatingInPercentage\",\r\n \"defaultPath\": \"properties.confidenceRatingInPercentage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/sizingCriterion\",\r\n \"defaultPath\": \"properties.sizingCriterion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/reservedInstance\",\r\n \"defaultPath\": \"properties.reservedInstance\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azureVmFamilies[*]\",\r\n \"defaultPath\": \"properties.azureVmFamilies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azureVmFamilies\",\r\n \"defaultPath\": \"properties.azureVmFamilies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/azureDiskType\",\r\n \"defaultPath\": \"properties.azureDiskType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/vmUptime.daysPerMonth\",\r\n \"defaultPath\": \"properties.vmUptime.daysPerMonth\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/vmUptime.hoursPerDay\",\r\n \"defaultPath\": \"properties.vmUptime.hoursPerDay\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/vmUptime\",\r\n \"defaultPath\": \"properties.vmUptime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/pricesTimestamp\",\r\n \"defaultPath\": \"properties.pricesTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/monthlyComputeCost\",\r\n \"defaultPath\": \"properties.monthlyComputeCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/monthlyBandwidthCost\",\r\n \"defaultPath\": \"properties.monthlyBandwidthCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/monthlyStorageCost\",\r\n \"defaultPath\": \"properties.monthlyStorageCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/monthlyPremiumStorageCost\",\r\n \"defaultPath\": \"properties.monthlyPremiumStorageCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/monthlyStandardSSDStorageCost\",\r\n \"defaultPath\": \"properties.monthlyStandardSSDStorageCost\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/groups/assessments/numberOfMachines\",\r\n \"defaultPath\": \"properties.numberOfMachines\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"assessmentprojects/hypervcollectors\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/discoverySiteId\",\r\n \"defaultPath\": \"properties.discoverySiteId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.id\",\r\n \"defaultPath\": \"properties.agentProperties.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.version\",\r\n \"defaultPath\": \"properties.agentProperties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.lastHeartbeatUtc\",\r\n \"defaultPath\": \"properties.agentProperties.lastHeartbeatUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.spnDetails.authority\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.authority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.spnDetails.applicationId\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.applicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.spnDetails.audience\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.audience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.spnDetails.objectId\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.spnDetails.tenantId\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties.spnDetails\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/hypervcollectors/agentProperties\",\r\n \"defaultPath\": \"properties.agentProperties\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"assessmentprojects/vmwarecollectors\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"North Europe\",\r\n \"West US 2\",\r\n \"East Asia\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Brazil South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01-preview\",\r\n \"2019-10-01\",\r\n \"2019-05-01\",\r\n \"2018-06-30-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/discoverySiteId\",\r\n \"defaultPath\": \"properties.discoverySiteId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/createdTimestamp\",\r\n \"defaultPath\": \"properties.createdTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/updatedTimestamp\",\r\n \"defaultPath\": \"properties.updatedTimestamp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.id\",\r\n \"defaultPath\": \"properties.agentProperties.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.version\",\r\n \"defaultPath\": \"properties.agentProperties.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.lastHeartbeatUtc\",\r\n \"defaultPath\": \"properties.agentProperties.lastHeartbeatUtc\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.spnDetails.authority\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.authority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.spnDetails.applicationId\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.applicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.spnDetails.audience\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.audience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.spnDetails.objectId\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.objectId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.spnDetails.tenantId\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties.spnDetails\",\r\n \"defaultPath\": \"properties.agentProperties.spnDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/assessmentprojects/vmwarecollectors/agentProperties\",\r\n \"defaultPath\": \"properties.agentProperties\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"migrateprojects/solutions\",\r\n \"locations\": [\r\n \"Southeast Asia\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West US 2\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"South India\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"Switzerland North\",\r\n \"Switzerland West\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-06-01\",\r\n \"2018-09-01-preview\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/tool\",\r\n \"defaultPath\": \"properties.tool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/purpose\",\r\n \"defaultPath\": \"properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/goal\",\r\n \"defaultPath\": \"properties.goal\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/status\",\r\n \"defaultPath\": \"properties.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/cleanupState\",\r\n \"defaultPath\": \"properties.cleanupState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/summary.instanceType\",\r\n \"defaultPath\": \"properties.summary.instanceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/summary\",\r\n \"defaultPath\": \"properties.summary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/details.groupCount\",\r\n \"defaultPath\": \"properties.details.groupCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/details.assessmentCount\",\r\n \"defaultPath\": \"properties.details.assessmentCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/details.extendedDetails\",\r\n \"defaultPath\": \"properties.details.extendedDetails\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Migrate/migrateprojects/solutions/details\",\r\n \"defaultPath\": \"properties.details\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.MixedReality\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"Southeast Asia\",\r\n \"UK South\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"spatialAnchorsAccounts\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-12-02-preview\",\r\n \"2019-02-28-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"remoteRenderingAccounts\",\r\n \"locations\": [\r\n \"East US\",\r\n \"East US 2\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-06-preview\",\r\n \"2019-12-02-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"objectUnderstandingAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"holographicsBroadcastAccounts\",\r\n \"locations\": [\r\n \"East US 2\",\r\n \"West US 2\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-02-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.NetApp\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"netAppAccounts\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].activeDirectoryId\",\r\n \"defaultPath\": \"properties.activeDirectories[*].activeDirectoryId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].username\",\r\n \"defaultPath\": \"properties.activeDirectories[*].username\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].password\",\r\n \"defaultPath\": \"properties.activeDirectories[*].password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].domain\",\r\n \"defaultPath\": \"properties.activeDirectories[*].domain\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].dNS\",\r\n \"defaultPath\": \"properties.activeDirectories[*].dNS\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].status\",\r\n \"defaultPath\": \"properties.activeDirectories[*].status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].sMBServerName\",\r\n \"defaultPath\": \"properties.activeDirectories[*].sMBServerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*].organizationalUnit\",\r\n \"defaultPath\": \"properties.activeDirectories[*].organizationalUnit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories[*]\",\r\n \"defaultPath\": \"properties.activeDirectories[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/activeDirectories\",\r\n \"defaultPath\": \"properties.activeDirectories\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/accountBackups\",\r\n \"locations\": [\r\n \"South Central US (Stage)\",\r\n \"West US (Stage)\",\r\n \"South Central US\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2019-07-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/backupPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"South Central US (Stage)\",\r\n \"West US (Stage)\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2019-07-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/vaults\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"South Central US (Stage)\",\r\n \"West US (Stage)\",\r\n \"South Central US\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2019-07-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/capacityPools\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/poolId\",\r\n \"defaultPath\": \"properties.poolId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/size\",\r\n \"defaultPath\": \"properties.size\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/serviceLevel\",\r\n \"defaultPath\": \"properties.serviceLevel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/capacityPools/volumes\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/fileSystemId\",\r\n \"defaultPath\": \"properties.fileSystemId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/creationToken\",\r\n \"defaultPath\": \"properties.creationToken\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/serviceLevel\",\r\n \"defaultPath\": \"properties.serviceLevel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/usageThreshold\",\r\n \"defaultPath\": \"properties.usageThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].ruleIndex\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].ruleIndex\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].unixReadOnly\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].unixReadOnly\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].unixReadWrite\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].unixReadWrite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].cifs\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].cifs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].nfsv3\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].nfsv3\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].nfsv4\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].nfsv4\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].allowedClients\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].allowedClients\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*]\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules\",\r\n \"defaultPath\": \"properties.exportPolicy.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy\",\r\n \"defaultPath\": \"properties.exportPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/subnetId\",\r\n \"defaultPath\": \"properties.subnetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshotId\",\r\n \"defaultPath\": \"properties.snapshotId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/baremetalTenantId\",\r\n \"defaultPath\": \"properties.baremetalTenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/protocolTypes[*]\",\r\n \"defaultPath\": \"properties.protocolTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/protocolTypes\",\r\n \"defaultPath\": \"properties.protocolTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].location\",\r\n \"defaultPath\": \"properties.mountTargets[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].id\",\r\n \"defaultPath\": \"properties.mountTargets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].name\",\r\n \"defaultPath\": \"properties.mountTargets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].tags\",\r\n \"defaultPath\": \"properties.mountTargets[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].mountTargetId\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.mountTargetId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].fileSystemId\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.fileSystemId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].ipAddress\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].subnet\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].startIp\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.startIp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].endIp\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.endIp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].gateway\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.gateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].netmask\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.netmask\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].smbServerFqdn\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.smbServerFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].provisioningState\",\r\n \"defaultPath\": \"properties.mountTargets[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets\",\r\n \"defaultPath\": \"properties.mountTargets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/exportPolicy.rules[*].nfsv41\",\r\n \"defaultPath\": \"properties.exportPolicy.rules[*].nfsv41\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets[*].type\",\r\n \"defaultPath\": \"properties.mountTargets[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/volumeType\",\r\n \"defaultPath\": \"properties.volumeType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/dataProtection.replication.replicationId\",\r\n \"defaultPath\": \"properties.dataProtection.replication.replicationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/dataProtection.replication.endpointType\",\r\n \"defaultPath\": \"properties.dataProtection.replication.endpointType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/dataProtection.replication.replicationSchedule\",\r\n \"defaultPath\": \"properties.dataProtection.replication.replicationSchedule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/dataProtection.replication.remoteVolumeResourceId\",\r\n \"defaultPath\": \"properties.dataProtection.replication.remoteVolumeResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/dataProtection.replication\",\r\n \"defaultPath\": \"properties.dataProtection.replication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/dataProtection\",\r\n \"defaultPath\": \"properties.dataProtection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/dataProtection.replication.remoteVolumeRegion\",\r\n \"defaultPath\": \"properties.dataProtection.replication.remoteVolumeRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/isRestoring\",\r\n \"defaultPath\": \"properties.isRestoring\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/capacityPools/volumes/mountTargets\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/capacityPools/volumes/snapshots\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots/snapshotId\",\r\n \"defaultPath\": \"properties.snapshotId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots/fileSystemId\",\r\n \"defaultPath\": \"properties.fileSystemId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots/creationDate\",\r\n \"defaultPath\": \"properties.creationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots/created\",\r\n \"defaultPath\": \"properties.created\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"netAppAccounts/capacityPools/volumes/backups\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"South Central US (Stage)\",\r\n \"West US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2019-07-15-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\",\r\n \"Germany North\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkFilePathAvailability\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West Central US\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Central India\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"East US 2 EUAP\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"South Central US\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"UAE Central\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"West US (Stage)\",\r\n \"West US 2 (Stage)\",\r\n \"South Central US (Stage)\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-02-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-05-01\",\r\n \"2017-08-15\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n }\r\n ]\r\n },\r\n {\r\n \"namespace\": \"Microsoft.Network\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].properties.routeTable.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].properties.networkSecurityGroup.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpoints[*].locations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].properties.serviceEndpoints[*].locations[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpoints[*].service\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].properties.serviceEndpoints[*].service\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].addressPrefix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].properties.addressPrefix\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].properties.ipConfigurations[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/ddosProtectionPlan.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ddosProtectionPlan.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ddosProtectionPlan.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/addressSpace.addressPrefixes[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.addressSpace.addressPrefixes[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.addressSpace.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/addressSpace.addressPrefixes\",\r\n \"defaultPath\": \"properties.addressSpace.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/addressSpace\",\r\n \"defaultPath\": \"properties.addressSpace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/dhcpOptions.dnsServers[*]\",\r\n \"defaultPath\": \"properties.dhcpOptions.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/dhcpOptions.dnsServers\",\r\n \"defaultPath\": \"properties.dhcpOptions.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/dhcpOptions\",\r\n \"defaultPath\": \"properties.dhcpOptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*]\",\r\n \"defaultPath\": \"properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets\",\r\n \"defaultPath\": \"properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].allowVirtualNetworkAccess\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.allowVirtualNetworkAccess\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].allowForwardedTraffic\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.allowForwardedTraffic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].allowGatewayTransit\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.allowGatewayTransit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].useRemoteGateways\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.useRemoteGateways\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].remoteVirtualNetwork.id\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.remoteVirtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].remoteVirtualNetwork\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.remoteVirtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].peeringState\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.peeringState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].provisioningState\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].name\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].etag\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*]\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].remoteAddressSpace.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkPeerings[*].properties.remoteAddressSpace.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].remoteAddressSpace.addressPrefixes\",\r\n \"defaultPath\": \"properties.virtualNetworkPeerings[*].properties.remoteAddressSpace.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings[*].remoteAddressSpace\",\r\n \"defaultPath\": \"properties.virtualNetworkPeerings[*].properties.remoteAddressSpace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/enableDdosProtection\",\r\n \"defaultPath\": \"properties.enableDdosProtection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/enableVmProtection\",\r\n \"defaultPath\": \"properties.enableVmProtection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/ddosProtectionPlan\",\r\n \"defaultPath\": \"properties.ddosProtectionPlan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*].actions\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].purpose\",\r\n \"defaultPath\": \"properties.subnets[*].properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].natGateway.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].natGateway\",\r\n \"defaultPath\": \"properties.subnets[*].properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].routeTable.tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/VirtualNetworkPeerings[*].id\",\r\n \"defaultPath\": \"properties.VirtualNetworkPeerings[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].subnet.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].subnet.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].delegations[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].subnet.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/bgpCommunities.virtualNetworkCommunity\",\r\n \"defaultPath\": \"properties.bgpCommunities.virtualNetworkCommunity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/bgpCommunities.regionalCommunity\",\r\n \"defaultPath\": \"properties.bgpCommunities.regionalCommunity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/bgpCommunities\",\r\n \"defaultPath\": \"properties.bgpCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipAllocations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets[*].ipAllocations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/ipAllocations[*]\",\r\n \"defaultPath\": \"properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/ipAllocations\",\r\n \"defaultPath\": \"properties.ipAllocations\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"natGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/publicIpAddresses[*].id\",\r\n \"defaultPath\": \"properties.publicIpAddresses[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/publicIpAddresses[*]\",\r\n \"defaultPath\": \"properties.publicIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/publicIpAddresses\",\r\n \"defaultPath\": \"properties.publicIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/publicIpPrefixes[*].id\",\r\n \"defaultPath\": \"properties.publicIpPrefixes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/publicIpPrefixes[*]\",\r\n \"defaultPath\": \"properties.publicIpPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/publicIpPrefixes\",\r\n \"defaultPath\": \"properties.publicIpPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/subnets[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/subnets[*]\",\r\n \"defaultPath\": \"properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/subnets\",\r\n \"defaultPath\": \"properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/natGateways/zones\",\r\n \"defaultPath\": \"zones\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/publicIPAllocationMethod\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.publicIPAllocationMethod\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration\",\r\n \"defaultPath\": \"properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/dnsSettings\",\r\n \"defaultPath\": \"properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipAddress\",\r\n \"defaultPath\": \"properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipTags[*].tag\",\r\n \"defaultPath\": \"properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipTags[*]\",\r\n \"defaultPath\": \"properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipTags\",\r\n \"defaultPath\": \"properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/publicIPPrefix\",\r\n \"defaultPath\": \"properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.delegations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.purpose\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ddosSettings\",\r\n \"defaultPath\": \"properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.natGateway\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ipConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.ipConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPAddresses/ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.ddosSettings.protectedIP\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipconfigurations[*].subnet.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.subnet.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipconfigurations[*].publicIpAddress.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.publicIpAddress.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIpAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipconfigurations[*].applicationSecurityGroups\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.applicationSecurityGroups\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipconfigurations[*].applicationSecurityGroups[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.applicationSecurityGroups[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipconfigurations[*].privateIPAllocationMethod\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.privateIPAllocationMethod\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkSecurityGroup.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/enableIPForwarding\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableIPForwarding\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].privateIPAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.privateIPAddress\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].publicIPAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.publicIPAddress\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].subnet\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.subnet\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].primary\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.primary\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.dnsSettings\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings.dnsServers\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.dnsSettings.dnsServers\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings.dnsServers[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.dnsSettings.dnsServers[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings.appliedDnsServers\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.dnsSettings.appliedDnsServers\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings.appliedDnsServers[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.dnsSettings.appliedDnsServers[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkSecurityGroup\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/primary\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.primary\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/virtualMachine\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachine\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/virtualMachine.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualMachine.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].privateIPAddressVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.privateIPAddressVersion\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings.internalDomainNameSuffix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.dnsSettings.internalDomainNameSuffix\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/enableAcceleratedNetworking\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableAcceleratedNetworking\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/hostedWorkloads\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.hostedWorkloads\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/hostedWorkloads[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.hostedWorkloads[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.tapConfigurations\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.tapConfigurations[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/macAddress\",\r\n \"defaultPath\": \"properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].addressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.routes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpoints\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].interfaceEndpoints\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurationProfiles[*].subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurationProfiles[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations[*].actions\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].delegations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].purpose\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint\",\r\n \"defaultPath\": \"properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].natGateway.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].natGateway\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpoints\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.subnets[*].privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.subnet\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.name\",\r\n \"defaultPath\": \"properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.type\",\r\n \"defaultPath\": \"properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.location\",\r\n \"defaultPath\": \"properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkInterfaces/privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.privateEndpoint.properties.customDnsConfigs\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpoints\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-02-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.routeTable\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.natGateway\",\r\n \"defaultPath\": \"properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.delegations\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.purpose\",\r\n \"defaultPath\": \"properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.name\",\r\n \"defaultPath\": \"properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.etag\",\r\n \"defaultPath\": \"properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet\",\r\n \"defaultPath\": \"properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces\",\r\n \"defaultPath\": \"properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/subnet.id\",\r\n \"defaultPath\": \"properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/customDnsConfigs\",\r\n \"defaultPath\": \"properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].name\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].privateDnsZoneId\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.privateDnsZoneId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*].recordType\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*].recordType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*].recordSetName\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*].recordSetName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*].fqdn\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*].ttl\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*].ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*].ipAddresses\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets[*]\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*].recordSets\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*].properties.recordSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs[*]\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateEndpoints/privateDnsZoneGroups.privateDnsZoneConfigs\",\r\n \"defaultPath\": \"properties.privateDnsZoneConfigs\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateEndpointRedirectMaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.frontendIPConfigurations[*].properties.subnet.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.frontendIPConfigurations[*].properties.privateIPAllocationMethod\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].inboundNatRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].inboundNatPools\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].outboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.outboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].outboundNatRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.outboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].outboundNatRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.outboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools\",\r\n \"defaultPath\": \"properties.backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].backendAddressPool.id\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.backendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].backendAddressPool\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.backendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].probe.id\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.probe.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].probe\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.probe\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].protocol\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].loadDistribution\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.loadDistribution\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].backendPort\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].name\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules\",\r\n \"defaultPath\": \"properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.probes[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.probes[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].protocol\",\r\n \"defaultPath\": \"properties.probes[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].port\",\r\n \"defaultPath\": \"properties.probes[*].properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].intervalInSeconds\",\r\n \"defaultPath\": \"properties.probes[*].properties.intervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].numberOfProbes\",\r\n \"defaultPath\": \"properties.probes[*].properties.numberOfProbes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].requestPath\",\r\n \"defaultPath\": \"properties.probes[*].properties.requestPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].provisioningState\",\r\n \"defaultPath\": \"properties.probes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].name\",\r\n \"defaultPath\": \"properties.probes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].etag\",\r\n \"defaultPath\": \"properties.probes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*]\",\r\n \"defaultPath\": \"properties.probes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes\",\r\n \"defaultPath\": \"properties.probes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].backendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.backendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules\",\r\n \"defaultPath\": \"properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].protocol\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].frontendPortRangeStart\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.frontendPortRangeStart\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].frontendPortRangeEnd\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.frontendPortRangeEnd\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].backendPort\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].name\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].etag\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools\",\r\n \"defaultPath\": \"properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].allocatedOutboundPorts\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].properties.allocatedOutboundPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].frontendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].properties.frontendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].frontendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].properties.frontendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].frontendIPConfigurations\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].properties.frontendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].backendAddressPool\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].properties.backendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*]\",\r\n \"defaultPath\": \"properties.outboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules\",\r\n \"defaultPath\": \"properties.outboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].zones[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].zones\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].disableOutboundSnat\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.disableOutboundSnat\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].outboundRules[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].outboundRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].allocatedOutboundPorts\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.allocatedOutboundPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].frontendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.frontendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].frontendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.frontendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].frontendIPConfigurations\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.frontendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].backendAddressPool\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.backendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].protocol\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].name\",\r\n \"defaultPath\": \"properties.outboundRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].etag\",\r\n \"defaultPath\": \"properties.outboundRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*]\",\r\n \"defaultPath\": \"properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules\",\r\n \"defaultPath\": \"properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.purpose\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.natGateway\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].type\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].type\",\r\n \"defaultPath\": \"properties.probes[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].type\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].type\",\r\n \"defaultPath\": \"properties.outboundRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.probes[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/probes[*].id\",\r\n \"defaultPath\": \"properties.probes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].backendAddressPool.id\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].properties.backendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.outboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].outboundRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/inboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.inboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].backendAddressPool.id\",\r\n \"defaultPath\": \"properties.outboundRules[*].properties.backendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/outboundRules[*].id\",\r\n \"defaultPath\": \"properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations[*].subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses[*].virtualNetwork.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.virtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses[*].virtualNetwork\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.virtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses[*].networkInterfaceIPConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.networkInterfaceIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses[*].networkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.networkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/loadBalancers/backendAddressPools[*].loadBalancerBackendAddresses\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.loadBalancerBackendAddresses\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].protocol\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.protocol\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourcePortRange\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.sourcePortRange\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourcePortRanges[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.sourcePortRanges[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationPortRange\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.destinationPortRange\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationPortRanges[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.destinationPortRanges[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].priority\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.priority\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].direction\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.direction\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].access\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.access\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationAddressPrefix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.destinationAddressPrefix\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationAddressPrefixes[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.destinationAddressPrefixes[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceAddressPrefix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.sourceAddressPrefix\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceAddressPrefixes[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.sourceAddressPrefixes[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/subnets[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.subnets[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkInterfaces[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].description\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.securityRules[*].properties.description\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].name\",\r\n \"defaultPath\": \"properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].etag\",\r\n \"defaultPath\": \"properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*]\",\r\n \"defaultPath\": \"properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n \"defaultPath\": \"properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].id\",\r\n \"defaultPath\": \"properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\",\r\n \"defaultPath\": \"properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces\",\r\n \"defaultPath\": \"properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/subnets[*]\",\r\n \"defaultPath\": \"properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/subnets\",\r\n \"defaultPath\": \"properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.routeTable\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.delegations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.purpose\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.natGateway\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.routeTable\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.natGateway\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.delegations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.purpose\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/subnets[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].format\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*]\",\r\n \"defaultPath\": \"properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs\",\r\n \"defaultPath\": \"properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].id\",\r\n \"defaultPath\": \"properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].name\",\r\n \"defaultPath\": \"properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].type\",\r\n \"defaultPath\": \"properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].location\",\r\n \"defaultPath\": \"properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"applicationSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationSecurityGroups/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationSecurityGroups/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"serviceEndpointPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].addressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.routes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].routeTable\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].interfaceEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurationProfiles[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations[*].actions\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].delegations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].purpose\",\r\n \"defaultPath\": \"properties.subnets[*].properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*]\",\r\n \"defaultPath\": \"properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets\",\r\n \"defaultPath\": \"properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].natGateway.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].natGateway\",\r\n \"defaultPath\": \"properties.subnets[*].properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].privateEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/serviceEndpointPolicies/subnets[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].id\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkIntentPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-04-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*].name\",\r\n \"defaultPath\": \"properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*].etag\",\r\n \"defaultPath\": \"properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*]\",\r\n \"defaultPath\": \"properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes\",\r\n \"defaultPath\": \"properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/routes[*].id\",\r\n \"defaultPath\": \"properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*]\",\r\n \"defaultPath\": \"properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets\",\r\n \"defaultPath\": \"properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].addressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].routeTable.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].routeTable\",\r\n \"defaultPath\": \"properties.subnets[*].properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].interfaceEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurationProfiles[*].subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.subnets[*].properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations[*].actions\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].delegations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].purpose\",\r\n \"defaultPath\": \"properties.subnets[*].properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].natGateway.id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].natGateway\",\r\n \"defaultPath\": \"properties.subnets[*].properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].privateEndpoints\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnets[*].properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeTables/subnets[*].networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.subnets[*].properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"publicIPPrefixes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/sku.name\",\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/ipTags[*].tag\",\r\n \"defaultPath\": \"properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/ipTags[*]\",\r\n \"defaultPath\": \"properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/ipTags\",\r\n \"defaultPath\": \"properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/prefixLength\",\r\n \"defaultPath\": \"properties.prefixLength\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/ipPrefix\",\r\n \"defaultPath\": \"properties.ipPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/publicIPAddresses[*].id\",\r\n \"defaultPath\": \"properties.publicIPAddresses[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/publicIPAddresses[*]\",\r\n \"defaultPath\": \"properties.publicIPAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/publicIPAddresses\",\r\n \"defaultPath\": \"properties.publicIPAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/loadBalancerFrontendIpConfiguration.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/publicIPPrefixes/loadBalancerFrontendIpConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfiguration\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"ddosCustomPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/publicIPAddresses[*].id\",\r\n \"defaultPath\": \"properties.publicIPAddresses[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/publicIPAddresses[*]\",\r\n \"defaultPath\": \"properties.publicIPAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/publicIPAddresses\",\r\n \"defaultPath\": \"properties.publicIPAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/protocolCustomSettings[*].protocol\",\r\n \"defaultPath\": \"properties.protocolCustomSettings[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/protocolCustomSettings[*].triggerRateOverride\",\r\n \"defaultPath\": \"properties.protocolCustomSettings[*].triggerRateOverride\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/protocolCustomSettings[*].sourceRateOverride\",\r\n \"defaultPath\": \"properties.protocolCustomSettings[*].sourceRateOverride\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/protocolCustomSettings[*].triggerSensitivityOverride\",\r\n \"defaultPath\": \"properties.protocolCustomSettings[*].triggerSensitivityOverride\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/protocolCustomSettings[*]\",\r\n \"defaultPath\": \"properties.protocolCustomSettings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosCustomPolicies/protocolCustomSettings\",\r\n \"defaultPath\": \"properties.protocolCustomSettings\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/connectionMonitors\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/source.resourceId\",\r\n \"defaultPath\": \"properties.source.resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/source.port\",\r\n \"defaultPath\": \"properties.source.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/source\",\r\n \"defaultPath\": \"properties.source\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/destination.resourceId\",\r\n \"defaultPath\": \"properties.destination.resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/destination.address\",\r\n \"defaultPath\": \"properties.destination.address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/destination.port\",\r\n \"defaultPath\": \"properties.destination.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/destination\",\r\n \"defaultPath\": \"properties.destination\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/autoStart\",\r\n \"defaultPath\": \"properties.autoStart\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/monitoringIntervalInSeconds\",\r\n \"defaultPath\": \"properties.monitoringIntervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints[*].name\",\r\n \"defaultPath\": \"properties.endpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints[*].resourceId\",\r\n \"defaultPath\": \"properties.endpoints[*].resourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints[*].address\",\r\n \"defaultPath\": \"properties.endpoints[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints[*].filter.type\",\r\n \"defaultPath\": \"properties.endpoints[*].filter.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints[*].filter.address\",\r\n \"defaultPath\": \"properties.endpoints[*].filter.address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints[*].filter\",\r\n \"defaultPath\": \"properties.endpoints[*].filter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints[*]\",\r\n \"defaultPath\": \"properties.endpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/endpoints\",\r\n \"defaultPath\": \"properties.endpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].name\",\r\n \"defaultPath\": \"properties.testConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].testFrequencySec\",\r\n \"defaultPath\": \"properties.testConfigurations[*].testFrequencySec\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].protocol\",\r\n \"defaultPath\": \"properties.testConfigurations[*].protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].preferredIPVersion\",\r\n \"defaultPath\": \"properties.testConfigurations[*].preferredIPVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.port\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.method\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.method\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.path\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.requestHeaders[*].name\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.requestHeaders[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.requestHeaders[*].value\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.requestHeaders[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.requestHeaders[*]\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.requestHeaders[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.requestHeaders\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.requestHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.validStatusCodeRanges[*]\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.validStatusCodeRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.validStatusCodeRanges\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.validStatusCodeRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration.preferHTTPS\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration.preferHTTPS\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].httpConfiguration\",\r\n \"defaultPath\": \"properties.testConfigurations[*].httpConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].tcpConfiguration.port\",\r\n \"defaultPath\": \"properties.testConfigurations[*].tcpConfiguration.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].tcpConfiguration.disableTraceRoute\",\r\n \"defaultPath\": \"properties.testConfigurations[*].tcpConfiguration.disableTraceRoute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].tcpConfiguration\",\r\n \"defaultPath\": \"properties.testConfigurations[*].tcpConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].icmpConfiguration.disableTraceRoute\",\r\n \"defaultPath\": \"properties.testConfigurations[*].icmpConfiguration.disableTraceRoute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].icmpConfiguration\",\r\n \"defaultPath\": \"properties.testConfigurations[*].icmpConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].successThreshold.checksFailedPercent\",\r\n \"defaultPath\": \"properties.testConfigurations[*].successThreshold.checksFailedPercent\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].successThreshold.roundTripTimeMs\",\r\n \"defaultPath\": \"properties.testConfigurations[*].successThreshold.roundTripTimeMs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*].successThreshold\",\r\n \"defaultPath\": \"properties.testConfigurations[*].successThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations[*]\",\r\n \"defaultPath\": \"properties.testConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testConfigurations\",\r\n \"defaultPath\": \"properties.testConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].name\",\r\n \"defaultPath\": \"properties.testGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].disable\",\r\n \"defaultPath\": \"properties.testGroups[*].disable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].testConfigurations[*]\",\r\n \"defaultPath\": \"properties.testGroups[*].testConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].testConfigurations\",\r\n \"defaultPath\": \"properties.testGroups[*].testConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].sources[*]\",\r\n \"defaultPath\": \"properties.testGroups[*].sources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].sources\",\r\n \"defaultPath\": \"properties.testGroups[*].sources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].destinations[*]\",\r\n \"defaultPath\": \"properties.testGroups[*].destinations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*].destinations\",\r\n \"defaultPath\": \"properties.testGroups[*].destinations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups[*]\",\r\n \"defaultPath\": \"properties.testGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/testGroups\",\r\n \"defaultPath\": \"properties.testGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/outputs[*].type\",\r\n \"defaultPath\": \"properties.outputs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/outputs[*].workspaceSettings.workspaceResourceId\",\r\n \"defaultPath\": \"properties.outputs[*].workspaceSettings.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/outputs[*].workspaceSettings\",\r\n \"defaultPath\": \"properties.outputs[*].workspaceSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/outputs[*]\",\r\n \"defaultPath\": \"properties.outputs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/outputs\",\r\n \"defaultPath\": \"properties.outputs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/connectionMonitors/notes\",\r\n \"defaultPath\": \"properties.notes\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/flowLogs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/targetResourceId\",\r\n \"defaultPath\": \"properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/targetResourceGuid\",\r\n \"defaultPath\": \"properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/storageId\",\r\n \"defaultPath\": \"properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/enabled\",\r\n \"defaultPath\": \"properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/retentionPolicy.days\",\r\n \"defaultPath\": \"properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/retentionPolicy\",\r\n \"defaultPath\": \"properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/format.type\",\r\n \"defaultPath\": \"properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/format.version\",\r\n \"defaultPath\": \"properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/format\",\r\n \"defaultPath\": \"properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkWatchers/flowLogs/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/lenses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkWatchers/pingMeshes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/gatewayType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.gatewayType\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.gatewayType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnType\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientProtocols\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientProtocols\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientProtocols[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientProtocols[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].dhGroup\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].dhGroup\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientIpsecPolicies[*].pfsGroup\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].pfsGroup\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/activeActive\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.activeActive\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.activeActive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.bgpSettings\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.bgpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.asn\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.bgpSettings.asn\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.bgpSettings.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/enableBgp\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableBgp\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableBgp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].privateIPAllocationMethod\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.privateIPAllocationMethod\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].publicIPAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.publicIPAddress\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].publicIPAddress.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.publicIPAddress.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].subnet\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.subnet\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].subnet.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].properties.subnet.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.radiusServerAddress\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.vpnClientConfiguration.radiusServerAddress\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.vpnClientConfiguration.radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/sku\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.tier\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/sku.capacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.capacity\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/gatewayDefaultSite.id\",\r\n \"defaultPath\": \"properties.gatewayDefaultSite.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/gatewayDefaultSite\",\r\n \"defaultPath\": \"properties.gatewayDefaultSite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientAddressPool.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientAddressPool.addressPrefixes\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientAddressPool\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRootCertificates[*].properties.publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRootCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRootCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRootCertificates[*].etag\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRootCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRootCertificates\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRevokedCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].properties.thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRevokedCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRevokedCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRevokedCertificates[*].etag\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRevokedCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRevokedCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRevokedCertificates\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRevokedCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.peerWeight\",\r\n \"defaultPath\": \"properties.bgpSettings.peerWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.radiusServerSecret\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/customRoutes.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.customRoutes.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/customRoutes.addressPrefixes\",\r\n \"defaultPath\": \"properties.customRoutes.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/customRoutes\",\r\n \"defaultPath\": \"properties.customRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.aadTenant\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.aadTenant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.aadAudience\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.aadAudience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.aadIssuer\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.aadIssuer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRootCertificates[*].id\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRootCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.vpnClientRevokedCertificates[*].id\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnGatewayGeneration\",\r\n \"defaultPath\": \"properties.vpnGatewayGeneration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/enableDnsForwarding\",\r\n \"defaultPath\": \"properties.enableDnsForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/inboundDnsForwardingEndpoint\",\r\n \"defaultPath\": \"properties.inboundDnsForwardingEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/enablePrivateIpAddress\",\r\n \"defaultPath\": \"properties.enablePrivateIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/bgpSettings.bgpPeeringAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.radiusServers[*].radiusServerAddress\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.radiusServers[*].radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.radiusServers[*].radiusServerScore\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.radiusServers[*].radiusServerScore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.radiusServers[*].radiusServerSecret\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.radiusServers[*].radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.radiusServers[*]\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.radiusServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkGateways/vpnClientConfiguration.radiusServers\",\r\n \"defaultPath\": \"properties.vpnClientConfiguration.radiusServers\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/localNetworkAddressSpace.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.localNetworkAddressSpace.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/localNetworkAddressSpace.addressPrefixes\",\r\n \"defaultPath\": \"properties.localNetworkAddressSpace.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/localNetworkAddressSpace\",\r\n \"defaultPath\": \"properties.localNetworkAddressSpace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/gatewayIpAddress\",\r\n \"defaultPath\": \"properties.gatewayIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.asn\",\r\n \"defaultPath\": \"properties.bgpSettings.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.peerWeight\",\r\n \"defaultPath\": \"properties.bgpSettings.peerWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings\",\r\n \"defaultPath\": \"properties.bgpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/localNetworkGateways/bgpSettings.bgpPeeringAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-03-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkGateway1\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkGateway1\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkGateway1.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkGateway2\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkGateway2\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.virtualNetworkGateway2.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/connectionType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.connectionType\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.connectionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/connectionProtocol\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.connectionProtocol\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.connectionProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/routingWeight\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.routingWeight\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.routingWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/sharedKey\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sharedKey\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/enableBgp\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.enableBgp\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.enableBgp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/usePolicyBasedTrafficSelectors\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.usePolicyBasedTrafficSelectors\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.usePolicyBasedTrafficSelectors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].saLifeTimeSeconds\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].saLifeTimeSeconds\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].saDataSizeKilobytes\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].saDataSizeKilobytes\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].ipsecEncryption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].ipsecEncryption\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].ipsecIntegrity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].ipsecIntegrity\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].ikeEncryption\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].ikeEncryption\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].ikeIntegrity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].ikeIntegrity\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].dhGroup\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].dhGroup\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ipsecPolicies[*].pfsGroup\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipsecPolicies[*].pfsGroup\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/expressRouteGatewayBypass\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.expressRouteGatewayBypass\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.expressRouteGatewayBypass\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.gatewayType\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.gatewayType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnType\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.enableBgp\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.enableBgp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.gatewayDefaultSite.id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.gatewayDefaultSite.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.gatewayDefaultSite\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.gatewayDefaultSite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.resourceGuid\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.type\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.location\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.tags\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.localNetworkAddressSpace.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.localNetworkAddressSpace.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.localNetworkAddressSpace.addressPrefixes\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.localNetworkAddressSpace.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.localNetworkAddressSpace\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.localNetworkAddressSpace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.gatewayIpAddress\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.gatewayIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.resourceGuid\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.provisioningState\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.etag\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2\",\r\n \"defaultPath\": \"properties.localNetworkGateway2\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/connectionStatus\",\r\n \"defaultPath\": \"properties.connectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/egressBytesTransferred\",\r\n \"defaultPath\": \"properties.egressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/ingressBytesTransferred\",\r\n \"defaultPath\": \"properties.ingressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/peer.id\",\r\n \"defaultPath\": \"properties.peer.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/peer\",\r\n \"defaultPath\": \"properties.peer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/authorizationKey\",\r\n \"defaultPath\": \"properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.sku.name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.sku.tier\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.sku.capacity\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.sku\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientAddressPool\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRootCertificates[*].properties.publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRootCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRootCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRootCertificates[*].etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRootCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRootCertificates\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRevokedCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].properties.thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRevokedCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRevokedCertificates[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRevokedCertificates[*].etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRevokedCertificates[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRevokedCertificates\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRevokedCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.asn\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.peerWeight\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.peerWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.activeActive\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.activeActive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/tunnelConnectionStatus[*].tunnel\",\r\n \"defaultPath\": \"properties.tunnelConnectionStatus[*].tunnel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/tunnelConnectionStatus[*].connectionStatus\",\r\n \"defaultPath\": \"properties.tunnelConnectionStatus[*].connectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/tunnelConnectionStatus[*].ingressBytesTransferred\",\r\n \"defaultPath\": \"properties.tunnelConnectionStatus[*].ingressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/tunnelConnectionStatus[*].egressBytesTransferred\",\r\n \"defaultPath\": \"properties.tunnelConnectionStatus[*].egressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/tunnelConnectionStatus[*].lastConnectionEstablishedUtcTime\",\r\n \"defaultPath\": \"properties.tunnelConnectionStatus[*].lastConnectionEstablishedUtcTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/tunnelConnectionStatus[*]\",\r\n \"defaultPath\": \"properties.tunnelConnectionStatus[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/tunnelConnectionStatus\",\r\n \"defaultPath\": \"properties.tunnelConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientProtocols[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientProtocols\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.radiusServerAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.radiusServerSecret\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].dhGroup\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*].pfsGroup\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientIpsecPolicies\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientIpsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.customRoutes.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.customRoutes.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.customRoutes.addressPrefixes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.customRoutes.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.customRoutes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.customRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.aadTenant\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.aadTenant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.aadAudience\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.aadAudience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.aadIssuer\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.aadIssuer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.gatewayType\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.gatewayType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnType\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.enableBgp\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.enableBgp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.gatewayDefaultSite.id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.gatewayDefaultSite.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.gatewayDefaultSite\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.gatewayDefaultSite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.resourceGuid\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.type\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.location\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.tags\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.id\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.name\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.type\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.location\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.tags\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRootCertificates[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRootCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.vpnClientRevokedCertificates[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.sku.name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.sku.tier\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.sku.capacity\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.sku\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientAddressPool.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientAddressPool\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRootCertificates[*].properties.publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRootCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRootCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRootCertificates[*].etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRootCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRootCertificates\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRootCertificates[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRootCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRevokedCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].properties.thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRevokedCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRevokedCertificates[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRevokedCertificates[*].etag\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRevokedCertificates[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRevokedCertificates\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRevokedCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientRevokedCertificates[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientRevokedCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.asn\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.peerWeight\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.peerWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.asn\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.peerWeight\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.peerWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.activeActive\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.activeActive\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientProtocols[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientProtocols\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.radiusServerAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.radiusServerSecret\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].dhGroup\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*].pfsGroup\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.vpnClientIpsecPolicies\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.vpnClientIpsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.customRoutes.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.customRoutes.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.customRoutes.addressPrefixes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.customRoutes.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.customRoutes\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.customRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.aadTenant\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.aadTenant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.aadAudience\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.aadAudience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.aadIssuer\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.aadIssuer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnGatewayGeneration\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnGatewayGeneration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnGatewayGeneration\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnGatewayGeneration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/trafficSelectorPolicies[*].localAddressRanges[*]\",\r\n \"defaultPath\": \"properties.trafficSelectorPolicies[*].localAddressRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/trafficSelectorPolicies[*].localAddressRanges\",\r\n \"defaultPath\": \"properties.trafficSelectorPolicies[*].localAddressRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/trafficSelectorPolicies[*].remoteAddressRanges[*]\",\r\n \"defaultPath\": \"properties.trafficSelectorPolicies[*].remoteAddressRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/trafficSelectorPolicies[*].remoteAddressRanges\",\r\n \"defaultPath\": \"properties.trafficSelectorPolicies[*].remoteAddressRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/trafficSelectorPolicies[*]\",\r\n \"defaultPath\": \"properties.trafficSelectorPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/trafficSelectorPolicies\",\r\n \"defaultPath\": \"properties.trafficSelectorPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.enableDnsForwarding\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.enableDnsForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.inboundDnsForwardingEndpoint\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.inboundDnsForwardingEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.enableDnsForwarding\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.enableDnsForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.inboundDnsForwardingEndpoint\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.inboundDnsForwardingEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.enablePrivateIpAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.enablePrivateIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.bgpSettings.bgpPeeringAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.bgpSettings.bgpPeeringAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.enablePrivateIpAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.enablePrivateIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.bgpSettings.bgpPeeringAddresses\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.fqdn\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses[*]\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/localNetworkGateway2.bgpSettings.bgpPeeringAddresses\",\r\n \"defaultPath\": \"properties.localNetworkGateway2.properties.bgpSettings.bgpPeeringAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/useLocalAzureIpAddress\",\r\n \"defaultPath\": \"properties.useLocalAzureIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.radiusServers[*].radiusServerAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.radiusServers[*].radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.radiusServers[*].radiusServerScore\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.radiusServers[*].radiusServerScore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.radiusServers[*].radiusServerSecret\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.radiusServers[*].radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.radiusServers[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.radiusServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway1.vpnClientConfiguration.radiusServers\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway1.properties.vpnClientConfiguration.radiusServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.radiusServers[*].radiusServerAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.radiusServers[*].radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.radiusServers[*].radiusServerScore\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.radiusServers[*].radiusServerScore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.radiusServers[*].radiusServerSecret\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.radiusServers[*].radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.radiusServers[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.radiusServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/virtualNetworkGateway2.vpnClientConfiguration.radiusServers\",\r\n \"defaultPath\": \"properties.virtualNetworkGateway2.properties.vpnClientConfiguration.radiusServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/connections/dpdTimeoutSeconds\",\r\n \"defaultPath\": \"properties.dpdTimeoutSeconds\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-12-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sku.capacity\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.capacity\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sku.tier\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.disabledRuleGroups[*].ruleGroupName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.webApplicationFirewallConfiguration.disabledRuleGroups[*].ruleGroupName\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.disabledRuleGroups[*].ruleGroupName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.enabled\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.webApplicationFirewallConfiguration.enabled\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.firewallMode\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.webApplicationFirewallConfiguration.firewallMode\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.firewallMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.requestBodyCheck\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.webApplicationFirewallConfiguration.requestBodyCheck\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.requestBodyCheck\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.backendAddressPools[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.backendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.backendAddressPools[*].name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.backendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendAddresses[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.backendAddressPools[*].properties.backendAddresses[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.backendAddressPools[*].properties.backendAddresses[*].fqdn\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.webApplicationFirewallConfiguration\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.ruleSetType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.webApplicationFirewallConfiguration.ruleSetType\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.ruleSetType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.ruleSetVersion\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.webApplicationFirewallConfiguration.ruleSetVersion\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.ruleSetVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sslPolicy\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sslPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy.policyType\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sslPolicy.policyType\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sslPolicy.policyType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy.policyName\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sslPolicy.policyName\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sslPolicy.policyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].publicIPAddress.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*].subnet.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.gatewayIPConfigurations[*].properties.subnet.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts[*]\",\r\n \"defaultPath\": \"properties.frontendPorts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts[*].name\",\r\n \"defaultPath\": \"properties.frontendPorts[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts[*].port\",\r\n \"defaultPath\": \"properties.frontendPorts[*].properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendPorts[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts[*].etag\",\r\n \"defaultPath\": \"properties.frontendPorts[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts\",\r\n \"defaultPath\": \"properties.frontendPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts[*].type\",\r\n \"defaultPath\": \"properties.frontendPorts[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/operationalState\",\r\n \"defaultPath\": \"properties.operationalState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].data\",\r\n \"defaultPath\": \"properties.sslCertificates[*].properties.data\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].password\",\r\n \"defaultPath\": \"properties.sslCertificates[*].properties.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.sslCertificates[*].properties.publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.sslCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].name\",\r\n \"defaultPath\": \"properties.sslCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].etag\",\r\n \"defaultPath\": \"properties.sslCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*]\",\r\n \"defaultPath\": \"properties.sslCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates\",\r\n \"defaultPath\": \"properties.sslCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools\",\r\n \"defaultPath\": \"properties.backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].port\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].protocol\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].cookieBasedAffinity\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.cookieBasedAffinity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].name\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].etag\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*]\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].frontendPort.id\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.frontendPort.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].frontendPort\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].protocol\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].sslCertificate.id\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.sslCertificate.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].sslCertificate\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.sslCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].provisioningState\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].name\",\r\n \"defaultPath\": \"properties.httpListeners[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].etag\",\r\n \"defaultPath\": \"properties.httpListeners[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*]\",\r\n \"defaultPath\": \"properties.httpListeners[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners\",\r\n \"defaultPath\": \"properties.httpListeners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].ruleType\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.ruleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].backendAddressPool.id\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.backendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].backendAddressPool\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.backendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].backendHttpSettings.id\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.backendHttpSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].backendHttpSettings\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.backendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].httpListener.id\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.httpListener.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].httpListener\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.httpListener\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].name\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].etag\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*]\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules\",\r\n \"defaultPath\": \"properties.requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].protocol\",\r\n \"defaultPath\": \"properties.probes[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].host\",\r\n \"defaultPath\": \"properties.probes[*].properties.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].path\",\r\n \"defaultPath\": \"properties.probes[*].properties.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].interval\",\r\n \"defaultPath\": \"properties.probes[*].properties.interval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].timeout\",\r\n \"defaultPath\": \"properties.probes[*].properties.timeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].unhealthyThreshold\",\r\n \"defaultPath\": \"properties.probes[*].properties.unhealthyThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].provisioningState\",\r\n \"defaultPath\": \"properties.probes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].name\",\r\n \"defaultPath\": \"properties.probes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].etag\",\r\n \"defaultPath\": \"properties.probes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*]\",\r\n \"defaultPath\": \"properties.probes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes\",\r\n \"defaultPath\": \"properties.probes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].requestTimeout\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.requestTimeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].probe.id\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.probe.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].probe\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.probe\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].hostName\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].requireServerNameIndication\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.requireServerNameIndication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultBackendAddressPool.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultBackendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultBackendAddressPool\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultBackendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultBackendHttpSettings.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultBackendHttpSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultBackendHttpSettings\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultBackendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].paths[*]\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.paths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].paths\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.paths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].backendAddressPool.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.backendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].backendAddressPool\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.backendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].backendHttpSettings.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.backendHttpSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].backendHttpSettings\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.backendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].name\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].etag\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*]\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].name\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].etag\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*]\",\r\n \"defaultPath\": \"properties.urlPathMaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps\",\r\n \"defaultPath\": \"properties.urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].urlPathMap.id\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.urlPathMap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].urlPathMap\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.urlPathMap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.routeTable\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.primary\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy.disabledSslProtocols[*]\",\r\n \"defaultPath\": \"properties.sslPolicy.disabledSslProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy.disabledSslProtocols\",\r\n \"defaultPath\": \"properties.sslPolicy.disabledSslProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates[*].data\",\r\n \"defaultPath\": \"properties.authenticationCertificates[*].properties.data\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.authenticationCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates[*].name\",\r\n \"defaultPath\": \"properties.authenticationCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates[*].etag\",\r\n \"defaultPath\": \"properties.authenticationCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates[*]\",\r\n \"defaultPath\": \"properties.authenticationCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates\",\r\n \"defaultPath\": \"properties.authenticationCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].authenticationCertificates[*].id\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.authenticationCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].authenticationCertificates[*]\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.authenticationCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].authenticationCertificates\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.authenticationCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].connectionDraining.enabled\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.connectionDraining.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].connectionDraining.drainTimeoutInSec\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.connectionDraining.drainTimeoutInSec\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].connectionDraining\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.connectionDraining\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.disabledRuleGroups[*].rules[*]\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.disabledRuleGroups[*].rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.disabledRuleGroups[*].rules\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.disabledRuleGroups[*].rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.disabledRuleGroups[*]\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.disabledRuleGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.disabledRuleGroups\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.disabledRuleGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy.cipherSuites[*]\",\r\n \"defaultPath\": \"properties.sslPolicy.cipherSuites[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy.cipherSuites\",\r\n \"defaultPath\": \"properties.sslPolicy.cipherSuites\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslPolicy.minProtocolVersion\",\r\n \"defaultPath\": \"properties.sslPolicy.minProtocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/gatewayIPConfigurations[*].type\",\r\n \"defaultPath\": \"properties.gatewayIPConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates[*].type\",\r\n \"defaultPath\": \"properties.authenticationCertificates[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].type\",\r\n \"defaultPath\": \"properties.sslCertificates[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].type\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].pickHostNameFromBackendHttpSettings\",\r\n \"defaultPath\": \"properties.probes[*].properties.pickHostNameFromBackendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].minServers\",\r\n \"defaultPath\": \"properties.probes[*].properties.minServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].match.body\",\r\n \"defaultPath\": \"properties.probes[*].properties.match.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].match.statusCodes[*]\",\r\n \"defaultPath\": \"properties.probes[*].properties.match.statusCodes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].match.statusCodes\",\r\n \"defaultPath\": \"properties.probes[*].properties.match.statusCodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].match\",\r\n \"defaultPath\": \"properties.probes[*].properties.match\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].type\",\r\n \"defaultPath\": \"properties.probes[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].hostName\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].pickHostNameFromBackendAddress\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.pickHostNameFromBackendAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].affinityCookieName\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.affinityCookieName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].probeEnabled\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.probeEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].path\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].type\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].type\",\r\n \"defaultPath\": \"properties.httpListeners[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultRedirectConfiguration.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultRedirectConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultRedirectConfiguration\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultRedirectConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].redirectConfiguration.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.redirectConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].redirectConfiguration\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.redirectConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].type\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].type\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].redirectConfiguration\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.redirectConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].type\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].redirectType\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.redirectType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].targetListener.id\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.targetListener.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].targetListener\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.targetListener\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].targetUrl\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.targetUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].includePath\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.includePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].includeQueryString\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.includeQueryString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].requestRoutingRules[*].id\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.requestRoutingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].requestRoutingRules[*]\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.requestRoutingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].requestRoutingRules\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].urlPathMaps[*].id\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.urlPathMaps[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].urlPathMaps[*]\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.urlPathMaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].urlPathMaps\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].pathRules[*].id\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.pathRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].pathRules[*]\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.pathRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].pathRules\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].properties.pathRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].name\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].type\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*]\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations\",\r\n \"defaultPath\": \"properties.redirectConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/enableHttp2\",\r\n \"defaultPath\": \"properties.enableHttp2\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.maxRequestBodySize\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.maxRequestBodySize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/enableFips\",\r\n \"defaultPath\": \"properties.enableFips\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/autoscaleConfiguration.bounds.min\",\r\n \"defaultPath\": \"properties.autoscaleConfiguration.bounds.min\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/autoscaleConfiguration.bounds.max\",\r\n \"defaultPath\": \"properties.autoscaleConfiguration.bounds.max\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/autoscaleConfiguration.bounds\",\r\n \"defaultPath\": \"properties.autoscaleConfiguration.bounds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/autoscaleConfiguration\",\r\n \"defaultPath\": \"properties.autoscaleConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*].data\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*].properties.data\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*].keyvaultSecretId\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*].properties.keyvaultSecretId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*].etag\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*].type\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*]\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates\",\r\n \"defaultPath\": \"properties.trustedRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.purpose\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].trustedRootCertificates[*].id\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.trustedRootCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].trustedRootCertificates[*]\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.trustedRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].trustedRootCertificates\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].properties.trustedRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].customErrorConfigurations[*].statusCode\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.customErrorConfigurations[*].statusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].customErrorConfigurations[*].customErrorPageUrl\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.customErrorConfigurations[*].customErrorPageUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].customErrorConfigurations[*]\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.customErrorConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].customErrorConfigurations\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.customErrorConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.maxRequestBodySizeInKb\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.maxRequestBodySizeInKb\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.fileUploadLimitInMb\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.fileUploadLimitInMb\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.exclusions[*].matchVariable\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.exclusions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.exclusions[*].selectorMatchOperator\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.exclusions[*].selectorMatchOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.exclusions[*].selector\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.exclusions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.exclusions[*]\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.exclusions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/webApplicationFirewallConfiguration.exclusions\",\r\n \"defaultPath\": \"properties.webApplicationFirewallConfiguration.exclusions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/autoscaleConfiguration.minCapacity\",\r\n \"defaultPath\": \"properties.autoscaleConfiguration.minCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/customErrorConfigurations[*]\",\r\n \"defaultPath\": \"properties.customErrorConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/customErrorConfigurations\",\r\n \"defaultPath\": \"properties.customErrorConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].keyVaultSecretId\",\r\n \"defaultPath\": \"properties.sslCertificates[*].properties.keyVaultSecretId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultRewriteRuleSet.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultRewriteRuleSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].defaultRewriteRuleSet\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.defaultRewriteRuleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].rewriteRuleSet.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.rewriteRuleSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].rewriteRuleSet\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.rewriteRuleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].rewriteRuleSet\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.rewriteRuleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].name\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerName\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerValue\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations[*]\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerName\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerValue\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations[*]\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*]\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].provisioningState\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].name\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].etag\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*]\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets\",\r\n \"defaultPath\": \"properties.rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/autoscaleConfiguration.maxCapacity\",\r\n \"defaultPath\": \"properties.autoscaleConfiguration.maxCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].ruleSequence\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].ruleSequence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].conditions[*].variable\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].variable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].conditions[*].pattern\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].pattern\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].conditions[*].ignoreCase\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].ignoreCase\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].conditions[*].negate\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].negate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].conditions[*]\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].conditions\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/firewallPolicy.id\",\r\n \"defaultPath\": \"properties.firewallPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/firewallPolicy\",\r\n \"defaultPath\": \"properties.firewallPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.natGateway\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].port\",\r\n \"defaultPath\": \"properties.probes[*].properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/sslCertificates[*].id\",\r\n \"defaultPath\": \"properties.sslCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendPorts[*].id\",\r\n \"defaultPath\": \"properties.frontendPorts[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendHttpSettingsCollection[*].id\",\r\n \"defaultPath\": \"properties.backendHttpSettingsCollection[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].id\",\r\n \"defaultPath\": \"properties.httpListeners[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].id\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/probes[*].id\",\r\n \"defaultPath\": \"properties.probes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/authenticationCertificates[*].id\",\r\n \"defaultPath\": \"properties.authenticationCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].redirectConfiguration.id\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.redirectConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/redirectConfigurations[*].id\",\r\n \"defaultPath\": \"properties.redirectConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/trustedRootCertificates[*].id\",\r\n \"defaultPath\": \"properties.trustedRootCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.purpose\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/customErrorConfigurations[*].statusCode\",\r\n \"defaultPath\": \"properties.customErrorConfigurations[*].statusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/customErrorConfigurations[*].customErrorPageUrl\",\r\n \"defaultPath\": \"properties.customErrorConfigurations[*].customErrorPageUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].rewriteRuleSet.id\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.rewriteRuleSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].id\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.natGateway\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.groupId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.groupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.requiredMemberName\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.requiredMemberName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.fqdns[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.fqdns[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.fqdns\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.fqdns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/requestRoutingRules[*].priority\",\r\n \"defaultPath\": \"properties.requestRoutingRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].firewallPolicy.id\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.firewallPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].firewallPolicy\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.firewallPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].hostnames[*]\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.hostnames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/httpListeners[*].hostnames\",\r\n \"defaultPath\": \"properties.httpListeners[*].properties.hostnames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].firewallPolicy.id\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.firewallPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/urlPathMaps[*].pathRules[*].firewallPolicy\",\r\n \"defaultPath\": \"properties.urlPathMaps[*].properties.pathRules[*].properties.firewallPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration.modifiedPath\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration.modifiedPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration.modifiedQueryString\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration.modifiedQueryString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration.reroute\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration.reroute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration\",\r\n \"defaultPath\": \"properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/forceFirewallPolicyAssociation\",\r\n \"defaultPath\": \"properties.forceFirewallPolicyAssociation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].virtualNetwork.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.virtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].virtualNetwork\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.virtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].networkInterfaceIPConfiguration.id\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.networkInterfaceIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].networkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.networkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].name\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*]\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses\",\r\n \"defaultPath\": \"properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].privateLinkConfiguration.id\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.privateLinkConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/frontendIPConfigurations[*].privateLinkConfiguration\",\r\n \"defaultPath\": \"properties.frontendIPConfigurations[*].properties.privateLinkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].name\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].type\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*]\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateLinkConfigurations[*].id\",\r\n \"defaultPath\": \"properties.privateLinkConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].linkIdentifier\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.linkIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGateways/privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].id\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-12-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/policySettings.enabledState\",\r\n \"defaultPath\": \"properties.policySettings.enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/policySettings.mode\",\r\n \"defaultPath\": \"properties.policySettings.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/policySettings\",\r\n \"defaultPath\": \"properties.policySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].name\",\r\n \"defaultPath\": \"properties.customRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].etag\",\r\n \"defaultPath\": \"properties.customRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].priority\",\r\n \"defaultPath\": \"properties.customRules[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].ruleType\",\r\n \"defaultPath\": \"properties.customRules[*].ruleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].matchVariables[*].variableName\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].matchVariables[*].variableName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].matchVariables[*].selector\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].matchVariables[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].matchVariables[*]\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].matchVariables[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].matchVariables\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].matchVariables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].operator\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].negationConditon\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].negationConditon\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].matchValues[*]\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].matchValues[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].matchValues\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].matchValues\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].transforms[*]\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].transforms[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*].transforms\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*].transforms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions[*]\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].matchConditions\",\r\n \"defaultPath\": \"properties.customRules[*].matchConditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*].action\",\r\n \"defaultPath\": \"properties.customRules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules[*]\",\r\n \"defaultPath\": \"properties.customRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/customRules\",\r\n \"defaultPath\": \"properties.customRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sku.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sku.tier\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sku.capacity\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sku.capacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sku\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy.disabledSslProtocols[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy.disabledSslProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy.disabledSslProtocols\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy.disabledSslProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy.policyType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy.policyType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy.policyName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy.policyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy.cipherSuites[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy.cipherSuites[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy.cipherSuites\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy.cipherSuites\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy.minProtocolVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy.minProtocolVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].operationalState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.operationalState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].gatewayIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.gatewayIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates[*].data\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates[*].properties.data\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*].data\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*].properties.data\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*].keyVaultSecretId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*].properties.keyVaultSecretId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].data\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].properties.data\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].password\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].properties.password\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].properties.publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].keyVaultSecretId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].properties.keyVaultSecretId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts[*].port\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts[*].properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].host\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].path\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].interval\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.interval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].timeout\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.timeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].unhealthyThreshold\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.unhealthyThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].pickHostNameFromBackendHttpSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.pickHostNameFromBackendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].minServers\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.minServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].match.body\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.match.body\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].match.statusCodes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.match.statusCodes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].match.statusCodes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.match.statusCodes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].match\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.match\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.purpose\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].port\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].cookieBasedAffinity\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.cookieBasedAffinity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].requestTimeout\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.requestTimeout\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].probe.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.probe.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].probe\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.probe\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].authenticationCertificates[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.authenticationCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].authenticationCertificates[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.authenticationCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].authenticationCertificates\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.authenticationCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].trustedRootCertificates[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.trustedRootCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].trustedRootCertificates[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.trustedRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].trustedRootCertificates\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.trustedRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].connectionDraining.enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.connectionDraining.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].connectionDraining.drainTimeoutInSec\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.connectionDraining.drainTimeoutInSec\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].connectionDraining\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.connectionDraining\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].hostName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].pickHostNameFromBackendAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.pickHostNameFromBackendAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].affinityCookieName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.affinityCookieName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].probeEnabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.probeEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].path\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].frontendPort.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.frontendPort.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].frontendPort\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].hostName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].sslCertificate.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.sslCertificate.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].sslCertificate\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.sslCertificate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].requireServerNameIndication\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.requireServerNameIndication\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].customErrorConfigurations[*].statusCode\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.customErrorConfigurations[*].statusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].customErrorConfigurations[*].customErrorPageUrl\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.customErrorConfigurations[*].customErrorPageUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].customErrorConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.customErrorConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].customErrorConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.customErrorConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultBackendAddressPool.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultBackendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultBackendAddressPool\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultBackendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultBackendHttpSettings.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultBackendHttpSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultBackendHttpSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultBackendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultRewriteRuleSet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultRewriteRuleSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultRewriteRuleSet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultRewriteRuleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultRedirectConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultRedirectConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].defaultRedirectConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.defaultRedirectConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].paths[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.paths[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].paths\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.paths\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].backendAddressPool.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.backendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].backendAddressPool\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.backendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].backendHttpSettings.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.backendHttpSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].backendHttpSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.backendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].redirectConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.redirectConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].redirectConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.redirectConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].rewriteRuleSet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.rewriteRuleSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].rewriteRuleSet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.rewriteRuleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].ruleType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.ruleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].backendAddressPool\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.backendAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].backendHttpSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.backendHttpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].httpListener.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.httpListener.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].httpListener\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.httpListener\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].urlPathMap.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.urlPathMap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].urlPathMap\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.urlPathMap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].rewriteRuleSet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.rewriteRuleSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].redirectConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.redirectConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].ruleSequence\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].ruleSequence\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].conditions[*].variable\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].variable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].conditions[*].pattern\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].pattern\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].conditions[*].ignoreCase\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].ignoreCase\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].conditions[*].negate\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*].negate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].conditions[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].conditions\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].conditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerValue\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations[*].headerValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.requestHeaderConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.requestHeaderConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerValue\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations[*].headerValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.responseHeaderConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.responseHeaderConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].redirectType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.redirectType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].targetListener.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.targetListener.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].targetListener\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.targetListener\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].targetUrl\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.targetUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].includePath\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.includePath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].includeQueryString\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.includeQueryString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].requestRoutingRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.requestRoutingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].requestRoutingRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.requestRoutingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].requestRoutingRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.requestRoutingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].urlPathMaps[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.urlPathMaps[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].urlPathMaps[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.urlPathMaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].urlPathMaps\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.urlPathMaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].pathRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.pathRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].pathRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.pathRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].pathRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].properties.pathRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.firewallMode\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.firewallMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.ruleSetType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.ruleSetType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.ruleSetVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.ruleSetVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.disabledRuleGroups[*].ruleGroupName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.disabledRuleGroups[*].ruleGroupName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.disabledRuleGroups[*].rules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.disabledRuleGroups[*].rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.disabledRuleGroups[*].rules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.disabledRuleGroups[*].rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.disabledRuleGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.disabledRuleGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.disabledRuleGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.disabledRuleGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.requestBodyCheck\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.requestBodyCheck\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.maxRequestBodySize\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.maxRequestBodySize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.maxRequestBodySizeInKb\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.maxRequestBodySizeInKb\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.fileUploadLimitInMb\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.fileUploadLimitInMb\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.exclusions[*].matchVariable\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.exclusions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.exclusions[*].selectorMatchOperator\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.exclusions[*].selectorMatchOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.exclusions[*].selector\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.exclusions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.exclusions[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.exclusions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration.exclusions\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration.exclusions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].webApplicationFirewallConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.webApplicationFirewallConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].firewallPolicy.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.firewallPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].firewallPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.firewallPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].enableHttp2\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.enableHttp2\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].enableFips\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.enableFips\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].autoscaleConfiguration.minCapacity\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.autoscaleConfiguration.minCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].autoscaleConfiguration.maxCapacity\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.autoscaleConfiguration.maxCapacity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].autoscaleConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.autoscaleConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].customErrorConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.customErrorConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].customErrorConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.customErrorConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].zones[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].zones\",\r\n \"defaultPath\": \"properties.applicationGateways[*].zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].identity.principalId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].identity.principalId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].identity.tenantId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].identity.tenantId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].identity.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].identity.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].identity.userAssignedIdentities\",\r\n \"defaultPath\": \"properties.applicationGateways[*].identity.userAssignedIdentities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].identity\",\r\n \"defaultPath\": \"properties.applicationGateways[*].identity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways\",\r\n \"defaultPath\": \"properties.applicationGateways\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.natGateway\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].port\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].properties.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].authenticationCertificates[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.authenticationCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].trustedRootCertificates[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.trustedRootCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].sslCertificates[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.sslCertificates[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendPorts[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendPorts[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].probes[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.probes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationGatewayBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationGatewayBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.purpose\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].applicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.applicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendHttpSettingsCollection[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendHttpSettingsCollection[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].backendAddressPool.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.backendAddressPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].backendHttpSettings.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.backendHttpSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].rewriteRuleSet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.rewriteRuleSet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].redirectConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.redirectConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].redirectConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.redirectConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].customErrorConfigurations[*].statusCode\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.customErrorConfigurations[*].statusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].customErrorConfigurations[*].customErrorPageUrl\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.customErrorConfigurations[*].customErrorPageUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.natGateway\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.groupId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.groupId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.requiredMemberName\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.requiredMemberName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.fqdns[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.fqdns[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties.fqdns\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties.fqdns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].privateLinkConnectionProperties\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.privateLinkConnectionProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].requestRoutingRules[*].priority\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.requestRoutingRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/policySettings.state\",\r\n \"defaultPath\": \"properties.policySettings.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/policySettings.requestBodyCheck\",\r\n \"defaultPath\": \"properties.policySettings.requestBodyCheck\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/policySettings.maxRequestBodySizeInKb\",\r\n \"defaultPath\": \"properties.policySettings.maxRequestBodySizeInKb\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/policySettings.fileUploadLimitInMb\",\r\n \"defaultPath\": \"properties.policySettings.fileUploadLimitInMb\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.exclusions[*].matchVariable\",\r\n \"defaultPath\": \"properties.managedRules.exclusions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.exclusions[*].selectorMatchOperator\",\r\n \"defaultPath\": \"properties.managedRules.exclusions[*].selectorMatchOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.exclusions[*].selector\",\r\n \"defaultPath\": \"properties.managedRules.exclusions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.exclusions[*]\",\r\n \"defaultPath\": \"properties.managedRules.exclusions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.exclusions\",\r\n \"defaultPath\": \"properties.managedRules.exclusions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleSetType\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleSetType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleSetVersion\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleSetVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].ruleGroupName\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].ruleGroupName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].ruleId\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].ruleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].state\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules.managedRuleSets\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/managedRules\",\r\n \"defaultPath\": \"properties.managedRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].firewallPolicy.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.firewallPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].firewallPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.firewallPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].hostnames[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.hostnames[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].httpListeners[*].hostnames\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.httpListeners[*].properties.hostnames\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].firewallPolicy.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.firewallPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].urlPathMaps[*].pathRules[*].firewallPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.urlPathMaps[*].properties.pathRules[*].properties.firewallPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/httpListeners[*].id\",\r\n \"defaultPath\": \"properties.httpListeners[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/httpListeners[*]\",\r\n \"defaultPath\": \"properties.httpListeners[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/httpListeners\",\r\n \"defaultPath\": \"properties.httpListeners\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/pathBasedRules[*].id\",\r\n \"defaultPath\": \"properties.pathBasedRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/pathBasedRules[*]\",\r\n \"defaultPath\": \"properties.pathBasedRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/pathBasedRules\",\r\n \"defaultPath\": \"properties.pathBasedRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration.modifiedPath\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration.modifiedPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration.modifiedQueryString\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration.modifiedQueryString\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration.reroute\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration.reroute\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].rewriteRuleSets[*].rewriteRules[*].actionSet.urlConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.rewriteRuleSets[*].properties.rewriteRules[*].actionSet.urlConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].forceFirewallPolicyAssociation\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.forceFirewallPolicyAssociation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].virtualNetwork.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.virtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].virtualNetwork\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.virtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].networkInterfaceIPConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.networkInterfaceIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].networkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].properties.networkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].backendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancerBackendAddresses\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.backendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancerBackendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].privateLinkConfiguration.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.privateLinkConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].frontendIPConfigurations[*].privateLinkConfiguration\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.frontendIPConfigurations[*].properties.privateLinkConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateLinkConfigurations[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateLinkConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].linkIdentifier\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].properties.linkIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].etag\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies/applicationGateways[*].privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.applicationGateways[*].properties.privateEndpointConnections[*].id\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/virtualNetworkAvailableEndpointServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/availableDelegations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/serviceTags\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/availablePrivateEndpointTypes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/availableServiceAliases\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkPrivateLinkServiceVisibility\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/autoApprovedPrivateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/batchValidatePrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/batchNotifyPrivateEndpointsForResourceMove\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/supportedVirtualMachineSizes\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/checkAcceleratedNetworkingSupport\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/validateResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/setResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/effectiveResourceOwnership\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2016-04-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-04-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-04-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/maxNumberOfRecordSets\",\r\n \"defaultPath\": \"properties.maxNumberOfRecordSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/numberOfRecordSets\",\r\n \"defaultPath\": \"properties.numberOfRecordSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/nameServers[*]\",\r\n \"defaultPath\": \"properties.nameServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/nameServers\",\r\n \"defaultPath\": \"properties.nameServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/zoneType\",\r\n \"defaultPath\": \"properties.zoneType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/registrationVirtualNetworks[*].id\",\r\n \"defaultPath\": \"properties.registrationVirtualNetworks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/registrationVirtualNetworks[*]\",\r\n \"defaultPath\": \"properties.registrationVirtualNetworks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/registrationVirtualNetworks\",\r\n \"defaultPath\": \"properties.registrationVirtualNetworks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/resolutionVirtualNetworks[*].id\",\r\n \"defaultPath\": \"properties.resolutionVirtualNetworks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/resolutionVirtualNetworks[*]\",\r\n \"defaultPath\": \"properties.resolutionVirtualNetworks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/resolutionVirtualNetworks\",\r\n \"defaultPath\": \"properties.resolutionVirtualNetworks\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"getDnsResourceReference\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"internalNotify\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/A/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/AAAA/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CNAME/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/PTR/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/MX/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/TXT/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SRV/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/SOA/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/NS\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/NS/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/TTL\",\r\n \"defaultPath\": \"properties.TTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/ARecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.ARecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/ARecords[*]\",\r\n \"defaultPath\": \"properties.ARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/ARecords\",\r\n \"defaultPath\": \"properties.ARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/AAAARecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.AAAARecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/AAAARecords[*]\",\r\n \"defaultPath\": \"properties.AAAARecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/AAAARecords\",\r\n \"defaultPath\": \"properties.AAAARecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/MXRecords[*].preference\",\r\n \"defaultPath\": \"properties.MXRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/MXRecords[*].exchange\",\r\n \"defaultPath\": \"properties.MXRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/MXRecords[*]\",\r\n \"defaultPath\": \"properties.MXRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/MXRecords\",\r\n \"defaultPath\": \"properties.MXRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/NSRecords[*].nsdname\",\r\n \"defaultPath\": \"properties.NSRecords[*].nsdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/NSRecords[*]\",\r\n \"defaultPath\": \"properties.NSRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/NSRecords\",\r\n \"defaultPath\": \"properties.NSRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/PTRRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.PTRRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/PTRRecords[*]\",\r\n \"defaultPath\": \"properties.PTRRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/PTRRecords\",\r\n \"defaultPath\": \"properties.PTRRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SRVRecords[*].priority\",\r\n \"defaultPath\": \"properties.SRVRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SRVRecords[*].weight\",\r\n \"defaultPath\": \"properties.SRVRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SRVRecords[*].port\",\r\n \"defaultPath\": \"properties.SRVRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SRVRecords[*].target\",\r\n \"defaultPath\": \"properties.SRVRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SRVRecords[*]\",\r\n \"defaultPath\": \"properties.SRVRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SRVRecords\",\r\n \"defaultPath\": \"properties.SRVRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/TXTRecords[*]\",\r\n \"defaultPath\": \"properties.TXTRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/TXTRecords\",\r\n \"defaultPath\": \"properties.TXTRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/CNAMERecord.cname\",\r\n \"defaultPath\": \"properties.CNAMERecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/CNAMERecord\",\r\n \"defaultPath\": \"properties.CNAMERecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord.host\",\r\n \"defaultPath\": \"properties.SOARecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord.email\",\r\n \"defaultPath\": \"properties.SOARecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord.serialNumber\",\r\n \"defaultPath\": \"properties.SOARecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord.refreshTime\",\r\n \"defaultPath\": \"properties.SOARecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord.retryTime\",\r\n \"defaultPath\": \"properties.SOARecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord.expireTime\",\r\n \"defaultPath\": \"properties.SOARecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord.minimumTTL\",\r\n \"defaultPath\": \"properties.SOARecord.minimumTTL\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/SOARecord\",\r\n \"defaultPath\": \"properties.SOARecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/caaRecords[*].flags\",\r\n \"defaultPath\": \"properties.caaRecords[*].flags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/caaRecords[*].tag\",\r\n \"defaultPath\": \"properties.caaRecords[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/caaRecords[*]\",\r\n \"defaultPath\": \"properties.caaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/caaRecords\",\r\n \"defaultPath\": \"properties.caaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/targetResource.id\",\r\n \"defaultPath\": \"properties.targetResource.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/targetResource\",\r\n \"defaultPath\": \"properties.targetResource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/dnszones/CAA/caaRecords[*].value\",\r\n \"defaultPath\": \"properties.caaRecords[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/recordsets\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"dnszones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-05-01\",\r\n \"2018-03-01-preview\",\r\n \"2017-10-01\",\r\n \"2017-09-15-preview\",\r\n \"2017-09-01\",\r\n \"2016-04-01\",\r\n \"2015-11-30\",\r\n \"2015-11-15-preview\",\r\n \"2015-05-04-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/maxNumberOfRecordSets\",\r\n \"defaultPath\": \"properties.maxNumberOfRecordSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/numberOfRecordSets\",\r\n \"defaultPath\": \"properties.numberOfRecordSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/maxNumberOfVirtualNetworkLinks\",\r\n \"defaultPath\": \"properties.maxNumberOfVirtualNetworkLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/numberOfVirtualNetworkLinks\",\r\n \"defaultPath\": \"properties.numberOfVirtualNetworkLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/maxNumberOfVirtualNetworkLinksWithRegistration\",\r\n \"defaultPath\": \"properties.maxNumberOfVirtualNetworkLinksWithRegistration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/numberOfVirtualNetworkLinksWithRegistration\",\r\n \"defaultPath\": \"properties.numberOfVirtualNetworkLinksWithRegistration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/virtualNetworkLinks\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/virtualNetworkLinks/virtualNetwork.id\",\r\n \"defaultPath\": \"properties.virtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/virtualNetworkLinks/virtualNetwork\",\r\n \"defaultPath\": \"properties.virtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/virtualNetworkLinks/registrationEnabled\",\r\n \"defaultPath\": \"properties.registrationEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/virtualNetworkLinks/virtualNetworkLinkState\",\r\n \"defaultPath\": \"properties.virtualNetworkLinkState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/virtualNetworkLinks/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsOperationStatuses\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZonesInternal\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/A/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/AAAA/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/CNAME/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/PTR/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/MX/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/TXT/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SRV/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/SOA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/metadata\",\r\n \"defaultPath\": \"properties.metadata\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/ttl\",\r\n \"defaultPath\": \"properties.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/fqdn\",\r\n \"defaultPath\": \"properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/isAutoRegistered\",\r\n \"defaultPath\": \"properties.isAutoRegistered\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/aRecords[*].ipv4Address\",\r\n \"defaultPath\": \"properties.aRecords[*].ipv4Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/aRecords[*]\",\r\n \"defaultPath\": \"properties.aRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/aRecords\",\r\n \"defaultPath\": \"properties.aRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/aaaaRecords[*].ipv6Address\",\r\n \"defaultPath\": \"properties.aaaaRecords[*].ipv6Address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/aaaaRecords[*]\",\r\n \"defaultPath\": \"properties.aaaaRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/aaaaRecords\",\r\n \"defaultPath\": \"properties.aaaaRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/cnameRecord.cname\",\r\n \"defaultPath\": \"properties.cnameRecord.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/cnameRecord\",\r\n \"defaultPath\": \"properties.cnameRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/mxRecords[*].preference\",\r\n \"defaultPath\": \"properties.mxRecords[*].preference\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/mxRecords[*].exchange\",\r\n \"defaultPath\": \"properties.mxRecords[*].exchange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/mxRecords[*]\",\r\n \"defaultPath\": \"properties.mxRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/mxRecords\",\r\n \"defaultPath\": \"properties.mxRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/ptrRecords[*].ptrdname\",\r\n \"defaultPath\": \"properties.ptrRecords[*].ptrdname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/ptrRecords[*]\",\r\n \"defaultPath\": \"properties.ptrRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/ptrRecords\",\r\n \"defaultPath\": \"properties.ptrRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord.host\",\r\n \"defaultPath\": \"properties.soaRecord.host\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord.email\",\r\n \"defaultPath\": \"properties.soaRecord.email\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord.serialNumber\",\r\n \"defaultPath\": \"properties.soaRecord.serialNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord.refreshTime\",\r\n \"defaultPath\": \"properties.soaRecord.refreshTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord.retryTime\",\r\n \"defaultPath\": \"properties.soaRecord.retryTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord.expireTime\",\r\n \"defaultPath\": \"properties.soaRecord.expireTime\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord.minimumTtl\",\r\n \"defaultPath\": \"properties.soaRecord.minimumTtl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/soaRecord\",\r\n \"defaultPath\": \"properties.soaRecord\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/srvRecords[*].priority\",\r\n \"defaultPath\": \"properties.srvRecords[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/srvRecords[*].weight\",\r\n \"defaultPath\": \"properties.srvRecords[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/srvRecords[*].port\",\r\n \"defaultPath\": \"properties.srvRecords[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/srvRecords[*].target\",\r\n \"defaultPath\": \"properties.srvRecords[*].target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/srvRecords[*]\",\r\n \"defaultPath\": \"properties.srvRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/srvRecords\",\r\n \"defaultPath\": \"properties.srvRecords\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/txtRecords[*]\",\r\n \"defaultPath\": \"properties.txtRecords[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateDnsZones/SOA/txtRecords\",\r\n \"defaultPath\": \"properties.txtRecords\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"privateDnsZones/all\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-09-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.protocol\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.monitorConfig.protocol\",\r\n \"apiVersions\": [\r\n \"2015-04-28-preview\",\r\n \"2015-11-01\",\r\n \"2017-03-01\",\r\n \"2017-05-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.monitorConfig.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/targetResourceId\",\r\n \"defaultPath\": \"properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/target\",\r\n \"defaultPath\": \"properties.target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpointStatus\",\r\n \"defaultPath\": \"properties.endpointStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/weight\",\r\n \"defaultPath\": \"properties.weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/priority\",\r\n \"defaultPath\": \"properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpointLocation\",\r\n \"defaultPath\": \"properties.endpointLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpointMonitorStatus\",\r\n \"defaultPath\": \"properties.endpointMonitorStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/minChildEndpoints\",\r\n \"defaultPath\": \"properties.minChildEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/profileStatus\",\r\n \"defaultPath\": \"properties.profileStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/trafficRoutingMethod\",\r\n \"defaultPath\": \"properties.trafficRoutingMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/dnsConfig.relativeName\",\r\n \"defaultPath\": \"properties.dnsConfig.relativeName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/dnsConfig.fqdn\",\r\n \"defaultPath\": \"properties.dnsConfig.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/dnsConfig.ttl\",\r\n \"defaultPath\": \"properties.dnsConfig.ttl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/dnsConfig\",\r\n \"defaultPath\": \"properties.dnsConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.profileMonitorStatus\",\r\n \"defaultPath\": \"properties.monitorConfig.profileMonitorStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.port\",\r\n \"defaultPath\": \"properties.monitorConfig.port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.path\",\r\n \"defaultPath\": \"properties.monitorConfig.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig\",\r\n \"defaultPath\": \"properties.monitorConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].id\",\r\n \"defaultPath\": \"properties.endpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].name\",\r\n \"defaultPath\": \"properties.endpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].type\",\r\n \"defaultPath\": \"properties.endpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].targetResourceId\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].target\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.target\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].endpointStatus\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.endpointStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].weight\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].priority\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].endpointLocation\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.endpointLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].endpointMonitorStatus\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.endpointMonitorStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].minChildEndpoints\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.minChildEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*]\",\r\n \"defaultPath\": \"properties.endpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints\",\r\n \"defaultPath\": \"properties.endpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/geoMapping[*]\",\r\n \"defaultPath\": \"properties.geoMapping[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/geoMapping\",\r\n \"defaultPath\": \"properties.geoMapping\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].geoMapping[*]\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.geoMapping[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].geoMapping\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.geoMapping\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.intervalInSeconds\",\r\n \"defaultPath\": \"properties.monitorConfig.intervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.timeoutInSeconds\",\r\n \"defaultPath\": \"properties.monitorConfig.timeoutInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.toleratedNumberOfFailures\",\r\n \"defaultPath\": \"properties.monitorConfig.toleratedNumberOfFailures\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/trafficViewEnrollmentStatus\",\r\n \"defaultPath\": \"properties.trafficViewEnrollmentStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/customHeaders[*].name\",\r\n \"defaultPath\": \"properties.customHeaders[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/customHeaders[*]\",\r\n \"defaultPath\": \"properties.customHeaders[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/customHeaders\",\r\n \"defaultPath\": \"properties.customHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.customHeaders[*].name\",\r\n \"defaultPath\": \"properties.monitorConfig.customHeaders[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.customHeaders[*]\",\r\n \"defaultPath\": \"properties.monitorConfig.customHeaders[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.customHeaders\",\r\n \"defaultPath\": \"properties.monitorConfig.customHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.expectedStatusCodeRanges[*].min\",\r\n \"defaultPath\": \"properties.monitorConfig.expectedStatusCodeRanges[*].min\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.expectedStatusCodeRanges[*].max\",\r\n \"defaultPath\": \"properties.monitorConfig.expectedStatusCodeRanges[*].max\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.expectedStatusCodeRanges[*]\",\r\n \"defaultPath\": \"properties.monitorConfig.expectedStatusCodeRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.expectedStatusCodeRanges\",\r\n \"defaultPath\": \"properties.monitorConfig.expectedStatusCodeRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].customHeaders[*].name\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.customHeaders[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].customHeaders[*]\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.customHeaders[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].customHeaders\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.customHeaders\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/subnets[*].first\",\r\n \"defaultPath\": \"properties.subnets[*].first\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/subnets[*].last\",\r\n \"defaultPath\": \"properties.subnets[*].last\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/subnets[*].scope\",\r\n \"defaultPath\": \"properties.subnets[*].scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/subnets[*]\",\r\n \"defaultPath\": \"properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/subnets\",\r\n \"defaultPath\": \"properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].subnets[*].first\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.subnets[*].first\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].subnets[*].last\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.subnets[*].last\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].subnets[*].scope\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.subnets[*].scope\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].subnets[*]\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].subnets\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/maxReturn\",\r\n \"defaultPath\": \"properties.maxReturn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/monitorConfig.customHeaders[*].value\",\r\n \"defaultPath\": \"properties.monitorConfig.customHeaders[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficmanagerprofiles/endpoints[*].customHeaders[*].value\",\r\n \"defaultPath\": \"properties.endpoints[*].properties.customHeaders[*].value\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles/heatMaps\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\",\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerUserMetricsKeys\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2017-09-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/trafficManagerUserMetricsKeys/key\",\r\n \"defaultPath\": \"properties.key\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/trafficManagerUserMetricsKeys/default.key\",\r\n \"defaultPath\": \"properties.key\"\r\n }\r\n ],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"trafficManagerGeographicHierarchies\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-08-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2017-05-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/sku.tier\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.tier\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/sku.name\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.name\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/sku.family\",\r\n \"paths\": [\r\n {\r\n \"path\": \"sku.family\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"sku.family\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProvider.peeringLocation\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serviceProviderProperties.peeringLocation\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serviceProviderProperties.peeringLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProvider.bandwidthInMbps\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serviceProviderProperties.bandwidthInMbps\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serviceProviderProperties.bandwidthInMbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/sku\",\r\n \"defaultPath\": \"sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/circuitProvisioningState\",\r\n \"defaultPath\": \"properties.circuitProvisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProviderProvisioningState\",\r\n \"defaultPath\": \"properties.serviceProviderProvisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*].authorizationKey\",\r\n \"defaultPath\": \"properties.authorizations[*].properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*].authorizationUseStatus\",\r\n \"defaultPath\": \"properties.authorizations[*].properties.authorizationUseStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*].provisioningState\",\r\n \"defaultPath\": \"properties.authorizations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*].name\",\r\n \"defaultPath\": \"properties.authorizations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*].etag\",\r\n \"defaultPath\": \"properties.authorizations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*]\",\r\n \"defaultPath\": \"properties.authorizations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations\",\r\n \"defaultPath\": \"properties.authorizations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*].id\",\r\n \"defaultPath\": \"properties.authorizations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeringType\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeringType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].state\",\r\n \"defaultPath\": \"properties.peerings[*].properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].azureASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.azureASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].primaryAzurePort\",\r\n \"defaultPath\": \"properties.peerings[*].properties.primaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].secondaryAzurePort\",\r\n \"defaultPath\": \"properties.peerings[*].properties.secondaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].sharedKey\",\r\n \"defaultPath\": \"properties.peerings[*].properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].vlanId\",\r\n \"defaultPath\": \"properties.peerings[*].properties.vlanId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].stats.bytesIn\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.bytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].stats.bytesOut\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.bytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].stats\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*]\",\r\n \"defaultPath\": \"properties.peerings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings\",\r\n \"defaultPath\": \"properties.peerings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceKey\",\r\n \"defaultPath\": \"properties.serviceKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProviderNotes\",\r\n \"defaultPath\": \"properties.serviceProviderNotes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProviderProperties.serviceProviderName\",\r\n \"defaultPath\": \"properties.serviceProviderProperties.serviceProviderName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProviderProperties.peeringLocation\",\r\n \"defaultPath\": \"properties.serviceProviderProperties.peeringLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProviderProperties.bandwidthInMbps\",\r\n \"defaultPath\": \"properties.serviceProviderProperties.bandwidthInMbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/serviceProviderProperties\",\r\n \"defaultPath\": \"properties.serviceProviderProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/allowClassicOperations\",\r\n \"defaultPath\": \"properties.allowClassicOperations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].stats.primarybytesIn\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.primarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].stats.primarybytesOut\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.primarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].stats.secondarybytesIn\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.secondarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].stats.secondarybytesOut\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.secondarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].gatewayManagerEtag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.gatewayManagerEtag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].lastModifiedBy\",\r\n \"defaultPath\": \"properties.peerings[*].properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/gatewayManagerEtag\",\r\n \"defaultPath\": \"properties.gatewayManagerEtag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].access\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].routeFilterRuleType\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].properties.routeFilterRuleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].communities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].properties.communities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].communities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].properties.communities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].location\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*].tags\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.rules\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.type\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.location\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].routeFilter.tags\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.routeFilter\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.state\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].authorizationKey\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/allowGlobalReach\",\r\n \"defaultPath\": \"properties.allowGlobalReach\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].expressRouteConnection.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.expressRouteConnection.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].expressRouteConnection\",\r\n \"defaultPath\": \"properties.peerings[*].properties.expressRouteConnection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/expressRoutePort.id\",\r\n \"defaultPath\": \"properties.expressRoutePort.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/expressRoutePort\",\r\n \"defaultPath\": \"properties.expressRoutePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/bandwidthInGbps\",\r\n \"defaultPath\": \"properties.bandwidthInGbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/stag\",\r\n \"defaultPath\": \"properties.stag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].connectionName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.connectionName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].authResourceGuid\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.authResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/globalReachEnabled\",\r\n \"defaultPath\": \"properties.globalReachEnabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations[*].type\",\r\n \"defaultPath\": \"properties.authorizations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].type\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].type\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].type\",\r\n \"defaultPath\": \"properties.peerings[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].peeredConnections[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].ipv6PeeringConfig.routeFilter.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].ipv6CircuitConnectionConfig.addressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].ipv6CircuitConnectionConfig.circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings[*].connections[*].ipv6CircuitConnectionConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCrossConnections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-02-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/primaryAzurePort\",\r\n \"defaultPath\": \"properties.primaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/secondaryAzurePort\",\r\n \"defaultPath\": \"properties.secondaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/sTag\",\r\n \"defaultPath\": \"properties.sTag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peeringLocation\",\r\n \"defaultPath\": \"properties.peeringLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/bandwidthInMbps\",\r\n \"defaultPath\": \"properties.bandwidthInMbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/expressRouteCircuit.id\",\r\n \"defaultPath\": \"properties.expressRouteCircuit.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/expressRouteCircuit\",\r\n \"defaultPath\": \"properties.expressRouteCircuit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/serviceProviderProvisioningState\",\r\n \"defaultPath\": \"properties.serviceProviderProvisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/serviceProviderNotes\",\r\n \"defaultPath\": \"properties.serviceProviderNotes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].peeringType\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeringType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].state\",\r\n \"defaultPath\": \"properties.peerings[*].properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].azureASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.azureASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].peerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].primaryAzurePort\",\r\n \"defaultPath\": \"properties.peerings[*].properties.primaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].secondaryAzurePort\",\r\n \"defaultPath\": \"properties.peerings[*].properties.secondaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].sharedKey\",\r\n \"defaultPath\": \"properties.peerings[*].properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].vlanId\",\r\n \"defaultPath\": \"properties.peerings[*].properties.vlanId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].gatewayManagerEtag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.gatewayManagerEtag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].lastModifiedBy\",\r\n \"defaultPath\": \"properties.peerings[*].properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].access\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].routeFilterRuleType\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].properties.routeFilterRuleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].communities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].properties.communities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].communities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].properties.communities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].location\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.rules[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.rules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.type\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.location\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.routeFilter.tags\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig.state\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].ipv6PeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*]\",\r\n \"defaultPath\": \"properties.peerings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings\",\r\n \"defaultPath\": \"properties.peerings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCrossConnections/peerings[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].id\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableWafRuleSets\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableSslOptions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableServerVariables\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableRequestHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"applicationGatewayAvailableResponseHeaders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"routeFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2016-12-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].access\",\r\n \"defaultPath\": \"properties.rules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].routeFilterRuleType\",\r\n \"defaultPath\": \"properties.rules[*].properties.routeFilterRuleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].communities[*]\",\r\n \"defaultPath\": \"properties.rules[*].properties.communities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].communities\",\r\n \"defaultPath\": \"properties.rules[*].properties.communities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].provisioningState\",\r\n \"defaultPath\": \"properties.rules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].name\",\r\n \"defaultPath\": \"properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].location\",\r\n \"defaultPath\": \"properties.rules[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].etag\",\r\n \"defaultPath\": \"properties.rules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].tags\",\r\n \"defaultPath\": \"properties.rules[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*]\",\r\n \"defaultPath\": \"properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules\",\r\n \"defaultPath\": \"properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/rules[*].id\",\r\n \"defaultPath\": \"properties.rules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeringType\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeringType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].state\",\r\n \"defaultPath\": \"properties.peerings[*].properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].azureASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.azureASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].primaryAzurePort\",\r\n \"defaultPath\": \"properties.peerings[*].properties.primaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].secondaryAzurePort\",\r\n \"defaultPath\": \"properties.peerings[*].properties.secondaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].sharedKey\",\r\n \"defaultPath\": \"properties.peerings[*].properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].vlanId\",\r\n \"defaultPath\": \"properties.peerings[*].properties.vlanId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].stats.primarybytesIn\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.primarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].stats.primarybytesOut\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.primarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].stats.secondarybytesIn\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.secondarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].stats.secondarybytesOut\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats.secondarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].stats\",\r\n \"defaultPath\": \"properties.peerings[*].properties.stats\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].gatewayManagerEtag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.gatewayManagerEtag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].lastModifiedBy\",\r\n \"defaultPath\": \"properties.peerings[*].properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.rules[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.rules\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.type\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.location\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].routeFilter.tags\",\r\n \"defaultPath\": \"properties.peerings[*].properties.routeFilter.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*]\",\r\n \"defaultPath\": \"properties.peerings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings\",\r\n \"defaultPath\": \"properties.peerings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.routeFilter\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.state\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.peerings[*].properties.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].authorizationKey\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].expressRouteConnection.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.expressRouteConnection.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].expressRouteConnection\",\r\n \"defaultPath\": \"properties.peerings[*].properties.expressRouteConnection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].connectionName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.connectionName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].authResourceGuid\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.authResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].name\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].etag\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].type\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].type\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].type\",\r\n \"defaultPath\": \"properties.peerings[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].name\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].etag\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].type\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*]\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings\",\r\n \"defaultPath\": \"properties.ipv6Peerings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].peeredConnections[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.peeredConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].ipv6PeeringConfig.routeFilter.id\",\r\n \"defaultPath\": \"properties.peerings[*].properties.ipv6PeeringConfig.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeringType\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeringType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].state\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].azureASN\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.azureASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peerASN\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].primaryAzurePort\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.primaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].secondaryAzurePort\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.secondaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].sharedKey\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].vlanId\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.vlanId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].stats.primarybytesIn\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.stats.primarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].stats.primarybytesOut\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.stats.primarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].stats.secondarybytesIn\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.stats.secondarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].stats.secondarybytesOut\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.stats.secondarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].stats\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.stats\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].gatewayManagerEtag\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.gatewayManagerEtag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].lastModifiedBy\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].routeFilter.id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].routeFilter\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.routeFilter.id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.routeFilter\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig.state\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].ipv6PeeringConfig\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.ipv6PeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].expressRouteConnection.id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.expressRouteConnection.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].expressRouteConnection\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.expressRouteConnection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].authorizationKey\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].name\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].etag\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].type\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*]\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].connectionName\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.connectionName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].authResourceGuid\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.authResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].name\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].etag\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].type\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*]\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].peeredConnections[*].id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.peeredConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].id\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].ipv6CircuitConnectionConfig.addressPrefix\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].ipv6CircuitConnectionConfig.circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/peerings[*].connections[*].ipv6CircuitConnectionConfig\",\r\n \"defaultPath\": \"properties.peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].ipv6CircuitConnectionConfig.addressPrefix\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].ipv6CircuitConnectionConfig.circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/routeFilters/ipv6Peerings[*].connections[*].ipv6CircuitConnectionConfig\",\r\n \"defaultPath\": \"properties.ipv6Peerings[*].properties.connections[*].properties.ipv6CircuitConnectionConfig\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"bgpServiceCommunities\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualWans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/disableVpnEncryption\",\r\n \"defaultPath\": \"properties.disableVpnEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/virtualHubs[*].id\",\r\n \"defaultPath\": \"properties.virtualHubs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/virtualHubs[*]\",\r\n \"defaultPath\": \"properties.virtualHubs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/virtualHubs\",\r\n \"defaultPath\": \"properties.virtualHubs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/vpnSites[*].id\",\r\n \"defaultPath\": \"properties.vpnSites[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/vpnSites[*]\",\r\n \"defaultPath\": \"properties.vpnSites[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/vpnSites\",\r\n \"defaultPath\": \"properties.vpnSites\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/securityProviderName\",\r\n \"defaultPath\": \"properties.securityProviderName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/allowBranchToBranchTraffic\",\r\n \"defaultPath\": \"properties.allowBranchToBranchTraffic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/allowVnetToVnetTraffic\",\r\n \"defaultPath\": \"properties.allowVnetToVnetTraffic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/office365LocalBreakoutCategory\",\r\n \"defaultPath\": \"properties.office365LocalBreakoutCategory\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualWans/type\",\r\n \"defaultPath\": \"properties.type\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"vpnSites\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/virtualWAN.id\",\r\n \"defaultPath\": \"properties.virtualWAN.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/virtualWAN\",\r\n \"defaultPath\": \"properties.virtualWAN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/deviceProperties.deviceVendor\",\r\n \"defaultPath\": \"properties.deviceProperties.deviceVendor\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/deviceProperties.deviceModel\",\r\n \"defaultPath\": \"properties.deviceProperties.deviceModel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/deviceProperties.linkSpeedInMbps\",\r\n \"defaultPath\": \"properties.deviceProperties.linkSpeedInMbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/deviceProperties\",\r\n \"defaultPath\": \"properties.deviceProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/ipAddress\",\r\n \"defaultPath\": \"properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/siteKey\",\r\n \"defaultPath\": \"properties.siteKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/addressSpace.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.addressSpace.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/addressSpace.addressPrefixes\",\r\n \"defaultPath\": \"properties.addressSpace.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/addressSpace\",\r\n \"defaultPath\": \"properties.addressSpace\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.asn\",\r\n \"defaultPath\": \"properties.bgpProperties.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.peerWeight\",\r\n \"defaultPath\": \"properties.bgpProperties.peerWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties\",\r\n \"defaultPath\": \"properties.bgpProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/isSecuritySite\",\r\n \"defaultPath\": \"properties.isSecuritySite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].linkProperties.linkProviderName\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.linkProperties.linkProviderName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].linkProperties.linkSpeedInMbps\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.linkProperties.linkSpeedInMbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].linkProperties\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.linkProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].ipAddress\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].bgpProperties.asn\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.bgpProperties.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].bgpProperties.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.bgpProperties.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].bgpProperties\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.bgpProperties\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].etag\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].name\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].type\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*]\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks\",\r\n \"defaultPath\": \"properties.vpnSiteLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].id\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*].ipconfigurationId\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*].ipconfigurationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*].defaultBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*].defaultBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*].customBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*].customBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*].customBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*].customBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*].tunnelIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*].tunnelIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*].tunnelIpAddresses\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*].tunnelIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/bgpProperties.bgpPeeringAddresses\",\r\n \"defaultPath\": \"properties.bgpProperties.bgpPeeringAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnSites/vpnSiteLinks[*].fqdn\",\r\n \"defaultPath\": \"properties.vpnSiteLinks[*].properties.fqdn\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"vpnServerConfigurations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/name\",\r\n \"defaultPath\": \"properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnProtocols[*]\",\r\n \"defaultPath\": \"properties.vpnProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnProtocols\",\r\n \"defaultPath\": \"properties.vpnProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnAuthenticationTypes[*]\",\r\n \"defaultPath\": \"properties.vpnAuthenticationTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnAuthenticationTypes\",\r\n \"defaultPath\": \"properties.vpnAuthenticationTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRootCertificates[*].publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRootCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRevokedCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRevokedCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRevokedCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRevokedCertificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRevokedCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRevokedCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigVpnClientRevokedCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfigVpnClientRevokedCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusServerRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusServerRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusServerRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusServerRootCertificates[*].publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusServerRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusServerRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusServerRootCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusServerRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusClientRootCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusClientRootCertificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnServerConfigRadiusClientRootCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfigRadiusClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].saLifeTimeSeconds\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].saDataSizeKilobytes\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].ipsecEncryption\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].ipsecIntegrity\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].ikeEncryption\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].ikeIntegrity\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].dhGroup\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*].pfsGroup\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies[*]\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientIpsecPolicies\",\r\n \"defaultPath\": \"properties.vpnClientIpsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServerAddress\",\r\n \"defaultPath\": \"properties.radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServerSecret\",\r\n \"defaultPath\": \"properties.radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/aadAuthenticationParameters.aadTenant\",\r\n \"defaultPath\": \"properties.aadAuthenticationParameters.aadTenant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/aadAuthenticationParameters.aadAudience\",\r\n \"defaultPath\": \"properties.aadAuthenticationParameters.aadAudience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/aadAuthenticationParameters.aadIssuer\",\r\n \"defaultPath\": \"properties.aadAuthenticationParameters.aadIssuer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/aadAuthenticationParameters\",\r\n \"defaultPath\": \"properties.aadAuthenticationParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways\",\r\n \"defaultPath\": \"properties.p2SVpnGateways\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/etag\",\r\n \"defaultPath\": \"properties.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.vpnClientRootCertificates[*].publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRootCertificates\",\r\n \"defaultPath\": \"properties.vpnClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRevokedCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnClientRevokedCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRevokedCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.vpnClientRevokedCertificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRevokedCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnClientRevokedCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/vpnClientRevokedCertificates\",\r\n \"defaultPath\": \"properties.vpnClientRevokedCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServerRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.radiusServerRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServerRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.radiusServerRootCertificates[*].publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServerRootCertificates[*]\",\r\n \"defaultPath\": \"properties.radiusServerRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServerRootCertificates\",\r\n \"defaultPath\": \"properties.radiusServerRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.radiusClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusClientRootCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.radiusClientRootCertificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.radiusClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusClientRootCertificates\",\r\n \"defaultPath\": \"properties.radiusClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].virtualHub.id\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.virtualHub.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].virtualHub\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.virtualHub\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].vpnClientAddressPool.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.vpnClientAddressPool.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].vpnClientAddressPool.addressPrefixes\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.vpnClientAddressPool.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].vpnClientAddressPool\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.vpnClientAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].name\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].id\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].provisioningState\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnGatewayScaleUnit\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnGatewayScaleUnit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnServerConfiguration.id\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnServerConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnServerConfiguration\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnServerConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnClientConnectionHealth.totalIngressBytesTransferred\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnClientConnectionHealth.totalIngressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnClientConnectionHealth.totalEgressBytesTransferred\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnClientConnectionHealth.totalEgressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnClientConnectionHealth.vpnClientConnectionsCount\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnClientConnectionHealth.vpnClientConnectionsCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnClientConnectionHealth.allocatedIpAddresses[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnClientConnectionHealth.allocatedIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnClientConnectionHealth.allocatedIpAddresses\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnClientConnectionHealth.allocatedIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].vpnClientConnectionHealth\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.vpnClientConnectionHealth\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].etag\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].id\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].name\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].type\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].location\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].tags\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServers[*].radiusServerAddress\",\r\n \"defaultPath\": \"properties.radiusServers[*].radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServers[*].radiusServerScore\",\r\n \"defaultPath\": \"properties.radiusServers[*].radiusServerScore\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServers[*].radiusServerSecret\",\r\n \"defaultPath\": \"properties.radiusServers[*].radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServers[*]\",\r\n \"defaultPath\": \"properties.radiusServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/radiusServers\",\r\n \"defaultPath\": \"properties.radiusServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.associatedRouteTable.id\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.associatedRouteTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.associatedRouteTable\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.associatedRouteTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.labels[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.labels\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.ids[*].id\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.ids[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.ids[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.ids[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.ids\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.ids\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].name\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].p2SConnectionConfigurations[*].routingConfiguration\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.p2SConnectionConfigurations[*].properties.routingConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].customDnsServers[*]\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.customDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnServerConfigurations/p2SVpnGateways[*].customDnsServers\",\r\n \"defaultPath\": \"properties.p2SVpnGateways[*].properties.customDnsServers\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualWan.id\",\r\n \"defaultPath\": \"properties.virtualWan.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualWan\",\r\n \"defaultPath\": \"properties.virtualWan\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].remoteVirtualNetwork.id\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].properties.remoteVirtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].remoteVirtualNetwork\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].properties.remoteVirtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].allowHubToRemoteVnetTransit\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].properties.allowHubToRemoteVnetTransit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].allowRemoteVnetToUseHubVnetGateways\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].properties.allowRemoteVnetToUseHubVnetGateways\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].etag\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*]\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].id\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].name\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].type\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].location\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/hubVirtualNetworkConnections[*].tags\",\r\n \"defaultPath\": \"properties.hubVirtualNetworkConnections[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/addressPrefix\",\r\n \"defaultPath\": \"properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/vpnGateway.id\",\r\n \"defaultPath\": \"properties.vpnGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/vpnGateway\",\r\n \"defaultPath\": \"properties.vpnGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/p2SVpnGateway.id\",\r\n \"defaultPath\": \"properties.p2SVpnGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/p2SVpnGateway\",\r\n \"defaultPath\": \"properties.p2SVpnGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/expressRouteGateway.id\",\r\n \"defaultPath\": \"properties.expressRouteGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/expressRouteGateway\",\r\n \"defaultPath\": \"properties.expressRouteGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].remoteVirtualNetwork.id\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.remoteVirtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].remoteVirtualNetwork\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.remoteVirtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].allowHubToRemoteVnetTransit\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.allowHubToRemoteVnetTransit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].allowRemoteVnetToUseHubVnetGateways\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.allowRemoteVnetToUseHubVnetGateways\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].enableInternetSecurity\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.enableInternetSecurity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].etag\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/routeTable.routes[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.routeTable.routes[*].addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/routeTable.routes[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.routeTable.routes[*].addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.routeTable.routes[*].nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.routeTable.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/routeTable.routes\",\r\n \"defaultPath\": \"properties.routeTable.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/routeTable\",\r\n \"defaultPath\": \"properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/azureFirewall.id\",\r\n \"defaultPath\": \"properties.azureFirewall.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/azureFirewall\",\r\n \"defaultPath\": \"properties.azureFirewall\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/securityProviderName\",\r\n \"defaultPath\": \"properties.securityProviderName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes[*].destinationType\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes[*].destinationType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes[*].destinations[*]\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes[*].destinations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes[*].destinations\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes[*].destinations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes[*].nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes[*].nextHops[*]\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes[*].nextHops[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes[*].nextHops\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes[*].nextHops\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes[*]\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].routes\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].attachedConnections[*]\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.attachedConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].attachedConnections\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.attachedConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].provisioningState\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].name\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].etag\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*]\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualHubRouteTableV2s[*].id\",\r\n \"defaultPath\": \"properties.virtualHubRouteTableV2s[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/securityPartnerProvider.id\",\r\n \"defaultPath\": \"properties.securityPartnerProvider.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/securityPartnerProvider\",\r\n \"defaultPath\": \"properties.securityPartnerProvider\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.associatedRouteTable.id\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.associatedRouteTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.associatedRouteTable\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.associatedRouteTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.propagatedRouteTables.labels[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.propagatedRouteTables.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.propagatedRouteTables.labels\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.propagatedRouteTables.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.propagatedRouteTables.ids[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.propagatedRouteTables.ids[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.propagatedRouteTables.ids[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.propagatedRouteTables.ids[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.propagatedRouteTables.ids\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.propagatedRouteTables.ids\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.propagatedRouteTables\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.propagatedRouteTables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].name\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*]\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.vnetRoutes.staticRoutes\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration.vnetRoutes\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration.vnetRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualNetworkConnections[*].routingConfiguration\",\r\n \"defaultPath\": \"properties.virtualNetworkConnections[*].properties.routingConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/routingState\",\r\n \"defaultPath\": \"properties.routingState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/bgpConnections[*].id\",\r\n \"defaultPath\": \"properties.bgpConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/bgpConnections[*]\",\r\n \"defaultPath\": \"properties.bgpConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/bgpConnections\",\r\n \"defaultPath\": \"properties.bgpConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualRouterAsn\",\r\n \"defaultPath\": \"properties.virtualRouterAsn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualRouterIps[*]\",\r\n \"defaultPath\": \"properties.virtualRouterIps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/virtualRouterIps\",\r\n \"defaultPath\": \"properties.virtualRouterIps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/bgpConnections.peerAsn\",\r\n \"defaultPath\": \"properties.peerAsn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/bgpConnections.peerIp\",\r\n \"defaultPath\": \"properties.peerIp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/bgpConnections.connectionState\",\r\n \"defaultPath\": \"properties.connectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.privateIPAddress\",\r\n \"defaultPath\": \"properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.natGateway\",\r\n \"defaultPath\": \"properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.purpose\",\r\n \"defaultPath\": \"properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.name\",\r\n \"defaultPath\": \"properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.etag\",\r\n \"defaultPath\": \"properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet\",\r\n \"defaultPath\": \"properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.subnet.id\",\r\n \"defaultPath\": \"properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress\",\r\n \"defaultPath\": \"properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.id\",\r\n \"defaultPath\": \"properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.name\",\r\n \"defaultPath\": \"properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.type\",\r\n \"defaultPath\": \"properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.location\",\r\n \"defaultPath\": \"properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualHubs/ipConfigurations.publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.publicIPAddress.tags\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"vpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\"\r\n ],\r\n \"defaultApiVersion\": \"2017-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/virtualHub.id\",\r\n \"defaultPath\": \"properties.virtualHub.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/virtualHub\",\r\n \"defaultPath\": \"properties.virtualHub\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].remoteVpnSite.id\",\r\n \"defaultPath\": \"properties.connections[*].properties.remoteVpnSite.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].remoteVpnSite\",\r\n \"defaultPath\": \"properties.connections[*].properties.remoteVpnSite\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingWeight\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].connectionStatus\",\r\n \"defaultPath\": \"properties.connections[*].properties.connectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ingressBytesTransferred\",\r\n \"defaultPath\": \"properties.connections[*].properties.ingressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].egressBytesTransferred\",\r\n \"defaultPath\": \"properties.connections[*].properties.egressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].connectionBandwidth\",\r\n \"defaultPath\": \"properties.connections[*].properties.connectionBandwidth\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].sharedKey\",\r\n \"defaultPath\": \"properties.connections[*].properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].enableBgp\",\r\n \"defaultPath\": \"properties.connections[*].properties.enableBgp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].saLifeTimeSeconds\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].saDataSizeKilobytes\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].ipsecEncryption\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].ipsecIntegrity\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].ikeEncryption\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].ikeIntegrity\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].dhGroup\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*].pfsGroup\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies[*]\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].ipsecPolicies\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].provisioningState\",\r\n \"defaultPath\": \"properties.connections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].name\",\r\n \"defaultPath\": \"properties.connections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].etag\",\r\n \"defaultPath\": \"properties.connections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*]\",\r\n \"defaultPath\": \"properties.connections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections\",\r\n \"defaultPath\": \"properties.connections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].id\",\r\n \"defaultPath\": \"properties.connections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].type\",\r\n \"defaultPath\": \"properties.connections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].location\",\r\n \"defaultPath\": \"properties.connections[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].tags\",\r\n \"defaultPath\": \"properties.connections[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.asn\",\r\n \"defaultPath\": \"properties.bgpSettings.asn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddress\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.peerWeight\",\r\n \"defaultPath\": \"properties.bgpSettings.peerWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings\",\r\n \"defaultPath\": \"properties.bgpSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/policies.allowBranchToBranchTraffic\",\r\n \"defaultPath\": \"properties.policies.allowBranchToBranchTraffic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/policies.allowVnetToVnetTraffic\",\r\n \"defaultPath\": \"properties.policies.allowVnetToVnetTraffic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/policies\",\r\n \"defaultPath\": \"properties.policies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].connectionBandwidthInMbps\",\r\n \"defaultPath\": \"properties.connections[*].properties.connectionBandwidthInMbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnConnectionProtocolType\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnConnectionProtocolType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].enableRateLimiting\",\r\n \"defaultPath\": \"properties.connections[*].properties.enableRateLimiting\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].enableInternetSecurity\",\r\n \"defaultPath\": \"properties.connections[*].properties.enableInternetSecurity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/vpnGatewayScaleUnit\",\r\n \"defaultPath\": \"properties.vpnGatewayScaleUnit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].useLocalAzureIpAddress\",\r\n \"defaultPath\": \"properties.connections[*].properties.useLocalAzureIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].usePolicyBasedTrafficSelectors\",\r\n \"defaultPath\": \"properties.connections[*].properties.usePolicyBasedTrafficSelectors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].vpnSiteLink.id\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.vpnSiteLink.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].vpnSiteLink\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.vpnSiteLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].routingWeight\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.routingWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].connectionStatus\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.connectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].vpnConnectionProtocolType\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.vpnConnectionProtocolType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ingressBytesTransferred\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ingressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].egressBytesTransferred\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.egressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].connectionBandwidth\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.connectionBandwidth\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].sharedKey\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].enableBgp\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.enableBgp\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].usePolicyBasedTrafficSelectors\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.usePolicyBasedTrafficSelectors\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*]\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].enableRateLimiting\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.enableRateLimiting\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].useLocalAzureIpAddress\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.useLocalAzureIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].name\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].etag\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].type\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*]\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].id\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].saLifeTimeSeconds\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].saDataSizeKilobytes\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].ipsecEncryption\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].ipsecIntegrity\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].ikeEncryption\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].ikeIntegrity\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].dhGroup\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].vpnLinkConnections[*].ipsecPolicies[*].pfsGroup\",\r\n \"defaultPath\": \"properties.connections[*].properties.vpnLinkConnections[*].properties.ipsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].ipconfigurationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].defaultBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].customBgpIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*].tunnelIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses[*]\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/bgpSettings.bgpPeeringAddresses\",\r\n \"defaultPath\": \"properties.bgpSettings.bgpPeeringAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].dpdTimeoutSeconds\",\r\n \"defaultPath\": \"properties.connections[*].properties.dpdTimeoutSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.associatedRouteTable.id\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.associatedRouteTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.associatedRouteTable\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.associatedRouteTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.propagatedRouteTables.labels[*]\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.propagatedRouteTables.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.propagatedRouteTables.labels\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.propagatedRouteTables.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.propagatedRouteTables.ids[*].id\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.propagatedRouteTables.ids[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.propagatedRouteTables.ids[*]\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.propagatedRouteTables.ids[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.propagatedRouteTables.ids\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.propagatedRouteTables.ids\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.propagatedRouteTables\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.propagatedRouteTables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.vnetRoutes.staticRoutes[*].name\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.vnetRoutes.staticRoutes[*]\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.vnetRoutes.staticRoutes\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.vnetRoutes.staticRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration.vnetRoutes\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration.vnetRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/vpnGateways/connections[*].routingConfiguration\",\r\n \"defaultPath\": \"properties.connections[*].properties.routingConfiguration\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"p2sVpnGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/virtualHub.id\",\r\n \"defaultPath\": \"properties.virtualHub.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/virtualHub\",\r\n \"defaultPath\": \"properties.virtualHub\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnGatewayScaleUnit\",\r\n \"defaultPath\": \"properties.vpnGatewayScaleUnit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SVpnServerConfiguration.id\",\r\n \"defaultPath\": \"properties.p2SVpnServerConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SVpnServerConfiguration\",\r\n \"defaultPath\": \"properties.p2SVpnServerConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientAddressPool.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.vpnClientAddressPool.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientAddressPool.addressPrefixes\",\r\n \"defaultPath\": \"properties.vpnClientAddressPool.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientAddressPool\",\r\n \"defaultPath\": \"properties.vpnClientAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientConnectionHealth.totalIngressBytesTransferred\",\r\n \"defaultPath\": \"properties.vpnClientConnectionHealth.totalIngressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientConnectionHealth.totalEgressBytesTransferred\",\r\n \"defaultPath\": \"properties.vpnClientConnectionHealth.totalEgressBytesTransferred\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientConnectionHealth.vpnClientConnectionsCount\",\r\n \"defaultPath\": \"properties.vpnClientConnectionHealth.vpnClientConnectionsCount\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientConnectionHealth.allocatedIpAddresses[*]\",\r\n \"defaultPath\": \"properties.vpnClientConnectionHealth.allocatedIpAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientConnectionHealth.allocatedIpAddresses\",\r\n \"defaultPath\": \"properties.vpnClientConnectionHealth.allocatedIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnClientConnectionHealth\",\r\n \"defaultPath\": \"properties.vpnClientConnectionHealth\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/customRoutes.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.customRoutes.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/customRoutes.addressPrefixes\",\r\n \"defaultPath\": \"properties.customRoutes.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/customRoutes\",\r\n \"defaultPath\": \"properties.customRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*].vpnClientAddressPool.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.vpnClientAddressPool.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*].vpnClientAddressPool.addressPrefixes\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.vpnClientAddressPool.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*].vpnClientAddressPool\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.vpnClientAddressPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*].name\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*]\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations[*].id\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.name\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnProtocols[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnProtocols\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnAuthenticationTypes[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnAuthenticationTypes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnAuthenticationTypes\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnAuthenticationTypes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRootCertificates[*].publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRootCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRevokedCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRevokedCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRevokedCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRevokedCertificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRevokedCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRevokedCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigVpnClientRevokedCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigVpnClientRevokedCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusServerRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusServerRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusServerRootCertificates[*].publicCertData\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusServerRootCertificates[*].publicCertData\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusServerRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusServerRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusServerRootCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusServerRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusClientRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusClientRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusClientRootCertificates[*].thumbprint\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusClientRootCertificates[*].thumbprint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusClientRootCertificates[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusClientRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnServerConfigRadiusClientRootCertificates\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnServerConfigRadiusClientRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].saLifeTimeSeconds\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].saLifeTimeSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].saDataSizeKilobytes\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].saDataSizeKilobytes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].ipsecEncryption\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].ipsecEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].ipsecIntegrity\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].ipsecIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].ikeEncryption\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].ikeEncryption\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].ikeIntegrity\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].ikeIntegrity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].dhGroup\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].dhGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*].pfsGroup\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*].pfsGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.vpnClientIpsecPolicies\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.vpnClientIpsecPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.radiusServerAddress\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.radiusServerAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.radiusServerSecret\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.radiusServerSecret\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.aadAuthenticationParameters.aadTenant\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.aadAuthenticationParameters.aadTenant\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.aadAuthenticationParameters.aadAudience\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.aadAuthenticationParameters.aadAudience\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.aadAuthenticationParameters.aadIssuer\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.aadAuthenticationParameters.aadIssuer\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.aadAuthenticationParameters\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.aadAuthenticationParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.p2SVpnGateways[*]\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.p2SVpnGateways[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.p2SVpnGateways\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.p2SVpnGateways\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.etag\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.properties.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.id\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.type\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.location\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/vpnServerConfiguration.tags\",\r\n \"defaultPath\": \"properties.vpnServerConfiguration.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.associatedRouteTable.id\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.associatedRouteTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.associatedRouteTable\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.associatedRouteTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.labels[*]\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.labels\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.ids[*].id\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.ids[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.ids[*]\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.ids[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables.ids\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables.ids\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.propagatedRouteTables\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.propagatedRouteTables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].name\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes[*]\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes.staticRoutes\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes.staticRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration.vnetRoutes\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration.vnetRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/p2SConnectionConfigurations[*].routingConfiguration\",\r\n \"defaultPath\": \"properties.p2SConnectionConfigurations[*].properties.routingConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/customDnsServers[*]\",\r\n \"defaultPath\": \"properties.customDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/p2sVpnGateways/customDnsServers\",\r\n \"defaultPath\": \"properties.customDnsServers\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"expressRouteGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/autoScaleConfiguration.bounds.min\",\r\n \"defaultPath\": \"properties.autoScaleConfiguration.bounds.min\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/autoScaleConfiguration.bounds.max\",\r\n \"defaultPath\": \"properties.autoScaleConfiguration.bounds.max\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/autoScaleConfiguration.bounds\",\r\n \"defaultPath\": \"properties.autoScaleConfiguration.bounds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/autoScaleConfiguration\",\r\n \"defaultPath\": \"properties.autoScaleConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].authorizationKey\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingWeight\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingWeight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].name\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*]\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections\",\r\n \"defaultPath\": \"properties.expressRouteConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].id\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/virtualHub.id\",\r\n \"defaultPath\": \"properties.virtualHub.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/virtualHub\",\r\n \"defaultPath\": \"properties.virtualHub\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].enableInternetSecurity\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.enableInternetSecurity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.associatedRouteTable.id\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.associatedRouteTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.associatedRouteTable\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.associatedRouteTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.propagatedRouteTables.labels[*]\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.propagatedRouteTables.labels[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.propagatedRouteTables.labels\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.propagatedRouteTables.labels\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.propagatedRouteTables.ids[*].id\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.propagatedRouteTables.ids[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.propagatedRouteTables.ids[*]\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.propagatedRouteTables.ids[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.propagatedRouteTables.ids\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.propagatedRouteTables.ids\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.propagatedRouteTables\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.propagatedRouteTables\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].name\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*].nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.vnetRoutes.staticRoutes[*]\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.vnetRoutes.staticRoutes\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.vnetRoutes.staticRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration.vnetRoutes\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration.vnetRoutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteGateways/expressRouteConnections[*].routingConfiguration\",\r\n \"defaultPath\": \"properties.expressRouteConnections[*].properties.routingConfiguration\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"expressRoutePortsLocations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"expressRoutePorts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-07-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/peeringLocation\",\r\n \"defaultPath\": \"properties.peeringLocation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/bandwidthInGbps\",\r\n \"defaultPath\": \"properties.bandwidthInGbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/provisionedBandwidthInGbps\",\r\n \"defaultPath\": \"properties.provisionedBandwidthInGbps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/mtu\",\r\n \"defaultPath\": \"properties.mtu\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/encapsulation\",\r\n \"defaultPath\": \"properties.encapsulation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/etherType\",\r\n \"defaultPath\": \"properties.etherType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/allocationDate\",\r\n \"defaultPath\": \"properties.allocationDate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].routerName\",\r\n \"defaultPath\": \"properties.links[*].properties.routerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].interfaceName\",\r\n \"defaultPath\": \"properties.links[*].properties.interfaceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].patchPanelId\",\r\n \"defaultPath\": \"properties.links[*].properties.patchPanelId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].rackId\",\r\n \"defaultPath\": \"properties.links[*].properties.rackId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].connectorType\",\r\n \"defaultPath\": \"properties.links[*].properties.connectorType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].adminState\",\r\n \"defaultPath\": \"properties.links[*].properties.adminState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].provisioningState\",\r\n \"defaultPath\": \"properties.links[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].name\",\r\n \"defaultPath\": \"properties.links[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].etag\",\r\n \"defaultPath\": \"properties.links[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*]\",\r\n \"defaultPath\": \"properties.links[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links\",\r\n \"defaultPath\": \"properties.links\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].id\",\r\n \"defaultPath\": \"properties.links[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/circuits[*].id\",\r\n \"defaultPath\": \"properties.circuits[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/circuits[*]\",\r\n \"defaultPath\": \"properties.circuits[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/circuits\",\r\n \"defaultPath\": \"properties.circuits\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].macSecConfig.cknSecretIdentifier\",\r\n \"defaultPath\": \"properties.links[*].properties.macSecConfig.cknSecretIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].macSecConfig.cakSecretIdentifier\",\r\n \"defaultPath\": \"properties.links[*].properties.macSecConfig.cakSecretIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].macSecConfig.cipher\",\r\n \"defaultPath\": \"properties.links[*].properties.macSecConfig.cipher\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRoutePorts/links[*].macSecConfig\",\r\n \"defaultPath\": \"properties.links[*].properties.macSecConfig\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"firewallPolicies\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-04-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleGroups[*].id\",\r\n \"defaultPath\": \"properties.ruleGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleGroups[*]\",\r\n \"defaultPath\": \"properties.ruleGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleGroups\",\r\n \"defaultPath\": \"properties.ruleGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/basePolicy.id\",\r\n \"defaultPath\": \"properties.basePolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/basePolicy\",\r\n \"defaultPath\": \"properties.basePolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/firewalls[*].id\",\r\n \"defaultPath\": \"properties.firewalls[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/firewalls[*]\",\r\n \"defaultPath\": \"properties.firewalls[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/firewalls\",\r\n \"defaultPath\": \"properties.firewalls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/childPolicies[*].id\",\r\n \"defaultPath\": \"properties.childPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/childPolicies[*]\",\r\n \"defaultPath\": \"properties.childPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/childPolicies\",\r\n \"defaultPath\": \"properties.childPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/threatIntelMode\",\r\n \"defaultPath\": \"properties.threatIntelMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/intrusionSystemMode\",\r\n \"defaultPath\": \"properties.intrusionSystemMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/threatIntelWhitelist.ipAddresses[*]\",\r\n \"defaultPath\": \"properties.threatIntelWhitelist.ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/threatIntelWhitelist.ipAddresses\",\r\n \"defaultPath\": \"properties.threatIntelWhitelist.ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/threatIntelWhitelist.fqdns[*]\",\r\n \"defaultPath\": \"properties.threatIntelWhitelist.fqdns[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/threatIntelWhitelist.fqdns\",\r\n \"defaultPath\": \"properties.threatIntelWhitelist.fqdns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/threatIntelWhitelist\",\r\n \"defaultPath\": \"properties.threatIntelWhitelist\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.certificateAuthority.keyVaultSecretId\",\r\n \"defaultPath\": \"properties.transportSecurity.certificateAuthority.properties.keyVaultSecretId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.certificateAuthority.name\",\r\n \"defaultPath\": \"properties.transportSecurity.certificateAuthority.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.certificateAuthority\",\r\n \"defaultPath\": \"properties.transportSecurity.certificateAuthority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.excludedDomains[*]\",\r\n \"defaultPath\": \"properties.transportSecurity.excludedDomains[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.excludedDomains\",\r\n \"defaultPath\": \"properties.transportSecurity.excludedDomains\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.trustedRootCertificates[*].keyVaultSecretId\",\r\n \"defaultPath\": \"properties.transportSecurity.trustedRootCertificates[*].properties.keyVaultSecretId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.trustedRootCertificates[*].name\",\r\n \"defaultPath\": \"properties.transportSecurity.trustedRootCertificates[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.trustedRootCertificates[*]\",\r\n \"defaultPath\": \"properties.transportSecurity.trustedRootCertificates[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity.trustedRootCertificates\",\r\n \"defaultPath\": \"properties.transportSecurity.trustedRootCertificates\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/transportSecurity\",\r\n \"defaultPath\": \"properties.transportSecurity\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups[*].id\",\r\n \"defaultPath\": \"properties.ruleCollectionGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups[*]\",\r\n \"defaultPath\": \"properties.ruleCollectionGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups\",\r\n \"defaultPath\": \"properties.ruleCollectionGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/dnsSettings.servers[*]\",\r\n \"defaultPath\": \"properties.dnsSettings.servers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/dnsSettings.servers\",\r\n \"defaultPath\": \"properties.dnsSettings.servers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/dnsSettings.enableProxy\",\r\n \"defaultPath\": \"properties.dnsSettings.enableProxy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/dnsSettings.requireProxyForNetworkRules\",\r\n \"defaultPath\": \"properties.dnsSettings.requireProxyForNetworkRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/dnsSettings\",\r\n \"defaultPath\": \"properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups.priority\",\r\n \"defaultPath\": \"properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups.ruleCollections[*].ruleCollectionType\",\r\n \"defaultPath\": \"properties.ruleCollections[*].ruleCollectionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups.ruleCollections[*].name\",\r\n \"defaultPath\": \"properties.ruleCollections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups.ruleCollections[*].priority\",\r\n \"defaultPath\": \"properties.ruleCollections[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups.ruleCollections[*]\",\r\n \"defaultPath\": \"properties.ruleCollections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/firewallPolicies/ruleCollectionGroups.ruleCollections\",\r\n \"defaultPath\": \"properties.ruleCollections\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"ipGroups\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"West Central US\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/ipGroups/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipGroups/ipAddresses[*]\",\r\n \"defaultPath\": \"properties.ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipGroups/ipAddresses\",\r\n \"defaultPath\": \"properties.ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipGroups/firewalls[*].id\",\r\n \"defaultPath\": \"properties.firewalls[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipGroups/firewalls[*]\",\r\n \"defaultPath\": \"properties.firewalls[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipGroups/firewalls\",\r\n \"defaultPath\": \"properties.firewalls\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"locations/nfvOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"securityPartnerProviders\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/securityPartnerProviders/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/securityPartnerProviders/securityProviderName\",\r\n \"defaultPath\": \"properties.securityProviderName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/securityPartnerProviders/connectionStatus\",\r\n \"defaultPath\": \"properties.connectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/securityPartnerProviders/virtualHub.id\",\r\n \"defaultPath\": \"properties.virtualHub.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/securityPartnerProviders/virtualHub\",\r\n \"defaultPath\": \"properties.virtualHub\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewalls\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-04-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].priority\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].action.type\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.action.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].action\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].name\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].description\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].sourceAddresses[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].sourceAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].sourceAddresses\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].sourceAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].protocols[*].protocolType\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].protocols[*].protocolType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].protocols[*].port\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].protocols[*].port\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].protocols[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].protocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].protocols\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].protocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].targetUrls[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].targetUrls[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].targetUrls\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].targetUrls\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].provisioningState\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].name\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].etag\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections\",\r\n \"defaultPath\": \"properties.applicationRuleCollections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].id\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].priority\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].action\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].name\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].description\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].protocols[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].protocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].protocols\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].protocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].sourceAddresses[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].sourceAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].sourceAddresses\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].sourceAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationAddresses[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationAddresses\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationPorts[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationPorts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationPorts\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].name\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].etag\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections\",\r\n \"defaultPath\": \"properties.networkRuleCollections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].internalPublicIpAddress.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.internalPublicIpAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].internalPublicIpAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.internalPublicIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].targetFqdns[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].targetFqdns[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].targetFqdns\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].targetFqdns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].fqdnTags[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].fqdnTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].fqdnTags\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].fqdnTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].priority\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].action.type\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.action.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].action\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].name\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].description\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].sourceAddresses[*]\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].sourceAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].sourceAddresses\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].sourceAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].destinationAddresses[*]\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].destinationAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].destinationAddresses\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].destinationAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].destinationPorts[*]\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].destinationPorts[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].destinationPorts\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].destinationPorts\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].protocols[*]\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].protocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].protocols\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].protocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].translatedAddress\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].translatedAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].translatedPort\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].translatedPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*]\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].provisioningState\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].name\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].etag\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*]\",\r\n \"defaultPath\": \"properties.natRuleCollections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections\",\r\n \"defaultPath\": \"properties.natRuleCollections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/threatIntelMode\",\r\n \"defaultPath\": \"properties.threatIntelMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/zones[*]\",\r\n \"defaultPath\": \"zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/zones\",\r\n \"defaultPath\": \"zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].action.type\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.action.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].id\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].id\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/virtualHub.id\",\r\n \"defaultPath\": \"properties.virtualHub.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/virtualHub\",\r\n \"defaultPath\": \"properties.virtualHub\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/firewallPolicy.id\",\r\n \"defaultPath\": \"properties.firewallPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/firewallPolicy\",\r\n \"defaultPath\": \"properties.firewallPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIpAddresses.publicIPAddresses[*].address\",\r\n \"defaultPath\": \"properties.hubIpAddresses.publicIPAddresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIpAddresses.publicIPAddresses[*]\",\r\n \"defaultPath\": \"properties.hubIpAddresses.publicIPAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIpAddresses.publicIPAddresses\",\r\n \"defaultPath\": \"properties.hubIpAddresses.publicIPAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIpAddresses.privateIPAddress\",\r\n \"defaultPath\": \"properties.hubIpAddresses.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIpAddresses\",\r\n \"defaultPath\": \"properties.hubIpAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/sku.name\",\r\n \"defaultPath\": \"properties.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/sku.tier\",\r\n \"defaultPath\": \"properties.sku.tier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/sku\",\r\n \"defaultPath\": \"properties.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].sourceIpGroups[*]\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].sourceIpGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/applicationRuleCollections[*].rules[*].sourceIpGroups\",\r\n \"defaultPath\": \"properties.applicationRuleCollections[*].properties.rules[*].sourceIpGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].translatedFqdn\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].translatedFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].sourceIpGroups[*]\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].sourceIpGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/natRuleCollections[*].rules[*].sourceIpGroups\",\r\n \"defaultPath\": \"properties.natRuleCollections[*].properties.rules[*].sourceIpGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationFqdns[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationFqdns[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationFqdns\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationFqdns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].sourceIpGroups[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].sourceIpGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].sourceIpGroups\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].sourceIpGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationIpGroups[*]\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationIpGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/networkRuleCollections[*].rules[*].destinationIpGroups\",\r\n \"defaultPath\": \"properties.networkRuleCollections[*].properties.rules[*].destinationIpGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.subnet.id\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.subnet\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.publicIPAddress.id\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.name\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.etag\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.type\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration\",\r\n \"defaultPath\": \"properties.managementIpConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/managementIpConfiguration.id\",\r\n \"defaultPath\": \"properties.managementIpConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipGroups[*].id\",\r\n \"defaultPath\": \"properties.ipGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipGroups[*].changeNumber\",\r\n \"defaultPath\": \"properties.ipGroups[*].changeNumber\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipGroups[*]\",\r\n \"defaultPath\": \"properties.ipGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/ipGroups\",\r\n \"defaultPath\": \"properties.ipGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIPAddresses.publicIPs.addresses[*].address\",\r\n \"defaultPath\": \"properties.hubIPAddresses.publicIPs.addresses[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIPAddresses.publicIPs.addresses[*]\",\r\n \"defaultPath\": \"properties.hubIPAddresses.publicIPs.addresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIPAddresses.publicIPs.addresses\",\r\n \"defaultPath\": \"properties.hubIPAddresses.publicIPs.addresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIPAddresses.publicIPs.count\",\r\n \"defaultPath\": \"properties.hubIPAddresses.publicIPs.count\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/azureFirewalls/hubIPAddresses.publicIPs\",\r\n \"defaultPath\": \"properties.hubIPAddresses.publicIPs\"\r\n }\r\n ],\r\n \"zoneMappings\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"azureFirewallFqdnTags\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkTaps\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/networkInterfaceTapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaceTapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.routeTable\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.delegations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.purpose\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.primary\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationPort\",\r\n \"defaultPath\": \"properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.natGateway\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].outboundRules[*].id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationNetworkInterfaceIPConfiguration.id\",\r\n \"defaultPath\": \"properties.destinationNetworkInterfaceIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.purpose\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.natGateway\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworkTaps/destinationLoadBalancerFrontEndIPConfiguration.subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet.properties.ipAllocations\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"privateLinkServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-08-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].inboundNatRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].inboundNatPools\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].outboundRules[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].outboundRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.natGateway\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.purpose\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].zones[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].zones\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces\",\r\n \"defaultPath\": \"properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/visibility.subscriptions[*]\",\r\n \"defaultPath\": \"properties.visibility.subscriptions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/visibility.subscriptions\",\r\n \"defaultPath\": \"properties.visibility.subscriptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/visibility\",\r\n \"defaultPath\": \"properties.visibility\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/autoApproval.subscriptions[*]\",\r\n \"defaultPath\": \"properties.autoApproval.subscriptions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/autoApproval.subscriptions\",\r\n \"defaultPath\": \"properties.autoApproval.subscriptions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/autoApproval\",\r\n \"defaultPath\": \"properties.autoApproval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/fqdns[*]\",\r\n \"defaultPath\": \"properties.fqdns[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/fqdns\",\r\n \"defaultPath\": \"properties.fqdns\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/alias\",\r\n \"defaultPath\": \"properties.alias\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.routeTable.tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.natGateway\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.delegations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.purpose\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].networkSecurityGroup.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].linkIdentifier\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.linkIdentifier\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/enableProxyProtocol\",\r\n \"defaultPath\": \"properties.enableProxyProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/loadBalancerFrontendIpConfigurations[*].subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.loadBalancerFrontendIpConfigurations[*].properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipAllocations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/ipConfigurations[*].subnet.ipAllocations\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.properties.ipAllocations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/privateLinkServices/privateEndpointConnections[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.privateEndpointConnections[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"ddosProtectionPlans\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-02-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2018-02-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/ddosProtectionPlans/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosProtectionPlans/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosProtectionPlans/virtualNetworks[*].id\",\r\n \"defaultPath\": \"properties.virtualNetworks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosProtectionPlans/virtualNetworks[*]\",\r\n \"defaultPath\": \"properties.virtualNetworks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ddosProtectionPlans/virtualNetworks\",\r\n \"defaultPath\": \"properties.virtualNetworks\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkProfiles\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.addressPrefix\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.addressPrefixes\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.routes\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.subnets\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable.etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.routeTable\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpoints[*].service\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpoints[*].locations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpoints\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.interfaceEndpoints\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations[*].actions\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.delegations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.purpose\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].container\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.container\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/resourceGuid\",\r\n \"defaultPath\": \"properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.natGateway.id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.natGateway\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.privateEndpoints\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].containerNetworkInterfaceConfiguration.id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.containerNetworkInterfaceConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].container.id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].properties.container.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].containerNetworkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.containerNetworkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].containerNetworkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.containerNetworkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].containerNetworkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.containerNetworkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].containerNetworkInterfaces[*]\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.containerNetworkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].containerNetworkInterfaces\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.containerNetworkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].containerNetworkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.containerNetworkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations[*].id\",\r\n \"defaultPath\": \"properties.containerNetworkInterfaceConfigurations[*].id\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorOperationResults\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-11-01\",\r\n \"2019-10-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-04-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"checkFrontdoorNameAvailability\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoors\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/friendlyName\",\r\n \"defaultPath\": \"properties.friendlyName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].frontendEndpoints[*].id\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.frontendEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].frontendEndpoints[*]\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.frontendEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].frontendEndpoints\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.frontendEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].acceptedProtocols[*]\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.acceptedProtocols[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].acceptedProtocols\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.acceptedProtocols\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].patternsToMatch[*]\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.patternsToMatch[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].patternsToMatch\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.patternsToMatch\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].customForwardingPath\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.customForwardingPath\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].forwardingProtocol\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.forwardingProtocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].cacheConfiguration.queryParameterStripDirective\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.cacheConfiguration.queryParameterStripDirective\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].cacheConfiguration.dynamicCompression\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.cacheConfiguration.dynamicCompression\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].cacheConfiguration\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.cacheConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].backendPool.id\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.backendPool.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].backendPool\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.backendPool\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].enabledState\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].resourceState\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].name\",\r\n \"defaultPath\": \"properties.routingRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].type\",\r\n \"defaultPath\": \"properties.routingRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*]\",\r\n \"defaultPath\": \"properties.routingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules\",\r\n \"defaultPath\": \"properties.routingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].id\",\r\n \"defaultPath\": \"properties.routingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*].sampleSize\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*].properties.sampleSize\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*].successfulSamplesRequired\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*].properties.successfulSamplesRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*].additionalLatencyMilliseconds\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*].properties.additionalLatencyMilliseconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*].resourceState\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*].properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*].name\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*].type\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*]\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings\",\r\n \"defaultPath\": \"properties.loadBalancingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].path\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].properties.path\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].protocol\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].intervalInSeconds\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].properties.intervalInSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].resourceState\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].name\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].type\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*]\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings\",\r\n \"defaultPath\": \"properties.healthProbeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].address\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].address\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].httpPort\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].httpPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].httpsPort\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].httpsPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].enabledState\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].priority\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].weight\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].weight\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].backendHostHeader\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].backendHostHeader\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*]\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].loadBalancingSettings.id\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.loadBalancingSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].loadBalancingSettings\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.loadBalancingSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].healthProbeSettings.id\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.healthProbeSettings.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].healthProbeSettings\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.healthProbeSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].resourceState\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].name\",\r\n \"defaultPath\": \"properties.backendPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].type\",\r\n \"defaultPath\": \"properties.backendPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*]\",\r\n \"defaultPath\": \"properties.backendPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools\",\r\n \"defaultPath\": \"properties.backendPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].hostName\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.hostName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].sessionAffinityEnabledState\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.sessionAffinityEnabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].sessionAffinityTtlSeconds\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.sessionAffinityTtlSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].webApplicationFirewallPolicyLink.id\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.webApplicationFirewallPolicyLink.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].webApplicationFirewallPolicyLink\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.webApplicationFirewallPolicyLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].resourceState\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsProvisioningState\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsProvisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsProvisioningSubstate\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsProvisioningSubstate\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.certificateSource\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.certificateSource\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.protocolType\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.protocolType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.keyVaultCertificateSourceParameters.vault.id\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.keyVaultCertificateSourceParameters.vault.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.keyVaultCertificateSourceParameters.vault\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.keyVaultCertificateSourceParameters.vault\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.keyVaultCertificateSourceParameters.secretName\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.keyVaultCertificateSourceParameters.secretName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.keyVaultCertificateSourceParameters.secretVersion\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.keyVaultCertificateSourceParameters.secretVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.keyVaultCertificateSourceParameters\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.keyVaultCertificateSourceParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.frontDoorCertificateSourceParameters.certificateType\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.frontDoorCertificateSourceParameters.certificateType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.frontDoorCertificateSourceParameters\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.frontDoorCertificateSourceParameters\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].name\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].type\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*]\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints\",\r\n \"defaultPath\": \"properties.frontendEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/enabledState\",\r\n \"defaultPath\": \"properties.enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/cname\",\r\n \"defaultPath\": \"properties.cname\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].routeConfiguration\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.routeConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPoolsSettings.enforceCertificateNameCheck\",\r\n \"defaultPath\": \"properties.backendPoolsSettings.enforceCertificateNameCheck\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPoolsSettings\",\r\n \"defaultPath\": \"properties.backendPoolsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/loadBalancingSettings[*].id\",\r\n \"defaultPath\": \"properties.loadBalancingSettings[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].id\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].id\",\r\n \"defaultPath\": \"properties.backendPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].id\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].healthProbeMethod\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].properties.healthProbeMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/healthProbeSettings[*].enabledState\",\r\n \"defaultPath\": \"properties.healthProbeSettings[*].properties.enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontendEndpoints[*].customHttpsConfiguration.minimumTlsVersion\",\r\n \"defaultPath\": \"properties.frontendEndpoints[*].properties.customHttpsConfiguration.minimumTlsVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPoolsSettings.sendRecvTimeoutSeconds\",\r\n \"defaultPath\": \"properties.backendPoolsSettings.sendRecvTimeoutSeconds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/frontdoorId\",\r\n \"defaultPath\": \"properties.frontdoorId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].name\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].priority\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.requestHeaderActions[*].headerActionType\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.requestHeaderActions[*].headerActionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.requestHeaderActions[*].headerName\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.requestHeaderActions[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.requestHeaderActions[*].value\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.requestHeaderActions[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.requestHeaderActions[*]\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.requestHeaderActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.requestHeaderActions\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.requestHeaderActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.responseHeaderActions[*].headerActionType\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.responseHeaderActions[*].headerActionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.responseHeaderActions[*].headerName\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.responseHeaderActions[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.responseHeaderActions[*].value\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.responseHeaderActions[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.responseHeaderActions[*]\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.responseHeaderActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.responseHeaderActions\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.responseHeaderActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action.routeConfigurationOverride\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action.routeConfigurationOverride\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].action\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].rulesEngineMatchVariable\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].rulesEngineMatchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].selector\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].rulesEngineOperator\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].rulesEngineOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].negateCondition\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].negateCondition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].rulesEngineMatchValue[*]\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].rulesEngineMatchValue[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].rulesEngineMatchValue\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].rulesEngineMatchValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].transforms[*]\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].transforms[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*].transforms\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*].transforms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions[*]\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchConditions\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchConditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*].matchProcessingBehavior\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*].matchProcessingBehavior\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules[*]\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].rules\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].resourceState\",\r\n \"defaultPath\": \"properties.rulesEngines[*].properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].name\",\r\n \"defaultPath\": \"properties.rulesEngines[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].type\",\r\n \"defaultPath\": \"properties.rulesEngines[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*].id\",\r\n \"defaultPath\": \"properties.rulesEngines[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines[*]\",\r\n \"defaultPath\": \"properties.rulesEngines[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines\",\r\n \"defaultPath\": \"properties.rulesEngines\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].name\",\r\n \"defaultPath\": \"properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].priority\",\r\n \"defaultPath\": \"properties.rules[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.requestHeaderActions[*].headerActionType\",\r\n \"defaultPath\": \"properties.rules[*].action.requestHeaderActions[*].headerActionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.requestHeaderActions[*].headerName\",\r\n \"defaultPath\": \"properties.rules[*].action.requestHeaderActions[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.requestHeaderActions[*].value\",\r\n \"defaultPath\": \"properties.rules[*].action.requestHeaderActions[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.requestHeaderActions[*]\",\r\n \"defaultPath\": \"properties.rules[*].action.requestHeaderActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.requestHeaderActions\",\r\n \"defaultPath\": \"properties.rules[*].action.requestHeaderActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.responseHeaderActions[*].headerActionType\",\r\n \"defaultPath\": \"properties.rules[*].action.responseHeaderActions[*].headerActionType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.responseHeaderActions[*].headerName\",\r\n \"defaultPath\": \"properties.rules[*].action.responseHeaderActions[*].headerName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.responseHeaderActions[*].value\",\r\n \"defaultPath\": \"properties.rules[*].action.responseHeaderActions[*].value\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.responseHeaderActions[*]\",\r\n \"defaultPath\": \"properties.rules[*].action.responseHeaderActions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.responseHeaderActions\",\r\n \"defaultPath\": \"properties.rules[*].action.responseHeaderActions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action.routeConfigurationOverride\",\r\n \"defaultPath\": \"properties.rules[*].action.routeConfigurationOverride\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].action\",\r\n \"defaultPath\": \"properties.rules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].rulesEngineMatchVariable\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].rulesEngineMatchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].selector\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].rulesEngineOperator\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].rulesEngineOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].negateCondition\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].negateCondition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].rulesEngineMatchValue[*]\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].rulesEngineMatchValue[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].rulesEngineMatchValue\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].rulesEngineMatchValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].transforms[*]\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].transforms[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*].transforms\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*].transforms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions[*]\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchConditions\",\r\n \"defaultPath\": \"properties.rules[*].matchConditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*].matchProcessingBehavior\",\r\n \"defaultPath\": \"properties.rules[*].matchProcessingBehavior\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules[*]\",\r\n \"defaultPath\": \"properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/rulesEngines.rules\",\r\n \"defaultPath\": \"properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].rulesEngine.id\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.rulesEngine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].rulesEngine\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.rulesEngine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].privateLinkAlias\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].privateLinkAlias\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].privateEndpointStatus\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].privateEndpointStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].privateLinkApprovalMessage\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].privateLinkApprovalMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].webApplicationFirewallPolicyLink.id\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.webApplicationFirewallPolicyLink.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/routingRules[*].webApplicationFirewallPolicyLink\",\r\n \"defaultPath\": \"properties.routingRules[*].properties.webApplicationFirewallPolicyLink\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].privateLinkResourceId\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].privateLinkResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoors/backendPools[*].backends[*].privateLinkLocation\",\r\n \"defaultPath\": \"properties.backendPools[*].properties.backends[*].privateLinkLocation\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoors/frontendEndpoints\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-01-01\",\r\n \"2019-08-01\",\r\n \"2019-05-01\",\r\n \"2019-04-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-05-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallPolicies\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\",\r\n \"2018-08-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-04-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policySettings.enabledState\",\r\n \"defaultPath\": \"properties.policySettings.enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policySettings.mode\",\r\n \"defaultPath\": \"properties.policySettings.mode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policySettings\",\r\n \"defaultPath\": \"properties.policySettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].name\",\r\n \"defaultPath\": \"properties.customRules.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].etag\",\r\n \"defaultPath\": \"properties.customRules.rules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].priority\",\r\n \"defaultPath\": \"properties.customRules.rules[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].ruleType\",\r\n \"defaultPath\": \"properties.customRules.rules[*].ruleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].rateLimitDurationInMinutes\",\r\n \"defaultPath\": \"properties.customRules.rules[*].rateLimitDurationInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].rateLimitThreshold\",\r\n \"defaultPath\": \"properties.customRules.rules[*].rateLimitThreshold\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].matchVariable\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].selector\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].operator\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].operator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].negateCondition\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].negateCondition\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].matchValue[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].matchValue[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].matchValue\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].matchValue\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].action\",\r\n \"defaultPath\": \"properties.customRules.rules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].transforms[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*].transforms[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].transforms\",\r\n \"defaultPath\": \"properties.customRules.rules[*].transforms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules\",\r\n \"defaultPath\": \"properties.customRules.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules\",\r\n \"defaultPath\": \"properties.customRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.ruleSets[*].priority\",\r\n \"defaultPath\": \"properties.managedRules.ruleSets[*].priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.ruleSets[*].version\",\r\n \"defaultPath\": \"properties.managedRules.ruleSets[*].version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.ruleSets[*].ruleSetType\",\r\n \"defaultPath\": \"properties.managedRules.ruleSets[*].ruleSetType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.ruleSets[*]\",\r\n \"defaultPath\": \"properties.managedRules.ruleSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.ruleSets\",\r\n \"defaultPath\": \"properties.managedRules.ruleSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules\",\r\n \"defaultPath\": \"properties.managedRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policySettings.redirectUrl\",\r\n \"defaultPath\": \"properties.policySettings.redirectUrl\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policySettings.customBlockResponseStatusCode\",\r\n \"defaultPath\": \"properties.policySettings.customBlockResponseStatusCode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policySettings.customBlockResponseBody\",\r\n \"defaultPath\": \"properties.policySettings.customBlockResponseBody\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].enabledState\",\r\n \"defaultPath\": \"properties.customRules.rules[*].enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].transforms[*]\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].transforms[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/customRules.rules[*].matchConditions[*].transforms\",\r\n \"defaultPath\": \"properties.customRules.rules[*].matchConditions[*].transforms\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleSetType\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleSetType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleSetVersion\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleSetVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].ruleGroupName\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].ruleGroupName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].ruleId\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].ruleId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].enabledState\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].enabledState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].action\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].action\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/frontendEndpointLinks[*].id\",\r\n \"defaultPath\": \"properties.frontendEndpointLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/frontendEndpointLinks[*]\",\r\n \"defaultPath\": \"properties.frontendEndpointLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/frontendEndpointLinks\",\r\n \"defaultPath\": \"properties.frontendEndpointLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].exclusions[*].matchVariable\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].exclusions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].exclusions[*].selectorMatchOperator\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].exclusions[*].selectorMatchOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].exclusions[*].selector\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].exclusions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].exclusions[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].exclusions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].exclusions\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].exclusions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*].matchVariable\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*].selectorMatchOperator\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*].selectorMatchOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*].selector\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].exclusions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*].matchVariable\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*].matchVariable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*].selectorMatchOperator\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*].selectorMatchOperator\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*].selector\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*].selector\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*]\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions\",\r\n \"defaultPath\": \"properties.managedRules.managedRuleSets[*].ruleGroupOverrides[*].rules[*].exclusions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/routingRuleLinks[*].id\",\r\n \"defaultPath\": \"properties.routingRuleLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/routingRuleLinks[*]\",\r\n \"defaultPath\": \"properties.routingRuleLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/frontdoorWebApplicationFirewallPolicies/routingRuleLinks\",\r\n \"defaultPath\": \"properties.routingRuleLinks\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"frontdoorWebApplicationFirewallManagedRuleSets\",\r\n \"locations\": [\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-04-01\",\r\n \"2019-10-01\",\r\n \"2019-03-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-04-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkExperimentProfiles\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"global\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-11-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-11-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkExperimentProfiles/resourceState\",\r\n \"defaultPath\": \"properties.resourceState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkExperimentProfiles/enabledState\",\r\n \"defaultPath\": \"properties.enabledState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/bareMetalTenants\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"bastionHosts\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\"\r\n ],\r\n \"defaultApiVersion\": \"2018-10-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/dnsName\",\r\n \"defaultPath\": \"properties.dnsName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/bastionHosts/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"virtualRouters\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-07-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/virtualRouterAsn\",\r\n \"defaultPath\": \"properties.virtualRouterAsn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/virtualRouterIps[*]\",\r\n \"defaultPath\": \"properties.virtualRouterIps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/virtualRouterIps\",\r\n \"defaultPath\": \"properties.virtualRouterIps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/hostedSubnet.id\",\r\n \"defaultPath\": \"properties.hostedSubnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/hostedSubnet\",\r\n \"defaultPath\": \"properties.hostedSubnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/hostedGateway.id\",\r\n \"defaultPath\": \"properties.hostedGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/hostedGateway\",\r\n \"defaultPath\": \"properties.hostedGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/peerings[*].id\",\r\n \"defaultPath\": \"properties.peerings[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/peerings[*]\",\r\n \"defaultPath\": \"properties.peerings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/peerings\",\r\n \"defaultPath\": \"properties.peerings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualRouters/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkVirtualAppliances\",\r\n \"locations\": [\r\n \"UAE North\",\r\n \"Australia Central 2\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Central India\",\r\n \"Korea South\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Japan West\",\r\n \"Central US EUAP\",\r\n \"France South\",\r\n \"South Africa West\",\r\n \"West India\",\r\n \"Canada East\",\r\n \"East US 2 EUAP\",\r\n \"South India\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Africa North\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Korea Central\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Australia Central\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"North Central US\",\r\n \"Canada Central\",\r\n \"France Central\",\r\n \"Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-12-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"ipAllocations\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-01-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/subnet.id\",\r\n \"defaultPath\": \"properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/subnet\",\r\n \"defaultPath\": \"properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/virtualNetwork.id\",\r\n \"defaultPath\": \"properties.virtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/virtualNetwork\",\r\n \"defaultPath\": \"properties.virtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/type\",\r\n \"defaultPath\": \"properties.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/prefix\",\r\n \"defaultPath\": \"properties.prefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/prefixLength\",\r\n \"defaultPath\": \"properties.prefixLength\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/prefixType\",\r\n \"defaultPath\": \"properties.prefixType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/ipamAllocationId\",\r\n \"defaultPath\": \"properties.ipamAllocationId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/ipAllocations/allocationTags\",\r\n \"defaultPath\": \"properties.allocationTags\"\r\n }\r\n ],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"networkManagers\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\"\r\n ],\r\n \"defaultApiVersion\": \"2019-11-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"SupportsTags, SupportsLocation\"\r\n },\r\n {\r\n \"resourceType\": \"locations/commitInternalAzureNetworkManagerConfiguration\",\r\n \"locations\": [\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"West Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\"\r\n ],\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"networkVirtualApplianceSkus\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\"\r\n ],\r\n \"defaultApiVersion\": \"2020-03-01\",\r\n \"aliases\": [],\r\n \"capabilities\": \"None\"\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/subnets\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.routeTable.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.routeTable.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.networkSecurityGroup.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.networkSecurityGroup.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpoints[*].locations[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serviceEndpoints[*].locations[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serviceEndpoints[*].locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpoints[*].service\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.serviceEndpoints[*].service\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.serviceEndpoints[*].service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.ipConfigurations[*].id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/addressPrefix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.addressPrefix\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup\",\r\n \"defaultPath\": \"properties.networkSecurityGroup\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable\",\r\n \"defaultPath\": \"properties.routeTable\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations\",\r\n \"defaultPath\": \"properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].description\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].protocol\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].access\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].priority\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].direction\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].virtualMachine.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].virtualMachine\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.virtualMachine\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings.dnsServers\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.dnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings.appliedDnsServers\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.appliedDnsServers\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDnsNameLabel\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDnsNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings.internalFqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].macAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.macAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].primary\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].enableIPForwarding\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableIPForwarding\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.subnets[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.subnets[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.subnets[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.subnets\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*].addressPrefix\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*].nextHopType\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*].properties.nextHopType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*].nextHopIpAddress\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*].properties.nextHopIpAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*].provisioningState\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*].name\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*].etag\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*]\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.subnets[*]\",\r\n \"defaultPath\": \"properties.routeTable.properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.subnets\",\r\n \"defaultPath\": \"properties.routeTable.properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.provisioningState\",\r\n \"defaultPath\": \"properties.routeTable.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.etag\",\r\n \"defaultPath\": \"properties.routeTable.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].loadBalancingRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].outboundNatRule\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundNatRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendIPConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].protocol\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].frontendPort\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.frontendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].backendPort\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.backendPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].enableFloatingIP\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableFloatingIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].loadBalancerInboundNatRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.loadBalancerInboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].primary\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.primary\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendIPConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendIPConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*].ipAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*].ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].backendAddresses\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.backendAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].dnsSettings.internalDomainNameSuffix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.dnsSettings.internalDomainNameSuffix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*].link\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*].name\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*].etag\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*]\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].enableAcceleratedNetworking\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.enableAcceleratedNetworking\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationGatewayBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationGatewayBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpoints[*].locations\",\r\n \"defaultPath\": \"properties.serviceEndpoints[*].locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.serviceEndpoints[*].provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpoints[*]\",\r\n \"defaultPath\": \"properties.serviceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpoints\",\r\n \"defaultPath\": \"properties.serviceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].applicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.applicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.disableBgpRoutePropagation\",\r\n \"defaultPath\": \"properties.routeTable.properties.disableBgpRoutePropagation\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRule\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRule\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].enableTcpReset\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].properties.enableTcpReset\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].description\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].service\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.service\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources[*]\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].serviceResources\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.serviceResources\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].provisioningState\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].name\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].etag\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*]\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].resourceGuid\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].provisioningState\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].etag\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*]\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/addressPrefixes\",\r\n \"defaultPath\": \"properties.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.endpointService\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.owner\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].networkInterfaceTapConfigurations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.networkInterfaceTapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationNetworkInterfaceIPConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationNetworkInterfaceIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.inboundNatPools\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.inboundNatPools\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.outboundRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.loadBalancingRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.loadBalancingRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.zones\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationPort\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationPort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].hostedWorkloads[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].hostedWorkloads\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.hostedWorkloads\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].subnets[*]\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.subnets[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].subnets\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.subnets\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*]\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints\",\r\n \"defaultPath\": \"properties.interfaceEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].subnet\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].name\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].type\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].etag\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*]\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].linkedResourceType\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].properties.linkedResourceType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].link\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].properties.link\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].provisioningState\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].name\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].etag\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*]\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*].serviceName\",\r\n \"defaultPath\": \"properties.delegations[*].properties.serviceName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*].actions[*]\",\r\n \"defaultPath\": \"properties.delegations[*].properties.actions[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*].actions\",\r\n \"defaultPath\": \"properties.delegations[*].properties.actions\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*].provisioningState\",\r\n \"defaultPath\": \"properties.delegations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*].name\",\r\n \"defaultPath\": \"properties.delegations[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*].etag\",\r\n \"defaultPath\": \"properties.delegations[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*]\",\r\n \"defaultPath\": \"properties.delegations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations\",\r\n \"defaultPath\": \"properties.delegations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/purpose\",\r\n \"defaultPath\": \"properties.purpose\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/natGateway.id\",\r\n \"defaultPath\": \"properties.natGateway.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/natGateway\",\r\n \"defaultPath\": \"properties.natGateway\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.privateIPAddressVersion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.properties.privateIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints\",\r\n \"defaultPath\": \"properties.privateEndpoints\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*].id\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/resourceNavigationLinks[*].type\",\r\n \"defaultPath\": \"properties.resourceNavigationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].allowDelete\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].properties.allowDelete\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].locations[*]\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].properties.locations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].locations\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].properties.locations\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].type\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpointNetworkPolicies\",\r\n \"defaultPath\": \"properties.privateEndpointNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateLinkServiceNetworkPolicies\",\r\n \"defaultPath\": \"properties.privateLinkServiceNetworkPolicies\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].virtualNetworkTaps[*].destinationLoadBalancerFrontEndIPConfiguration.type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.virtualNetworkTaps[*].properties.destinationLoadBalancerFrontEndIPConfiguration.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].outboundRules\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].properties.outboundRules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerBackendAddressPools[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerBackendAddressPools[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].loadBalancerInboundNatRules[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].properties.loadBalancerInboundNatRules[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].description\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].protocol\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourcePortRange\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationPortRange\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefix\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].access\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].priority\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].direction\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].ipConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.ipConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.subnets[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.routes[*].id\",\r\n \"defaultPath\": \"properties.routeTable.properties.routes[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.subnets[*].name\",\r\n \"defaultPath\": \"properties.routeTable.properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.subnets[*].etag\",\r\n \"defaultPath\": \"properties.routeTable.properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.subnets[*].id\",\r\n \"defaultPath\": \"properties.routeTable.properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.name\",\r\n \"defaultPath\": \"properties.routeTable.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.type\",\r\n \"defaultPath\": \"properties.routeTable.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.location\",\r\n \"defaultPath\": \"properties.routeTable.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/routeTable.tags\",\r\n \"defaultPath\": \"properties.routeTable.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].privateIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].privateIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.privateIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].subnet.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].subnet.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].subnet\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].subnet.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.publicIPAllocationMethod\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAllocationMethod\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipConfiguration.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipConfiguration.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipConfiguration\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipConfiguration.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipConfiguration.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.dnsSettings.domainNameLabel\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.domainNameLabel\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.dnsSettings.fqdn\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.dnsSettings.reverseFqdn\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings.reverseFqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.dnsSettings\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.dnsSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.idleTimeoutInMinutes\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.idleTimeoutInMinutes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.resourceGuid\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.etag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.type\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.location\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.tags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.publicIPAddressVersion\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPAddressVersion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourcePortRanges\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationPortRanges\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.zones[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.zones[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.zones\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.zones\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.sku.name\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.sku.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.sku\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.sku\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.securityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.securityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.defaultSecurityRules[*].destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.defaultSecurityRules[*].properties.destinationApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipTags[*].ipTagType\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].ipTagType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipTags[*].tag\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*].tag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipTags[*]\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ipTags\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ipTags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].serviceEndpointPolicyDefinitions[*].id\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.serviceEndpointPolicyDefinitions[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].id\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].name\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].type\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].location\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].tags\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.publicIPPrefix.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.publicIPPrefix\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.publicIPPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].interfaceEndpoint.tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.interfaceEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].virtualNetworkTap.tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.virtualNetworkTap.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].tapConfigurations[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.tapConfigurations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].subnets[*].name\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.subnets[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].subnets[*].etag\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.subnets[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceEndpointPolicies[*].subnets[*].id\",\r\n \"defaultPath\": \"properties.serviceEndpointPolicies[*].properties.subnets[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].fqdn\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].endpointService.id\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.endpointService.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].endpointService\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.endpointService\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].subnet.name\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].subnet.etag\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].subnet\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].subnet.id\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].owner\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.owner\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].id\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].name\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].type\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].location\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/interfaceEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.interfaceEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].subnet.name\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].subnet.etag\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].subnet.id\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurationProfiles[*].id\",\r\n \"defaultPath\": \"properties.ipConfigurationProfiles[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/serviceAssociationLinks[*].id\",\r\n \"defaultPath\": \"properties.serviceAssociationLinks[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/delegations[*].id\",\r\n \"defaultPath\": \"properties.delegations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy.id\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ddosSettings.ddosCustomPolicy\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.ddosCustomPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ddosSettings.protectionCoverage\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectionCoverage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ddosSettings\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.subnet.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].subnet.name\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.subnet.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].subnet.etag\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.subnet.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].subnet\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.subnet\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].subnet.id\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.subnet.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces[*].id\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces[*].name\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces[*].type\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces[*].location\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].networkInterfaces[*].tags\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.networkInterfaces[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceId\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].groupIds\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.groupIds\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].requestMessage\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.requestMessage\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.status\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.status\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.description\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionRequired\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].name\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].type\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].etag\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].id\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].id\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].name\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].type\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].location\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].tags\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].privateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.privateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].manualPrivateLinkServiceConnections[*].privateLinkServiceConnectionState.actionsRequired\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.manualPrivateLinkServiceConnections[*].properties.privateLinkServiceConnectionState.actionsRequired\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipConfigurations[*].publicIPAddress.ddosSettings.protectedIP\",\r\n \"defaultPath\": \"properties.ipConfigurations[*].properties.publicIPAddress.properties.ddosSettings.protectedIP\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].targetResourceId\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].targetResourceGuid\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.targetResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].storageId\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.storageId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].enabled\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].retentionPolicy.days\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.days\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].retentionPolicy.enabled\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].retentionPolicy\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.retentionPolicy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].format.type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.format.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].format.version\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.format.version\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].format\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.format\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.enabled\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceRegion\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.workspaceResourceId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration.trafficAnalyticsInterval\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration.networkWatcherFlowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].flowAnalyticsConfiguration\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.flowAnalyticsConfiguration\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].provisioningState\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].etag\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].id\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].name\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].type\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].location\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.flowLogs[*].tags\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.flowLogs[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.networkInterfaces[*].privateEndpoint.customDnsConfigs\",\r\n \"defaultPath\": \"properties.networkSecurityGroup.properties.networkInterfaces[*].properties.privateEndpoint.properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].customDnsConfigs[*].fqdn\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.customDnsConfigs[*].fqdn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].customDnsConfigs[*].ipAddresses[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].customDnsConfigs[*].ipAddresses\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.customDnsConfigs[*].ipAddresses\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].customDnsConfigs[*]\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.customDnsConfigs[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/privateEndpoints[*].customDnsConfigs\",\r\n \"defaultPath\": \"properties.privateEndpoints[*].properties.customDnsConfigs\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipAllocations[*].id\",\r\n \"defaultPath\": \"properties.ipAllocations[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipAllocations[*]\",\r\n \"defaultPath\": \"properties.ipAllocations[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/subnets/ipAllocations\",\r\n \"defaultPath\": \"properties.ipAllocations\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworks/virtualNetworkPeerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/remoteVirtualNetwork.id\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.remoteVirtualNetwork.id\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.remoteVirtualNetwork.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/useRemoteGateways\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.useRemoteGateways\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.useRemoteGateways\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/allowVirtualNetworkAccess\",\r\n \"defaultPath\": \"properties.allowVirtualNetworkAccess\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/allowForwardedTraffic\",\r\n \"defaultPath\": \"properties.allowForwardedTraffic\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/allowGatewayTransit\",\r\n \"defaultPath\": \"properties.allowGatewayTransit\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/remoteVirtualNetwork\",\r\n \"defaultPath\": \"properties.remoteVirtualNetwork\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/peeringState\",\r\n \"defaultPath\": \"properties.peeringState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/remoteAddressSpace.addressPrefixes[*]\",\r\n \"defaultPath\": \"properties.remoteAddressSpace.addressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/remoteAddressSpace.addressPrefixes\",\r\n \"defaultPath\": \"properties.remoteAddressSpace.addressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings/remoteAddressSpace\",\r\n \"defaultPath\": \"properties.remoteAddressSpace\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups/securityRules\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2017-03-09-profile\",\r\n \"apiVersion\": \"2015-06-15\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2017-10-01\"\r\n }\r\n ],\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/protocol\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.protocol\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.protocol\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourcePortRange\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sourcePortRange\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sourcePortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourcePortRanges[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sourcePortRanges[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sourcePortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationPortRange\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.destinationPortRange\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.destinationPortRange\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationPortRanges[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.destinationPortRanges[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.destinationPortRanges[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sourceApplicationSecurityGroups[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.destinationApplicationSecurityGroups[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/priority\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.priority\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.priority\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/direction\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.direction\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.direction\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/access\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.access\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationAddressPrefix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.destinationAddressPrefix\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.destinationAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationAddressPrefixes[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.destinationAddressPrefixes[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.destinationAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceAddressPrefix\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sourceAddressPrefix\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sourceAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceAddressPrefixes[*]\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.sourceAddressPrefixes[*]\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.sourceAddressPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/description\",\r\n \"paths\": [\r\n {\r\n \"path\": \"properties.description\",\r\n \"apiVersions\": [\r\n \"2014-12-01-preview\",\r\n \"2015-05-01-preview\",\r\n \"2015-06-15\",\r\n \"2016-03-30\",\r\n \"2016-06-01\",\r\n \"2016-07-01\",\r\n \"2016-08-01\",\r\n \"2016-09-01\",\r\n \"2016-10-01\",\r\n \"2016-11-01\",\r\n \"2016-12-01\",\r\n \"2017-03-01\",\r\n \"2017-04-01\",\r\n \"2017-06-01\",\r\n \"2017-08-01\",\r\n \"2017-09-01\",\r\n \"2017-10-01\",\r\n \"2017-11-01\",\r\n \"2018-01-01\",\r\n \"2018-02-01\",\r\n \"2018-03-01\",\r\n \"2018-04-01\",\r\n \"2018-05-01\",\r\n \"2018-06-01\",\r\n \"2018-07-01\",\r\n \"2018-08-01\",\r\n \"2018-10-01\",\r\n \"2018-11-01\",\r\n \"2018-12-01\",\r\n \"2019-02-01\"\r\n ]\r\n }\r\n ],\r\n \"defaultPath\": \"properties.description\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceAddressPrefixes\",\r\n \"defaultPath\": \"properties.sourceAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationAddressPrefixes\",\r\n \"defaultPath\": \"properties.destinationAddressPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourcePortRanges\",\r\n \"defaultPath\": \"properties.sourcePortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationPortRanges\",\r\n \"defaultPath\": \"properties.destinationPortRanges\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/sourceApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.sourceApplicationSecurityGroups[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].etag\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].resourceGuid\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].properties.resourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].provisioningState\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].id\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].name\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].type\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].location\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/networkSecurityGroups/securityRules/destinationApplicationSecurityGroups[*].tags\",\r\n \"defaultPath\": \"properties.destinationApplicationSecurityGroups[*].tags\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits/authorizations\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations/authorizationKey\",\r\n \"defaultPath\": \"properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations/authorizationUseStatus\",\r\n \"defaultPath\": \"properties.authorizationUseStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/authorizations/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits/peerings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa West\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"South Central US STG\",\r\n \"Brazil Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-05-01\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-12-01\",\r\n \"2019-11-01\",\r\n \"2019-09-01\",\r\n \"2019-08-01\",\r\n \"2019-07-01\",\r\n \"2019-06-01\",\r\n \"2019-04-01\",\r\n \"2019-02-01\",\r\n \"2018-12-01\",\r\n \"2018-11-01\",\r\n \"2018-10-01\",\r\n \"2018-08-01\",\r\n \"2018-07-01\",\r\n \"2018-06-01\",\r\n \"2018-05-01\",\r\n \"2018-04-01\",\r\n \"2018-03-01\",\r\n \"2018-02-01\",\r\n \"2018-01-01\",\r\n \"2017-11-01\",\r\n \"2017-10-01\",\r\n \"2017-09-01\",\r\n \"2017-08-01\",\r\n \"2017-06-01\",\r\n \"2017-04-01\",\r\n \"2017-03-01\",\r\n \"2016-12-01\",\r\n \"2016-11-01\",\r\n \"2016-10-01\",\r\n \"2016-09-01\",\r\n \"2016-08-01\",\r\n \"2016-07-01\",\r\n \"2016-06-01\",\r\n \"2016-03-30\",\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ],\r\n \"defaultApiVersion\": \"2017-09-01\",\r\n \"aliases\": [\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeringType\",\r\n \"defaultPath\": \"properties.peeringType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/state\",\r\n \"defaultPath\": \"properties.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/azureASN\",\r\n \"defaultPath\": \"properties.azureASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peerASN\",\r\n \"defaultPath\": \"properties.peerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/primaryAzurePort\",\r\n \"defaultPath\": \"properties.primaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/secondaryAzurePort\",\r\n \"defaultPath\": \"properties.secondaryAzurePort\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/sharedKey\",\r\n \"defaultPath\": \"properties.sharedKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/vlanId\",\r\n \"defaultPath\": \"properties.vlanId\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats.bytesIn\",\r\n \"defaultPath\": \"properties.stats.bytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats.bytesOut\",\r\n \"defaultPath\": \"properties.stats.bytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats\",\r\n \"defaultPath\": \"properties.stats\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/provisioningState\",\r\n \"defaultPath\": \"properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats.primarybytesIn\",\r\n \"defaultPath\": \"properties.stats.primarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats.primarybytesOut\",\r\n \"defaultPath\": \"properties.stats.primarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats.secondarybytesIn\",\r\n \"defaultPath\": \"properties.stats.secondarybytesIn\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/stats.secondarybytesOut\",\r\n \"defaultPath\": \"properties.stats.secondarybytesOut\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/gatewayManagerEtag\",\r\n \"defaultPath\": \"properties.gatewayManagerEtag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/lastModifiedBy\",\r\n \"defaultPath\": \"properties.lastModifiedBy\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].access\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].properties.access\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].routeFilterRuleType\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].properties.routeFilterRuleType\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].communities[*]\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].properties.communities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].communities\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].properties.communities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].provisioningState\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].name\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].location\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].etag\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].tags\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*]\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.rules[*].id\",\r\n \"defaultPath\": \"properties.routeFilter.properties.rules[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.peerings[*].name\",\r\n \"defaultPath\": \"properties.routeFilter.properties.peerings[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.peerings[*].etag\",\r\n \"defaultPath\": \"properties.routeFilter.properties.peerings[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.peerings[*]\",\r\n \"defaultPath\": \"properties.routeFilter.properties.peerings[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.peerings\",\r\n \"defaultPath\": \"properties.routeFilter.properties.peerings\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.provisioningState\",\r\n \"defaultPath\": \"properties.routeFilter.properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.etag\",\r\n \"defaultPath\": \"properties.routeFilter.etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter\",\r\n \"defaultPath\": \"properties.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.id\",\r\n \"defaultPath\": \"properties.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.name\",\r\n \"defaultPath\": \"properties.routeFilter.name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.type\",\r\n \"defaultPath\": \"properties.routeFilter.type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.location\",\r\n \"defaultPath\": \"properties.routeFilter.location\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/routeFilter.tags\",\r\n \"defaultPath\": \"properties.routeFilter.tags\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.primaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.primaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.secondaryPeerAddressPrefix\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.secondaryPeerAddressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.routeFilter\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.routeFilter\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.state\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.state\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.connections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.connections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.connections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.connections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.connections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].authorizationKey\",\r\n \"defaultPath\": \"properties.connections[*].properties.authorizationKey\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.connections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].provisioningState\",\r\n \"defaultPath\": \"properties.connections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].name\",\r\n \"defaultPath\": \"properties.connections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].etag\",\r\n \"defaultPath\": \"properties.connections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*]\",\r\n \"defaultPath\": \"properties.connections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections\",\r\n \"defaultPath\": \"properties.connections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/expressRouteConnection.id\",\r\n \"defaultPath\": \"properties.expressRouteConnection.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/expressRouteConnection\",\r\n \"defaultPath\": \"properties.expressRouteConnection\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].expressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.expressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].peerExpressRouteCircuitPeering\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].addressPrefix\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].connectionName\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.connectionName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].authResourceGuid\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.authResourceGuid\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].provisioningState\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.provisioningState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].name\",\r\n \"defaultPath\": \"properties.peeredConnections[*].name\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].etag\",\r\n \"defaultPath\": \"properties.peeredConnections[*].etag\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*]\",\r\n \"defaultPath\": \"properties.peeredConnections[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections\",\r\n \"defaultPath\": \"properties.peeredConnections\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].type\",\r\n \"defaultPath\": \"properties.connections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].id\",\r\n \"defaultPath\": \"properties.connections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].type\",\r\n \"defaultPath\": \"properties.peeredConnections[*].type\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixes\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedPublicPrefixesState\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.customerASN\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.customerASN\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.routingRegistryName\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities[*]\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.advertisedCommunities\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.microsoftPeeringConfig.legacyMode\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].expressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.expressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].peerExpressRouteCircuitPeering.id\",\r\n \"defaultPath\": \"properties.peeredConnections[*].properties.peerExpressRouteCircuitPeering.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/peeredConnections[*].id\",\r\n \"defaultPath\": \"properties.peeredConnections[*].id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/ipv6PeeringConfig.routeFilter.id\",\r\n \"defaultPath\": \"properties.ipv6PeeringConfig.routeFilter.id\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].ipv6CircuitConnectionConfig.addressPrefix\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipv6CircuitConnectionConfig.addressPrefix\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].ipv6CircuitConnectionConfig.circuitConnectionStatus\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipv6CircuitConnectionConfig.circuitConnectionStatus\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Network/expressRouteCircuits/peerings/connections[*].ipv6CircuitConnectionConfig\",\r\n \"defaultPath\": \"properties.connections[*].properties.ipv6CircuitConnectionConfig\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits/peerings/connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"France South\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n